@charset "UTF-8";
/* CSS Document */



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D83523;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 0.5em;	
}

.green { color: #004e88; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #e03b2a;	
	line-height:2em;
}

h3 {
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.7;
	line-height:1.2em;
	filter: alpha(opacity=70);
	}
	
h4 {
	color: #e03b2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .8em;
	font-weight: bold;
	margin: 1em 0 0 0;
}
	
h5 {
	color: #004e88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

h5 a { 
	color: #004e88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3 em;
	font-weight: bold;
	
}

h5 a:hover { 
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	
}



p {
	margin-bottom: .5em;
	text-align: left-align;
	font-weight: 200;
	line-height: 1.5em;
}


ul { line-height:1.5em}


a:visited {color:#666}

footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 0.9em;
	line-height: 1.1em;
	width:100%;
	mmargin-bottom:10px;
	 }

footer a {
	color:#fff;
	font-weight:bold;	
}

footer a:hover {
	color:#003e6d;	
	
}

section hr {
	height:1px;
	margin: 0 10px 0 10px;	
	color:#CCC;
	
}

a {text-decoration:none;}


.center {text-align:center}
