@charset "UTF-8";

body {
	background-image: url(../img/pagebg.jpg);
	background-color: #0D1C35;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size:16px;
}

a {
	color: #ed1c24;
	text-decoration:none;
}

a:hover {
	color: #ed6369;
	text-decoration:none;
}

#page {
	width: 1028px;
	background-color: White;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#nav{
	background-image:url(../img/nav.jpg);
	background-repeat: no-repeat;
	height:32px;
	padding-top:7px;
	margin-bottom:12px;
	text-align: center;
	color: White;
}

#nav a {
	position:relative;
	top:-8px;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	color: White;
	text-decoration:none;
}
#nav a:hover {
	background-color: #ffffff;
	color: #0d1528;
	/*font-weight: bold;*/
}

#leftnav, #rightside {
	background-color: #f3f3f3;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
}

#leftnav {
	padding-left: 10px;
	padding-right: 10px;
}

#rightside {
	padding-left: 5px;
	padding-right: 5px;
}

#leftnav a {
	display: block;
	font-weight: bold;
	line-height: 46px;
	border-bottom: solid 1px black;
	text-decoration: none;
	color: Black;
}

#leftnav a:hover {
	color: #e41023;
}

.navpic a {
	display: inline;
	border: none;
	line-height: normal;
}

#footer {
	height: 74px;
	background-image:url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: White;
	padding-top: 30px;
	margin-top: 10px;	
}

#footer p {
	margin: 5px;
}

#footer a {
	color: White;
	display:inline-block;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}
#footer a:hover {
	background-color: #ffffff;
	color: #0d1528;
}
.txt10px {
	font-size: 10px;
}
.formwide {
	width: 95%;
}
#middlecolumn {
	padding-left: 20px;
	padding-right: 20px;
}
.homearticle {
	margin-bottom: 25px;
}
.homearticle h1 {
	background-image:url(../img/article_head.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: white;
	padding-left: 30px;
	padding-top: 5px;
	height: 31px;
	width: 490px;
}
.homearticle .content {
	width: 498px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-top: solid 1px white;
	margin-top: 0px;
	background-image: url(../img/article_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.article h2 {
	padding-bottom: 5px;
	font-size: 12px;
}

.article {
	margin-bottom: 25px;
}
.article h1 {
	padding-top: 5px;
	padding-left:10px;
	padding-bottom:1px;
	font-size: 13px;
	background-color:#f4f4f4;
	border-left:thin;
	border-left-style:double;
	border-left-color:#d4d4d4;
	border-top:thin;
	border-top-style:double;
	border-top-color:#d4d4d4;
}

.article .content {
	width: 525px;
	/*padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-top: 0px;*/
}

.article .content img {
	margin-left: 5px;
	margin-right: 5px;
}

.article h5 {
	font-size: 10px;
	font-weight:200;
	text-decoration: none;
}