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

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
body {
	font: 100% DroidSans, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight:normal;
	font-style:normal;
	background:#EDEDED;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #305EC6;
}
html {
	background: #B0B0B0;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	background: url(../_images/diag_pattern.png);
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1, h2, h3 {
	color: #315FC6;
	text-align:center;
	font-weight:bold	;
	vertical-align:bottom;
}
h1, h2, h3 {
	color: #DD5D1C;
	text-align:center;
	font-weight:bold	;
	vertical-align:bottom;
}
h1 { 
	font-size:2.5em;
}
#banner h1 {
	padding-top:10px;
}
#banner h1,h2,h3 {
	color:#DD5D1C;
}
h2 { 
	font-size:1.8em;
}
h3 { 
	font-size:1.3em;
}
h4, h5, h6 {
	font-weight:bold;
	color:#4E4E4E;
	text-align:left;
}
h4 {
	font-size:1.25em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
hr {
	border-color:#DD5D1C;
	width:80%;
	border-width:4px;
	margin-top:2em;
	margin-bottom:2em;
}
header {
	border-bottom:solid 2px #305EC6;
}
.f8header {
	padding-top:25px;
}
#banner .imageHolder {
	height:150px;
	display:table-cell;
	vertical-align:middle;
	width:25%;
	float:left;
}
.center {
	margin-left:auto;
	margin-right:auto;	
}
img.center {
	display:block;
}
p.center a {
	color:#142DEF;
	font-weight:bold;
}
#cssmenu ul li a {color:#FFFFFF;}
#cssmenu ul li ul li a {color:#FFF;}
#cssmenu ul li ul li ul li a {color:#FFF;}
