/* the main.css and main2.css stylesheets are mutually exclusive.
	use only one at a time on a page. */
html
{
	height: 100%;
}
body
{
	margin: 0px;
	background-color: #2e2e2e;
	height: 100%;
}
.blue
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/* background-color: #993600; */ /* rust background */
	background-color: #18457B;
}
.careerblue
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #0171B1;
}
.cell
{
	font-size: 11px;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
}
.whitecell
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.darkcell
{
	background-color: #565656;
	font-size: 11px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
/* --- */

/*TD
{
	font-size: 11px;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
}*/
/*
A
{
	color: #993600;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
*/
P
{
	text-align: justify;
}
.more
{
	font-weight: bold;
	color: #ffa890;
}
.white
{
	color: #ffffff;
}
.botlinks
{
	color: #dfdede;
	text-decoration: none;
}
.botlinks:hover
{
	color: #a4a4a4;
	text-decoration: none;
}
.top
{
	color: #ffffff;
}
.toplinks
{
/*	color: #ffffff; */
	color: #B0B0B0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.toplinks:hover
{
	color: #646464;
	text-decoration: none;
}
.developed
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a4a4a4;
	text-decoration: none;
}
.developed:hover
{
	text-decoration: underline;
}

/* sidebar menu */
.Menu
{
	background-color: transparent;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border-collapse: collapse;
	cursor: hand;
}
.MenuPrimary
{
	background-color: #002455;
	color: #D0D0D0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.MenuPrimaryHover
{
	background-color: #cc6600;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.MenuPrimaryCurrent
{
/*	background-color: #002455;
	color: #D0D0D0; */
	background-color: gainsboro;
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.MenuSub
{
	background-color: #6498ca;
	margin-left: 10px;
	font-family: Arial;
	font-size: 10px;
}
.MenuSubHover
{
	background-color: #cc6600;
	font-family: Arial;
	font-size: 10px;
	color: White;
}
.MenuSubCurrent
{
	background-color: gainsboro;
	margin-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: Black;
}
.MenuSubSub
{
	background-color: #aac8e4;
	margin-left: 10px;
	font-family: Arial;
	font-size: 9px;
	color: Navy;
}
.MenuSubSubHover
{
	background-color: #cc6600;
	font-family: Arial;
	font-size: 9px;
	color: White;
}
.MenuSubSubCurrent
{
	background-color: gainsboro;
	margin-left: 10px;
	font-family: Arial;
	font-size: 9px;
	color: navy;
}
.List1
{
	list-style-type: none;
	list-style-image: url(../images/bullet2.gif);
}

/* end side menu classes */

