@charset "UTF-8";
body  {
	background: #e8ebef;
	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;
}
div, tr, th, ul , li , img{
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: baseline;
	padding: 10px 0px 0px;
} 
#header  {
	padding: 0 30px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: auto;
	margin: 0px;
} 
#sidebar1  {
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 30px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	top: 178px;
	position: absolute;
	float: left;
}
#sidebar1 img {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	vertical-align: top;
	list-style: disc url(none) inside;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 p, #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
}
#mainContent  {
	margin: 0 0px 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	float: right;
	width: 570px;
	height: auto;
} 
#mainContent h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px 0px .5em;
}
#mainContent h2 {
	color: #4292EB;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 3px;
}
#mainContent p {
	margin: 0px;
	padding: 0px 0px 2em;
	font-size: 12px;
	line-height: 1.3em;
}
#mainContent ul {
	list-style: inside;
	font-size: 12px;
	line-height: 1.3em;
}
#mainContent p a {
	color: #274C9B;
	text-decoration: underline;
}
#footer  {
	padding: 0 30px;
	clear: both;
	margin: 0px;
} 
#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: 20px 0 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	border-top: thin dotted #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.2em;
	text-align: left;
	text-indent: 0px;
}
#footer p a {
	color: #999;
}
#footer p a:hover {
	color: #ec9832;
}
.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;
}
#header #logo {
	margin: 20px 0px 30px;
	padding: 0px;
	height: auto;
	width: auto;
}
#logo a img {
	border-style: none;
}
#header ul  {
	margin: 25px 0px 10px;
	padding: 5px 0px;
	list-style: none;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #ccc;
}
#header ul li {
	display: inline;
}
#header li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-right: 23px;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 0px;
}
#header ul li .last {
	padding-right: 0px;
}
#header ul li a:link, #header ul li a:visited {
}
#header ul li a:hover, #header ul li a:active {
	color: #4C91E8;
}
#header ul li a.current {
	color: #EC9832;
	cursor: default;
}
#header ul li a.current:hover {
	cursor: default;
}
#header #login {
	height: auto;
	width: auto;
	position: absolute;
	left: 490px;
	top: 20px;
}
#header #log_menu {
	position: absolute;
	width: 220px;
	left: 550px;
	top: 15px;
	height: auto;
}
#header #log_menu ul {
	border-style: none;
	margin: 0;
}
#header #log_menu ul li {
	display: inline;
}
#header #log_menu ul li a {
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 8px;
	margin: 0px;
	color: #204D9D;
	border-right: 1px solid #CCC;
	width: auto;
	overflow: hidden;
}
#header #log_menu ul li a.last {
	border-right-style: none;
}
#header #log_menu ul li a:hover , #header #log_menu ul li a:active{
	color: #4C91E8;
}
#smBanner {
	position: relative;
	height: 115px;
	width: 800px;
	padding: 0px;
	margin: 0px 0px 20px;
}
#smBanner #photo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 200px;
}
#smBanner #textbox {
	background: #b2c1cc;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 400px;
	position: absolute;
	left: 370px;
	vertical-align: top;
}
#smBanner #textbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	color: #fff;
	padding: 0px 10px 0px 15px;
	text-align: left;
	margin: 20px 0px 0px;
	letter-spacing: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #055CA6;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 8px;
	padding: 0px;
}
h3 a {
	text-decoration: none;
	color: #055CA6;
}
h3 a:hover {
	color: #EC9832;
}
#lgBanner {
	background: url(images/banner.jpg) no-repeat;
	position: relative;
	height: 220px;
	width: 740px;
	margin: 0px 30px 30px;
}
#lgBanner p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding-top: 25px;
	padding-left: 20px;
}
#leftCol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	width: 560px;
}
#leftCol h1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #195BA4;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#leftCol p     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#leftCol img {
	margin: 0px;
	padding-bottom: 15px;
	padding-right: 5px;
}
#rtCol {
	margin: 0px 30px 20px 0px;
	padding: 0px;
	width: 160px;
	float: right;
}
#rtCol img {
	margin: 0px;
	padding: 0px 0px 5px;
}
#rtCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #195BA4;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 10px;
}
#rtCol ul    li    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	vertical-align: top;
	list-style: disc url(none) inside;
}
form {
	margin: 0px 0px 20px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

