@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #063b7f;
	background-image: url(img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

td, p, div {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.info-box {
	padding: 3px; background-color: #d8d8d8; border: 1px solid #909090;
}

.profile {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1em;
	align: center;
	text-align: center;
	padding: 10px 10px 10px 10px;
}


h1 {
	font-size: 18px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	margin: 7px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	color: #0000ff;
}
h3 {
	font-size: 18px;
	color: #fff;
	padding: 4px;
	margin-bottom: -1px;
	margin-left: -5px;
	margin-right: -5px;
	border-bottom: 1px solid black;
	background-image: url('/images/blog-nav-bg.jpg');
	background-color: #1d1d1d;
}


#main {
	width: 880px;
	height: auto;
	margin: 0px auto;
	background-color: #ffffff;
}

.newslinkbox {
	margin: 4px;
	border: 1px solid #000000;
	background-image: url(/images/news-bg.jpg);
	padding: 5px;
}

#newslinkheader {
	font-size: 18px;
	color: #ff0000;
	text-decoration: underline 	2px black;
}

#content-wrap {
	background-image: url(img/wrap-bg.jpg);
	height: auto;
	width: 840px;
	margin: 0px 20px 0px 20px;
}

#wrap {
	width: 880px;
	height: auto;
	background-image: url(img/bg-pattern.jpg);
}
#header {
	background-image: url(img/header.jpg);
	height: 200px;
	width: 840px;
	margin: 0px 20px 0px 20px;
}
#left {
	height: auto;
	width: 179px;
	float: left;
}
#left ul {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	text-align: left;
}
#left a {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
}
#left a:hover {
	text-decoration: underline;

}

#right {
	height: auto;
	width: 661px;
	float: right;
}
#text {
	font-size: 11px;
	line-height: 18px;
	padding: 10px 10px 10px 10px; 
}
.text p {
	width: 430px;
	text-align: left;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}


/* pete - dont think we need this img class; it was messin me up a lot 
.text img {
	float: left;
	margin-left: 70px;
	margin-top: 30px;
}
*/

#banner {
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 661px;
}
#footer {
	background-image: url(img/footer.jpg);
	height: 112px;
	width: 840px;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	color: #003399;
	clear: both;
	
}
#footer p {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #003399;

}
#footer a:hover {
	text-decoration: underline;
	color: #003399;
}

#wrap-footer {
	height: 29px;
	width: 880px;
	background-image: url(img/bottom-pattern.jpg);
	margin-bottom: 20px;
}
#tabs {
	margin-top: 10px;
	text-align: left;
	float: left;
	padding-left: 0px;
}

.wkeditor img, .captcha img{
	float: none;
	margin-left: 0;
	margin-top: 0;
}

