@charset "utf-8";
body{
	width: 900px;
	height:100%;
	text-align:center;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(/images/template/pagebg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#3399ff;
}
body #wrapper{
	margin: 0 auto;
	min-width:900px;
	max-width: 90%;
	height:100%;
	background-color:white !important;
}
a,a:visited{
	color:#177dec;
}


#wrapper {
	background-image:url(../images/template/topnav.gif);
	background-repeat:repeat-x;
}
#wrapper #topnav{
	height: 25px;
	clear:both;
	padding-top: 10px;
}
#topnav a{
	color:white;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover{
	color:white;
	text-decoration: underline;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#topnav ul li{
	display:inline;
	margin:0;
	padding-right:20px;
}
#wrapper #content{
	padding:0 30px;
	height:100%;	
	text-align: left;
}
#leftpage{
	padding: 30px 30px 20px 0;
	width:45%;
	float:left;
	background-image:url(../images/template/pageshadow.gif);
	background-repeat:repeat-y;
	background-position:right;	
			height:100%;
}
#rightpage{
	padding-top: 30px;
	padding-left: 30px;
	width: 45%;

		float:left;
		height:100%;
	min-width:400px;
}
#footer{
	background-image:url(../images/template/bottombg.jpg);
	background-repeat:repeat-x;
	color:white;
	background-color:#333333;
	padding: 10px 0 5px 0;
	clear:both;
}
#footer a{
	color:white;
}

.newsbox{
	width:180px;
	min-height:200px;


	background-color:#33cc00;
	float:left;
	padding: 10px 10px 5px;
	margin:0 15px 0 0;
	color:white;
	line-height:14px;
}
.newsbox ul{
	list-style-type:none;
	padding-left:0;
	margin:0;
}
.newsbox ul li{
	padding:0 0 10px 0;
	margin-left:0;
}
.newsbox a{
	color:#0133ca;
	text-decoration: none;
}
.newsbox a:hover{
	text-decoration:underline;
}
.rightbox {
	width:170px;
		float:left;


}
.highlightbox{
	width:170px;

	background-image:url(../images/template/bluegradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#24a7ff;
	padding: 10px 10px 20px 5px;
	margin:0 -500px 0 0;
	color:white;
	line-height:14px;
	clear:right;
}
.highlightbox h2{
	padding-top:0;
	margin-top:0;
}
img.left{
float:left;
}

h1{
	font-size:24px;
	color:#33CC00;
	font-weight:bold;
	padding:0;
	line-height:24px;
}
h2{
}
h3{
	font-size:15px;
	padding:0 0 15px 0;
	margin:0;
	line-height:15px;
}

h3 img.left{
margin-top:-3px;
}