@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.twoColFixLtHdr #header {
	background-color: #ffffff;
	padding: 0;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #FFFFCC;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.MenuBlue {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #2c6287;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: none
}
.MenuBlue:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #FF9900;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: none
}
.MenuWhite {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.MenuWhite:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #2c6287; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.SecondLevel {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #ff9900;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.SecondLevel:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #2c6287;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.SecondLevelOn {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #ff9900;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.LightGray {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #797979; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.LightGray:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #006fb9; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.Blue {
	FONT-SIZE: 11px; COLOR: #16579e; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none;
}
.Orange {
	FONT-SIZE: 11px; COLOR: #ff9900; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none;
}
.Blue:hover {
	FONT-SIZE: 11px; BACKGROUND: #e3f4ff; COLOR: #006fb9; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.Blue:visited {
	FONT-SIZE: 11px; COLOR: #5dabdb; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.BlueBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #16579e; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; text-align: justify;
}
.OrangeBold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #ff9900;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: justify;
}
.GrayTxt {
	FONT-WEIGHT: normal;
	FONT-SIZE: 95%;
	COLOR: #626262;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: justify;
}

.Bluelight {
	FONT-WEIGHT: BOLD; FONT-SIZE: 11PX; COLOR: #317BB0; FONT-FAMILY: ARIAL, SANS-SERIF; TEXT-DECORATION: NONE; TEXT-ALIGN: JUSTIFY;
}
.TxtBox {
	BORDER-RIGHT: #317bb0 1px solid; BORDER-TOP: #317bb0 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #ffffff 1px solid; COLOR: #16579e; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.GreyTxtBox {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #b6b6b8 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #b6b6b8 1px solid; COLOR: #666666; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #ededee; TEXT-DECORATION: none
}
.BlueTxtBox {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #64a2cf 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #64a2cf 1px solid; COLOR: #16579e; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #f7fafd; TEXT-DECORATION: none
}
.Gray {
	FONT-WEIGHT: normal;
	FONT-SIZE: 95%;
	COLOR: #626262;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: justify;
}
.Gray:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 70%; COLOR: #cc3642; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.GrayBold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 100%;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.GraySmall {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #7f7f7f; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.GraySmall:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #cc3642; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.WhiteTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
.LightBlue {
	FONT-SIZE: 11px; COLOR: #4f83bc; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.RedBold {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff4d53; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
.ProfileMenu {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #636363; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
.ProfileMenu:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cc3642; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
.ProfileMenuOn {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cc3642; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
.AlertText {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #d25f5f; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.AlertLink {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #cc3642; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.AlertLink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ff5528; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
.Fader {
	FILTER: Alpha(Opacity=40, FinishOpacity=20, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=0)?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)
}
.MenuBlueBG {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #73aed6; TEXT-DECORATION: none
}
.MenuWhiteBG {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.RedMessage {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
H1 {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 0px; COLOR: #ff9900; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
H2 {
	MARGIN-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 0px; COLOR: #ff9900; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
