@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 0.9em;
}
img {
	border-style: none;
}
#container  {
	width: 935px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	color: #FFFFFF;
} 
#header  {
	height: 120px;
	position: relative;
	color: #666666;
} 
#header #logoContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 147px;
}
#header #RegLoginContainer {
	padding: 0.25em;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: right;
	margin-top: 0.25em;
	margin-right: 10px;
}
#RegLoginContainer a {
	color: #2560AE;
	text-decoration: none;
	line-height: 0.8em;
}
#RegLoginContainer a:hover {
	text-decoration: underline;
}
#header #searchContainer {
	text-align: right;
	margin-top: 0em;
	padding-top: 0em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
}
#searchContainer form#search {
	margin: 0px;
	padding: 0px;
}
#searchContainer  #searchButton {
	vertical-align: top;
}
#header #navbar {
	text-align: right;
	margin-top: 1em;
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: auto;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navbar li {
	float: left;
}
#navbar a {
	font-size: 0.8em;
	color: #FFFFFF;
	display: block;
	line-height: 110%;
	background: #13630A url(images/navbar_bg.jpg) no-repeat 0px 0px;
	height: 24px;
	width: 124px;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	font-weight: bold;
}
#navbar a:hover {
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
}
#searchContainer img {
	vertical-align: middle;
}
.thrColFixHdr  #HomeIntroContainer {
	background: #2661AF url(images/home_intro_bg.jpg) no-repeat 0px 0px;
	height: 182px;
	margin-top: 10px;
}
#HomeIntroContainer  img {
	float: left;
}
#HomeIntroContainer #HomeIntroCopy {
	font-size: 12px;
	color: #FFFFFF;
	padding: 12px 14px 8px 8px;
	text-align: justify;
	margin-left: 384px;
	line-height: 18px;
}
#HomeIntroCopy a {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr  #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 287px; /* padding keeps the content of the div away from the edges */
	margin-top: 1.2em;
}
.thrColFixHdr  #column2 {
	width: 287px;
	margin: 1.2em auto 0;
} 
.thrColFixHdr  #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 287px; /* padding keeps the content of the div away from the edges */
	margin-top: 1.2em;
}
.thrColFixHdr      #column2     h2, .thrColFixHdr     #column1      h2, .thrColFixHdr     #column3    h2{
	margin: 0px;
	padding: 0.5em 0px;
	background: #0a6006;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
	line-height: 0.9em;
}
#footer  {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	border-top: 1px solid #CCCCCC;
	margin-top: 15px;
	color: #000000;
	font-family: Tahoma;
} 
#footer  a {
	color: #2560AE;
	text-decoration: none;
	font-size: 1em;
	font-family: Tahoma;
}
#footer a:hover {
	text-decoration: underline;
	font-family: Tahoma;
}
.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;
}
#container #BreadCrumbContainer {
	font-size: 0.7em;
	background: #CCCCCC;
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 5px;
	color: #333333;
}
#container #mainContent {
	margin-top: 10px;
	color: #FFFFFF;
	padding: 1em;
	font-size: 0.9em;
	line-height: 130%;
	background-color: #2560AE;
}
.twoCols #container #mainContent {
	background: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 0px;
}
.twoCols #column1 {
	width: 45%;
	background: #2560AE;
	padding: 1em;
	float: left;
}
.twoCols #column2 {
	margin-left: 50%;
	color: #000000;
	padding: 1em;
}
#mainContent a {
	color: #FFFFFF;
}
#mainContent a:hover {
	text-decoration: none;
}
