@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBEBEB;
	height: 300px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(Assets/Pics/miniheader.gif);
	background-repeat: no-repeat;
	height: 118px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #2D4D89;
	border-left-width: 1px;
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #2D4D89;
	cursor: auto;
}
.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;
}
ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li { position:relative; float:left; border-top:4px solid #efefef; margin-right: 15px; padding-right: 20px; padding-top: 5px;}

ul#blue .current { border-top:4px solid #A7BBE0;}

ul#blue li:hover { border-top:4px solid #A7BBE0;}

ul#blue li a {
	padding:2px 2px;
	text-decoration:none;
	color:#FFF;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

ul#blue li a:hover {
	color:#FFF;
	border:none;
}

ul#blue li span{
	display:none;
	position:absolute;
	top:20px;
	left:2px;
	width:160px;
	line-height: 15px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

ul#blue li a:hover span {
	margin-top: 7px;
	display:block;
	color: #FFF;
}
.twoColFixLtHdr #container #footer p font {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #2D4D89;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
}
