@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #031e8c;
}
a:link {
	color: #FF3333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}
h1 {
	font-size: 14px;
	color: #CC0033;
}
h2 {
	font-size: 16px;
	color: #CC0033;
}
h3 {
	font-size: 18px;
	color: #CC0033;
}
h4 {
	font-size: 24px;
	color: #CC0033;
}
h5 {
	font-size: 36px;
	color: #CC0033;
}
#container{
	width:900px;
	margin:0 auto;
	height:auto;
	display:block;
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bk.gif);
}

#top {
	width:850px;
	height:200px;
	float:left;
	display:block;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 10px;
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bk.gif);
}

#navbar {
	width:900px;
	height:35px;
	float:left;
}


#main {
	width:900px;
	height:auto;
	float:left;
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bk.gif);
	display:block;
}
#left {
	width:203px;
	height:auto;
	float:left;
	padding-left: 25px;
	padding-top: 20px;
background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bk.gif);

}
#right {
	width:637px;
	height:100%;
	float:left;
	text-align:justify;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 10px;
		display:block;
}

#pics {
	width:850px;
	height:170px;
	float:left;
	display:block;
	padding-left: 25px;
	padding-right: 25px;
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/bk.gif);
	padding-top: 10px;
}

.pics{
	padding:7px;
}

#footer {
	width:850px;
	height:35px;
	float:left;
	display:block;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/bk.gif);
	padding-top: 10px;
	text-align: center;
	}

.solidblockmenu{
	margin: 0;
	padding: 0;
	font: bold 13px Arial;
	width: 100%;
	text-align:center;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../images/blockdefault.gif) center center repeat-x;
	float: left;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 20px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

.darktext{
color: white;
font-weight:bold;
}

.style1 {color: #CCCCCC}

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
