/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
}

.outer{
	width:760px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-position: center;
	margin:auto
}

.header{
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;
}

.nav-box{
	width:150px;
	float:right;
	margin-top:15px;
	font-weight:bold;
	color:#006699;
	font-size:13px;
}

.mid-section{
	padding-top:10px;
}

.content_area{
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
}

.sub_nav{
float:left;
width:180px;
margin-right:25px;
margin-top:15px;
}

.noticebox 
{ background-color: #FFFFBF; 
border: 1px solid #808080; 
padding: 5px; 
text-align: center; 
}
.noticebox h1 { 
border-bottom: 1px solid #808080; 
font-size: 95%;}
.small { 
font-size: 90%; 
}

.footer{
	text-align:justify;
	font-size:11px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

A {
	font-style: normal;
	color: #0066CC;
	text-decoration: none;
}

A:hover {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

A:visited:hover {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #00CC00;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style10 {
	font-family: "Segoe Script";
	font-size: 28px;
}
.style17 {
	font-size: 28px;
}
.style19 {color: #006699}
.style20 {
	color: #15a300;
	font-weight: bold;
}

.style27 {	color: #33cc00;
	font-weight: bold;
}

.ad_box{
width:142px; 
height:342px;
padding-top:5px; 
padding-left:19px;
padding-right:19px;
background-image:url(images/side_banner.gif);
background-repeat:no-repeat;
text-align:center;
}

.banner{
font-size:10px;
padding-left:5px;
text-align:left;}

.title{
	font-size:28px;
	font-weight:bold;
	color:#006699;
}
.bullet {
	list-style-position: outside;
	list-style-image: url(/images/bluecheck.gif);
}
.footer a:visited {
	color: #000000;
	text-decoration: underline;
}
.footer a:link {
	color: #000000;
	text-decoration: underline;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:active {
	color: #000000;
	text-decoration: underline;
}
