@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Document */

body {
	background-color:#fefefe;
	width:100%;
	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: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}

#rule {
	background-color:#034680;
	height:24px;
	width:100%;
}

#container {
	width:1024px;
	margin:0 auto;
	padding:0 auto;
	text-align:left;
	}
	
#mainheader {
	width:100%;
	border-bottom:4px #324d6e solid;
	height:225px;
	text-align:center;
}

#header {
	width:100%;
	border-bottom:4px #324d6e solid;
	height:170px;
	text-align:center;
}


#header a {
	color:#d58e28;
}

#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
}

#copy_container {
	width:1024px;
	margin-top:18px;
	vertical-align:top;
}

#col_1 {
	float:left;
	width:300px;
	text-align:center;
	margin:0;
	padding:6px;
	color:#fff;
	font-weight:bold;
}


#right_columns {
	float:right;
	width:688px;
	margin-left:-336px;
	
}

#resources {
	width:100px;
	margin:6px 18px 6px 0px;
	text-align:center;
	float:left;
}

#resources2 {
	width:100px;
	margin:6px 55px 6px 0px;
	text-align:center;
	float:left;
}


#resources p {
	margin-top:6px;
	text-align:center;
	font-size:20px;
	line-height:26px;
}

	
#col_2 {
	width:332px;
	float:left;
	text-align:center;
}

#col_3 {
	width:332px;
	float:right;
	text-align:center;
}

#footer {
	width:100%;
	text-align:center;
}

#footer p {
	font-size:12px;
	line-height:14px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
}

.title {font-size:16px;
		line-height:20px;
		padding-top:6px;
		padding-bottom:6px;
		}

ul li {
	list-style:inside disc;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;

}

.italic {
	font-style:italic;
}

.alignleft {
	text-align:left;
}

.aligncenter {
	text-align:center;
}

.alignright {
	text-align:right;
}
	
#col_1 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-align:center;
	background-image:url(images/stripe.png);
	background-repeat:repeat;
}

#right_columns h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:30px;
	text-align:left;
	color:#004780;
	font-weight:bold;
}


#col_1 .blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-align:center;
	background-image:url(images/bluestripe.png);
	background-repeat:repeat;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-align:center;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	color:#fff;
}


#header h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
	color:#538283;
	padding-top:12px;
	font-weight:bold;
}

#mainheader h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
	color:#538283;
	padding-top:12px;
	font-weight:bold;
}

.reverse {
	background-color:#034680;
	color:#fff;
	padding:6px;
	margin-top:9px;
	margin-left:130px;
	margin-right:130px;
}

.reverse2 {
	background-color:#034680;
	color:#fff;
	padding:6px;
}


.left {
	text-align:left;
}

.bold {
	font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	background-color:#E0DEA0;
	color:#034680;
	text-decoration:none;
}

a:visited {
	color:#ee3125;
	text-decoration:none;
}

a:link {
	color:#000;
	text-decoration:none;
}

p + p {padding-top:12px;
}