/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#3E6A77;
}
.wrapper {
	width: 900px;
	margin: auto;
}
.tophead {
	width: 100%;
	height: 41px;
	background-image: url(images/top_bg_02.gif); 
	background-repeat: repeat-x;
}
.tophead1 {
	width: 130px;
	height: 41px;
	margin-left: 500px;
	background-image:url(images/index_03.gif);
}
.minibox {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
.head {
	height: 100px;
}
/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("img/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#8c3a3a;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("img/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("img/HOVER.gif") no-repeat top right;	
	}
/******   Main body    */
#mainbody {
	color:#333;
	background:#FFF;
	width: 900px;
	padding-bottom: 10px;
	border-bottom: #000 1px solid;
	float: left;
}
#mainbody #note {
	color: #F00;
	width: 100%;
	text-align:center;
	padding: 5px;
}
#mainbody #leftbody {
	width: 650px;
	float: left;
	border-right: 1px solid #CCC;
	margin-top: 5px;
}
#mainbody #leftbody h2 {
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;
	padding: 0 0 5px 15px;
}
#mainbody #leftbody .midsite {
	background: url(images/index_67.gif);
	background-position:center;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}
#mainbody #leftbody .newbox {
	text-align:left;
	width: 160px;
	margin: 10px 0 0 10px;
}
#mainbody #leftbody .box1 {
	text-align:center;
	width: 160px;
	padding: 5px;
}
#mainbody #leftbody .box2 {
	text-align: justify;
	width: 470px;
	padding: 0 10px 0 10px;
	float:left;
}
#mainbody #rightbody {
	width: 240px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
}
#mainbody #rightbody h2 {
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;
}
#mainbody #rightbody .box {
	text-align:center;
	width: 235px;
	padding: 0 10px 0 10px
}
.linking{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
color:#F07700;
padding:4px;
}
.linking {
color:#F07700;
text-decoration:none;
}
a:hover.linking {
color:#0000CC;
text-decoration:none;
}
/* ----- Footer ----- */
#footer {
	clear: both;
	padding: 10px 0 20px 0;
	width: 900px;
	text-align: center;
	background: #DDD;
	text-align: center;
	font-size: 11px;
	color: #666;
}
#footer a{
	color:#D68200;
	text-decoration:none;
}
#footer a:hover{
	color:#333333;
	text-decoration: underline;
}
.pagebox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}