@charset "UTF-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(/assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto;
	width: 900px;
}
#mast {
	background: url(/assets/mast.jpg);
	float: left;
	height: 149px;
	width: 900px;
	margin-top: 30px;
	color: #003366;
	font-size: 80%;
	font-style: italic;
}
#mast #mastfill {
	float: left;
	height: 114px;
	width: 900px;
}
#content {
	background: #FFFFFF url(/assets/content.jpg) repeat-y;
	float: left;
	width: 900px;
}
#footer {
	background: #FFFFFF url(/assets/footer.jpg);
	float: left;
	height: 49px;
	width: 900px;
	margin-bottom: 10px;
	font-size: 80%;
	padding-top: 5px;
	color: #666666;
}

#footer a {text-decoration:none; color:#000;}

#leftbar a {
	color: #999999;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
}


#leftbar a:link {background: #DCE1E6;}
#leftbar a:visited {background: #DCE1E6;}
#leftbar a:hover {background: #CCC;}

#main {
	font-size: 80%;
	color: #003366;
	text-align: left;
	float: left;
	width: 650px;
	margin-top: 20px;
	margin-left: 20px;
}
#newsticker {
	font-size: 80%;
	color: #003366;
	background: #DCE1E6;
	text-align: left;
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 20px;
}
.dots {
	background: url(/assets/newsdots.jpg) no-repeat center center;
	float: left;
	height: 33px;
	width: 79px;
	margin-top: 8px;
}
#news_inner {
	color: #666666;
	float: left;
	width: 420px;
	margin-top: 15px;
	margin-left: 10px;
	height: 30px;
	font-size: 120%;
}
#leftbar {
	font-size: 100%;
	float: left;
	width: 200px;
	margin-top: 10px;
}
#main .frontfloat {
	float: left;
	margin-left: 20px;
}
#main a {border-style: none;}

#main img {border-style: none;}

h1 {
	font-size: 120%;
}
.blogpost {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	width:640px;
}