/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background:#EAE9E9;
}

h2{font-size:12px;}
h3{
	font-size:16px;
	color:#68A01E;
}

h4{
	color:#000;
	font-size:14px;
	margin-left:100px;
	margin-top:0px;
	padding-top:19px;
	
}
span{color:#FF0;}

form{
	margin:0px;
}

.clear{
	clear:both;
	height:1px;
}

#wrapper{
	background:#ffffff;
	width:800px;
	margin:0 auto;
	border:#78AFF0 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

#header{
	background:#567EBC url(images/header.jpg) left top repeat-x;
	width:100%;
	margin-top:0px;
	height:80px;
}

#logo{
	background:url(images/logo.jpg) left top no-repeat;
	float:left;
	width:380px;
	height:40px;
	margin-top:25px;
}

#headerright{
	float:right;
	width:350px;
	margin-top:20px;
}
#headerright h2{
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	margin-top:0px;
}

#topad{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

#maincontent{
	width:100%;
	margin:0 auto;
	height:600px;
}

.contents{
	widows:95px;
	color:#666;
	margin-left:10px;
}


#contentleft
{
	width:68%;
	float:left;
	background:url(images/notice.gif) top left no-repeat;
	margin-top:10px;
	margin-left:5px;
	padding:5px;
	border:#E4E4E4 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 10px;
}

.contentleft2{
	width:68%;
	float:left;
	background:url(images/notice.gif) top left no-repeat;
	margin-top:10px;
	margin-left:5px;
	padding:5px;
	border:#E4E4E4 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}




.cat{
	width:90%;
	height:50px;
	float:left;
	padding:10px;
	margin-left:10px;
	background-color:#F4F4F4;
	margin-top:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:#DDDDDD solid 1px;
}

.cat img{
	float:left;
}

.cat h2{
	margin:0px;
}

.cat h2 a, .cat h2 a:active, .cat h2 a:visited{
	color:#039;
	text-decoration:none;
}
.cat h2 a:hover{
	text-decoration:none;
}
.cat p{
	margin:5px 0px 0px 0px;
	color:#333;
}


#contentleft h1{
	color:#000;
	font-size:16px;
	padding:5px 5px 5px 9px;
	margin-top:0px;
}

#contentright{
	width:29%;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-left:#DDDDDD solid 1px;
	margin-top: 10px;
}

#contentright h1{
	color:#000;
	font-size:16px;
	padding:5px 5px 5px 15px;
	margin-top:0px;
	background:url(images/h1.gif) top left no-repeat;
}


#contentright ul{
	margin-top:-13px;
	margin-bottom:0px;
}

#contentright li{
	list-style-type:none;
	padding:5px;
	color:#000;
	padding-top:11px;
	margin-left:-40px;
	border-bottom:1px solid #EAEAEA;
}

#contentright li a, #contentright li a:active, #contentright li a:visited{
	padding-left:10px;
	color:#000; 
	text-decoration:none;
}

#contentright li a:hover{
	color:#666; 
	text-decoration:underline;
}


#menu{
	position:relative;
	display:block;
	height:25px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-bottom:1px solid #567EBC;
	background-color:#F9F9F9;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#menu ul li a{
	display:block;
	float:left;
	color:#676767;
	text-decoration:none;
	padding:3px 10px 0 10px;
	height:22px;
	line-height:22px;
	font-size:14px;
}
#menu ul li a:hover,#menu ul li a.current{
	color:#FFF;
	background-color:#75ACED;
}

#links{
	color:#930;
	margin-top:7px;
	margin-left: 10px;
}

#links a, #links a:active, #links a:visited{
	text-decoration:underline;
	color:#039;
}

#links a:hover{
	color:#999;
	text-decoration:none;
}

#headerlinks{
	float:left;
	margin-left:195px;
	color:#FFFFFF;
}

#footer{ 
	background:url(images/footer.jpg);
	text-align:center;
	padding:15px;
	color:#ffffff;
}

#footer a, #footer a:active, #footer a:visited{ 
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}


table.box h2{
	margin:0px;	
}
table.box td{
	border-bottom:1px solid #E3ECFB;
}
table.box tr.odd td{ 
	background-color:#FFF;
}
table.box tr.even td{
	background-color:#F3F9FE;
}
table.box a{
	color:#039;
	text-decoration:none;
}