@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63.125%;			/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	background: #FFFFFF; /* 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;
	margin-right: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 850px;  /* 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. */
	padding: 10px 15px 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 10px solid #212D86;
	border-left: 1px solid #000000;
} 
#Footer {
	background-image: url(assets/footer.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 160px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #973699;
	padding-top: 15px;
	vertical-align: top;
	height: 85px;
}
.footer_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #212D86;
	font-weight: bold;
}
.twoColFixLtHdr #header {
	background: #FFFFFF url(assets/header1.jpg) no-repeat;
	padding: 0 0px;  /* 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. */
	height: 155px;
} 

.twoColFixLtHdr #mainContent {
	margin: 15px 0 0 262px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 1.3em;
} 

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

#section-navigation {/* My Custom class for the rollover effect */
	margin-bottom: 50px;
	width: 250px;
	padding-top: 10px;
	float: left;
	background-color: #5E578C;
	color: #FFFFFF;
	margin-top: 20px;	
	}
 
#section-navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	list-style-type: none;
	}
	
#section-navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	}
	
#section-navigation a {
	display: block;
	padding: 5px 5px 5px 8px;
	border: none;
	width: 238px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#section-navigation a:visited {
	color: #FFFFFF;
	}
		
#section-navigation a:hover {
	background: #f2f7fa;
	color: #242F7F;
	}
.NavSectionHead {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
	text-indent: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFCC;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #212E88;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-indent: 2em;
	line-height: 0em;
}
	
#section-navigation a:active {
	color: #FFFFFF;
	background: none;
	}
	
#section-navigation2 {/* This controls the second set of nav with the > */
	width: 250px;
	padding-top: 20px;
	float: left;
	background-color: #5E578C;
	color: #FFFFFF;
	
	}
 
#section-navigation2 ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	list-style-type: none;
	}
	
#section-navigation2 li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	}
	
#section-navigation2 a {
	display: block;
	padding: 5px 5px 5px 15px;
	border: none;
	width: 230px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#section-navigation2 a:visited {
	color: #FFFFFF;
	}
		
#section-navigation2 a:hover {
	background: #f2f7fa;
	color: #232E88;
	}

#section-navigation2 a:active {
	color: #FFFFFF;
	background: none;
	}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #212D86;
	font-weight: bold;
}
.highlight {
	background-color: #FFFF00;
}
.italics {
	font-style: italic;
}
.picmargin {
	margin-left: 10px;
}

