@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	background-image: url(../images/backgroundtile.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }
p,h1,h2,h3,h4,h5,h6 {
	padding-top: 0;
	margin-top: 0;
}
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.imglt {
	float:left;
	margin-right: 10px;
}
.imgrt {
	float:right;
	margin-left: 10px;
}

#wa {
	width: 100%;
	margin: auto;
		clear:both;
		background: url(../images/background.jpg) top center no-repeat;
}
.header {
	background: url(../images/header.jpg) no-repeat;
	height: 165px;
	width: 960px;
	margin: auto;
}
.nav {
	width: 960px;
	margin: auto;
}
.content {
	width: 930px;
	padding: 28px 15px 15px 15px;
	margin: auto;
	background-color: #c6dde5;
	background-image: url(../images/bgbody2.jpg);
	background-repeat: repeat-x;
	color:#000000;
}

.hbox {
	border: 3px solid #c7c7c7;
	color:#000000;
}

.hboxm {
	background: url(../images/hboxbg.jpg) repeat-y;
	padding: 10px;
}
.hbox ul {
	margin:0;
	padding: 0;
}
.hbox ul li {
	
	
	margin-left: 30px;
}
.red {
	color: #FF0000;
}

#footer {
	clear:both;
	color: #000000;
	font-size: 11px;
}

#footer a {
	color: #000000;
}

.footerbottom {
	background: #000000 url(../images/footerbg.jpg) center top no-repeat;
	height: 192px;
}

h1.title {
	font-size: 30px;
	color: #053672;
	border-bottom: 1px solid #053672;
	padding: 10px;
	margin: 0px;
}

.contentmain {
	padding: 10px;
}

.thumb {
	margin: 10px; 
	width: 171px;
	height: 158px;
	padding: 13px;
	background: url(../images/thumbbg.jpg) center top no-repeat;
	float: left;
	text-align: center;
}


#subscribeForm {margin:0; padding:0; width:390px;}

.rightCol { float:left; width: 200px; }