@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	color: #054376;
}
body  {
	background: #e8ebec;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*Vertical align bottom fixes Firefox strict mode glitch*/
img {
	border: none;
	vertical-align: bottom;
}
h2 {
	margin: 30px 0 0 0;
	font-size: 1.45em;
	color: #054376;
	font-variant: small-caps;
}

h4 {
	margin: 24px 0 5px 0;
	font-size: 1.2em;
}

/*All Links on page*/

a:link, a:visited {
	color: #06C;
}
a:hover {
	color: #09F;
	text-decoration: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
#container {
	width: 980px;
	background: #e8ebec;
	margin: 0 auto;
	padding-top: 16px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header { 
	background: #e8ebec url(../_images/menuback.png) repeat-x;
	height: 190px;
	margin: 0 auto;
	min-width: 1010px;
	padding: 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. */
} 
#headerBack {
	background: #032e54 url(../_images/bannerBck.jpg) repeat-x;
	position: relative;
	top: 29px;
	height: 92px;
	margin: 0;
	padding: 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. */
} 
#header #headerBack #content {
	width: 980px;
	margin: 0 auto;
	height: 90px;
	padding: 0; 
}
#header #headerBack #content .banner {
	margin-left: 416px;
	padding: 0;
}
#logo {
	position: absolute;
	top: 32px;
	z-index: 2;
}
#headercaption{
	position: absolute;
	top: 55px;
	left: 637px;
	width: 294px;
}
#headercaption p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 2em;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #e8ebec; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 5px 0 10px;
	padding: 0;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #e8ebec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0;
}
#mainContent {
	margin: 0 420px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1 {
	padding:20px 0 10px 0;
	color: #000;
	font-variant: small-caps;
	font-size: 1.75em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */

}
#mainContent h3 {
	margin: 24px 0 0 0;
	font-size: 1.15em;
	color: #054376;
	font-variant: small-caps;
}
#mainContent h3 em {
	color: #444;
	font-style:normal;
}
#mainContent p {
	line-height: 1.6em;
	margin: 12px 0;
	color: #000;
}
#mainContent caption {
	padding-bottom: 5px;
	color: #000;
	font-size:1.5em;
	font-variant: small-caps;
	font-weight:bold;
}
#mainContent li {
	color: #0A0E0E;
	margin: 0 0 0 30px;
}
#mainContent form p strong {
	background: #FF0;
	font-size: larger;
}
#footer {
	background:#e8ebec;
	margin: 0 auto;
	width: 930px;
	padding-right: 10px;
	padding-left: 20px;
} 
#footer p a:link, #footer p a:visited {
	color: #000;
	text-decoration: none;
} 
#footer p a:hover {
	text-decoration: underline;
} 
#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: 80px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-align: center;
}
.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;
}
.relatedlink {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
.blackbox {
	padding: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 12px 0 0 0;
}
.boxtop {
	margin-top: 2px;
	text-align: left;
}
.content li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul.content, ol.content {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	list-style-type: none;
	line-height: 1.75;
}
.linklist {
	display: block;
	padding: 1px 6px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.75;
	font-size: 0.85em;
}
.linklist a:link, .linklist a:visited {
	text-decoration: none;
}
.linklist a:hover {
	text-decoration: none;
}

.whitebox {
	padding: 0px 10px 12px 10px;
	margin: 12px 0 0 0;
	background: fff;
	border: 3px solid #b0a6a7;
}
/*
The Dropcaps style. Georgia typeface to work around Apple text rendering bugs
*/
span.dropcap {
	font-family:'Palatino Linotype', Georgia, serif;
	float:left;
	font-size:5.75em;
	margin: 0 10px 0 0;
	padding: 0 .1em 0 0;
	display: block;
	line-height: .775em;
	color: #000;
	border-right: 1px solid #000000;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	font-size: 100%;
}
.whiteboxhead {
	background:  url(../_images/whiteTR.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.whiteboxhead h2 {
	background: url(../_images/whiteTL.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #054376;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	font-variant: small-caps;
}
.whitecontentbox h3 {
	color: #000;
	font-weight: normal;
	padding: 5px 0;
	font-size: 1em;
	line-height: 1em;
	font-variant: small-caps;
}
.whiteboxhead a  {
	color:#054376;
	text-decoration: none;
}
.whitecontentbox {
	padding: 5px 12px 0px 12px;
	background: #fff;
	color: #000;
	border-right: 1px solid #99a5c2;
	border-left: 1px solid #99a5c2;
	margin: 0;
}
.whitecontentbox p{
	margin: 5px 0;
	color: #000;	
}
.whiteRfoot {
	background:  url(../_images/whiteBR.png) no-repeat bottom right;
	margin: 0 0 10px 0;
	padding: 22px 0 0 0;
	text-align: center;
}
.whiteLfoot {
	background: url(../_images/whiteBL.png) no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
	color:#900;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	font-weight: bold; 
	
}
.contentbox {
	padding: 5px 12px 0px 12px;
	background: #900;
	color: #000;
	border-right: 1px solid #99a5c2;
	border-left: 1px solid #99a5c2;
	margin: 0;
}
.redboxhead {
	background:  url(../_images/redTR.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.redboxhead2 h2 {
	background: url(../_images/redTL.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px ;
	color:#000;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	font-variant: small-caps;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.redboxhead2 a  {
	color:#fff;
	text-decoration: none;
}
.redboxhead2 a:hover,.boxlink a:active, .boxlink a:focus {
	color: #039;
	text-decoration:none;
}
.redcontentbox p {
	margin: 5px 0;
	color: #fff;
}
.redcontentbox p .dropcap a:link, .contentbox p .dropcap a:visited{
	color: #FFF;
	text-decoration: none;
}
.redcontentbox p .dropcap a:hover, .contentbox p .dropcap a:active, .contentbox p .dropcap a:focus{
	color: #09F;
	text-decoration: none;
}
.redcontentbox p .dropcap {
	color: #FFF;
	border-right: 1px solid #fff;
}
.redRfoot {
	background:  url(../_images/redBR.png) no-repeat bottom right;
	margin: 0;
	padding: 22px 0 0 0;
	text-align: center;
}

.redLfoot {
	background: url(../_images/redBL.png) no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
	color:#900;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	font-weight: bold; 
	
}
#container #mainContent h4 {
	padding-left: 20px;
}
