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: 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-top: 5px;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 100%;
	background-color: #094C7F;
}
#container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/bg_page5x5.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	text-align: left;
	border-right: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	height: auto;
	background-color: #FFFFFF;
} 
#innercontainer {
	width: 930px;
	height: auto;	
}
#headerContainer {
	background-color: #0E609F;
	height: 136px;
	display: block;
}
#header {
	background: #0E609F url(images/menu_bg.jpg) repeat-y;
	display: block;
	height: 22px;
	margin-top: 2px;
	padding-left: 12px;
}
#header2 {
	margin: 0;
	padding: 0;
}
#sidebar, #content, #promo {
	overflow: hidden;
	height: auto;
}
#sidebar {
	float: left;
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3172FF;
	border-bottom-color: #3172FF;
	border-left-color: #3172FF;
}
#sidebar_inner {
	margin: 0px;
	font-size: 90%;
	padding: 0px 6px;
	height: auto;
}
#sidebar_inner p {
	margin: 0px;
	padding: 0px 0px 8px;
}
#sidebar_inner h2 {
	margin: 0px;
	padding: 6px 0px 6px;
	font-size: 102%;
	color: #BD3A25;
	font-style: italic;
}
#sidebar_inner h3 {
	margin: 0px;
	padding: 6px 0px 6px;
	font-size: 105%;
	color: #000066;
}
#sidebar_inner h4 {
	margin: 0px;
	padding: 6px 0px 6px;
	font-size: 103%;
	color: #3048B0;
}
#content {
	width: 400px;
	margin: 0; /* 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: 0;
}
#contentPages {
	overflow:hidden;
	height: auto;	
}
#contentPages {
	margin: 0 0 0 0; /* 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: 0;
}
#content_inner {
	margin: 0px;
	font-size: 90%;
	padding: 0px 10px;
}
#content_inner p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 8px;
}
#content_inner h1 {
	margin: 0px;
	padding: 20px 0px 6px;
	font-size: 140%;
	color: #013467;
}
#content_inner h3 {
	margin: 0px;
	padding: 6px 0px 6px;
	font-size: 105%;
	color: #BD3A25;
}
#content_inner img {
	border: 0;
}
.sectionRow {
	width: 630px;
	height: 140px;
	display: block;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 20px;
}
.section {
	display: inline;
	font-size: 92%;
	width: 310px;
	margin: 0px;
	padding-bottom: 5px;
}
.section h2 {
	font-size: 125%;
	color:#384880;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#promo {
	width: 260px;
	float: right;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3172FF;
	border-bottom-color: #3172FF;
	border-left-color: #3172FF;
}
#promo_inner {
	margin: 0px;
	font-size: 90%;
	padding: 0px 6px;
}
#promo_inner p {
	margin: 0px;
	padding: 0px 0px 8px;
}
#promo_inner h3 {
	margin: 0px;
	padding: 6px 0px 6px;
	font-size: 105%;
	color: #000066;
}
#space {
	clear: both;
	height: 2px;
}
#footer {
	clear: both;
	height: auto;
	margin: 0 auto;
	width: 946px;
}
.footerNav {
	height: 20px;
	margin-top: 6px;
	display:block;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #094C7F;
	letter-spacing: 0.2em;
	padding-top: 0.6em;
	line-height: 1.3em;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 0.2em;
	padding-top: 0.5em;
	line-height: 1.3em;
}
.footerLink {
	color: #ffffff;
}
.footerTitle {
	margin-top: 0.1em;
	display:block;
}
.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;
}
.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;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-right: 12px;
	color: #E3E3E5;
	margin-top: 112px;
	letter-spacing: .2em;
}
.line {
	width: 500px;
	display:block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3172FF;
}
#listbasic .circle {
	margin-left:15px;
	list-style-type:circle;
}
#listbasic .number {
	margin-left:15px;
	list-style-type:decimal;
}
#listbasic {
	margin:0 0 2px;
	
}
#listbasic ul {
	margin:1px 0 10px 10px;
	padding:0;
	list-style-type:none;
}
#listbasic li {
	margin:0;
	padding:.15em 0;
}
.heading {
	color: #BD3A25;
	display: inline;
}
.copyright {
	margin:0;
	padding:0;
	font-size:0.7em;
	color: #9999FF;
	display:block;
	letter-spacing: .1em;
}
.pageTop {
	margin:0;
	padding:0;
	font-size:0.8em;
	color: #9999FF;
	text-align:center;
	display:block;
	letter-spacing: .1em;
}
.tmStatement {
	color: #547DD0;
}
.footerTitle a:link {
	color: #CCCCCC;
}
.footerTitle a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.caption {
	font-size: 0.9em;
}
#captionImg {
	width: 250px;
}
