@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243330;
	line-height:16px;
}
body {
	background-color: #49645D;
	background-image:url(../images/main/bk.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#rotator
{
  background: url(../images/rotate/rotate.php) no-repeat center top;
  width: 800px;
  height: 298px;
}
.header {
   background-image:url(../images/rotate/main_pic2.jpg);
   background-repeat:no-repeat;

}

a:link {
	color: #2C3A37;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #2C3A37;
}
h1 {
	font-size: 16px;
	text-align:left;
	color: #000000;
}
h2 {
    font-size:14px;
	font-weight:bold;
	color:#FF9900;
}
.under_head {
	color: #FF9900;
	font-weight: bold;
	font-size:14px;
}

.left_side {
    background-image:url(../images/main/left_side_shadow.jpg);
	background-repeat:repeat-y;
	}
	
.right_side {
    background-image:url(../images/main/right_side_shadow.jpg);
	background-repeat:repeat-y;
	}	
	
.content_bk {
    background-image:url(../images/main/content_area_bk.jpg);

}

.content_area {
    padding: 10px 30px 10px 30px;
	text-align:justify;
    
}
.side {
    width:200px;
    padding-left:30px;
	vertical-align:top;
	float:right;	

}
.sidebox {
    width:200px;
    background-color:#FFFFFF;
	font-size:10px;
	line-height:12px;
	text-align:left;
	padding: 10px 10px 0px 5px;
	
}
.sidebox a:link {
    color: #293835;
    font-weight:bold;

}
.sidebox a:visited {
    color: #666666;
    font-weight:bold;

}
.sidebox a:hover {
    color: #49645D;
    font-weight:bold;

}
.sidebox a:active {
    color: #293835;
    font-weight:bold;

}

.bottom {
   padding: 10px 30px 10px 30px;
   text-align:center;
   background-image:url(../images/main/content_area_bk.jpg);
}

.footer {
   border-top: #FFFFFF 1px dotted;
   font-size:10px;
   
}
.footer a:link {
	color: #293835;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
    color: #666666;
}
.footer a:hover {
	text-decoration: none;
	color: #49645D;
}
.footer a:active {
	text-decoration: none;
	color: #293835;
}

.subtext {
    padding-bottom:5px;
	border-bottom:#FFFFFF 1px dotted;
	text-align:justify;
}


