@charset "UTF-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #939598;
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: center;
	color: #000000;
}

a:link {
	color: #407190;
}
a:visited {
	color: #407190;
}
a:hover {
	color: #407190;
}

.twoColFixRtHdr #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; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position:relative;
	
} 
.twoColFixRtHdr #header { 
	height: 245px;
	
	
} 

.twoColFixRtHdr #header2 { 
	height: 169px;
	
	
}
.twoColFixRtHdr #nav, {
	height: 80px;
	width: 800px;
	padding: 0;
	margin: 0;
	/*border: solid thin red;*/
}

#nav img {
	border: none;
	padding: 0 1px 0 0;
	margin: 0;
	float: left;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/
	padding: 25px 10px 15px 10px;
}

.twoColFixRtHdr #sidebar1 p {
	font-size: 85%;
	padding: 0 20px 0 10px;
	line-height: 16px;
}

.largeblue {
	font-size: 120%;
	color: #306586;
	font-weight: bold;
}


.twoColFixRtHdr #mainContent {
	margin: 30px 282px 20px 48px;
	padding: 0px 50px 0px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 

.twoColFixRtHdr #mainContent h1 { 
	font-size: 120%;
	padding: 20px 0 0 0;
}

.twoColFixRtHdr #mainContent p { 
	line-height: 18px;
}

.twoColFixRtHdr #mainContent a:link { 
	color: 306586;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent a:visited { 
	color: 779841;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover, .twoColFixRtHdr #mainContent a:focus, { 
	color: 306586;
	text-decoration: underline;
}



.twoColFixRtHdr #footercontainer { 
	width: 800px;

	}
	
#footerblue {
	background-color: #306586;
	border: solid 2px #FFF;
	height: 25px;
	padding: 0;
	margin: 0 auto;
}

.twoColFixRtHdr #footer { 
	padding: 0px 0 0 0;
	height: 100px; 
	width: 800px;
	margin: 0 auto;
} 
.twoColFixRtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 80%;
	color: #333333; 	
}

#footer ul {
	list-style: none;
	text-align: center;
	
}

#footer li {
	display: inline;
	margin: 0 8px;
	color: #333333;
	font-size: 90%;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}



.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;
}

.intro {
	font-size: 120%;
	font-weight: bold;
	color: #a64d2c;
	line-height: 20px;
}

.ital {
	font-style: italic;
}

.italsmall {
	font-style: italic;
	font-size: 85%;
}