* {
	font-size:100%;
	margin:0;
	padding:0;
}
body {
/*	background:#808080; */
	background:#0d3e87;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0;
}
body * {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
img.left {
	float:left;
	margin:0 5px 2px 0;
}
img.right {
	float:right;
	margin:0 0 5px 5px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
h1, h2, h3, h4 {
	font-size:1em;
}
h1 {
	color:#3e7cd1;
	font-size:1.75em;
	margin:0 0 0.25em 0;
}
a, a strong {
	color:#033444;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	font-size:1em;
	line-height:1.25em;
	margin:10px 0;
}
p.small {
	font-size:0.9em;
	font-style:italic;
}
.center {
	text-align:center;
}

/* ******************************************** Page layout ************************************************ */

#centerBox {
	text-align:center;
}

#footer {
color: #cccccc;
margin-top: 5px;
}
#pageWrapper {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:950px;
}
#mainWrapper {
	float:left;
	width:730px;
}

/* Header */

#header {
	background:url(../images/orange-fade.jpg) #f58220 top left repeat-y;
}
#logoNav {
	float:left;
	width:220px;
}
#logo {
	background:#fff;
	height:125px;
}
#logo img {
	margin:30px 0 0 5px;
}
#headerImg {
	float:left;
	width:510px;	
}
#headerImg img {
	display:block;
	margin:0 0 -1px 0;
}
#nav ol {
	list-style-type:decimal-leading-zero;
	margin:25px 30px;
}
#nav ol li {
	color:#ffcc00;
	font-size:1.1em;
	font-weight:bold;
	margin:13px 20px;
	text-transform:uppercase;
}
#nav ol li a, #homeNav ul li a {
	color:#fff;
	text-decoration:none;
}
#nav ol li a:hover, #homeNav ul li a:hover {
	text-decoration:underline;
}

/* ********************************* Homepage Column********************************************* */

#contentCol {
background:#0298e6;
	float:left;
	width:220px;
}
#homeNav {
	background:url(../images/orange-fade.jpg) #f58220 top left repeat-y;
	height:125px;
	position:relative;
}
#homeNav ul {
	bottom:25px;
	list-style-type:none;
	position:absolute;
	right:20px;
}
#homeNav ul li {
	display:inline;
	font-size:0.8em;
	margin:0 0 0 20px;
}
#contentCol h2 {
	background:#90d0f5;
	color:#000099;
	font-size:0.8em;
	line-height:3em;
	padding:0 0 0 20px;
	text-transform:uppercase;
}
#contentCol p {
	font-size:0.8em;
	margin:5px 20px;
}
#contentCol p.homeReadMore {
	text-align:right;
	text-transform:uppercase;
}
#contentCol p.homeReadMore a {
	background:#000099;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
        padding: 2px;
       margin-top: 3px;
}

#contentCol p.homeReadMore a:hover {
	background:#f05d2a;
}


/* *********************************** Content Area ******************************************************* */

#content {
	padding:20px;
}
#content h1 {
	color:#949599;
	text-transform:uppercase;
}
#content h1 span {
	color:#293991;
	font-size:1.1em;
	text-transform:none;
}