@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

a {
text-decoration:none;

}

.wrapper {
	width: 932px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.float_right{
	float: right;
}

.float_left{
	float: left;
}

.top_header{
	background-repeat:no-repeat;
	width:930px;
	height:20px;
	margin-bottom:8px;
	float:left;
	}
	
.main_header{
	background-repeat:no-repeat;
	width:930px;
	height:23px;
	float:left;
	padding-top:34px;
	padding-left:7px;
	
	
	}	
	.main_header2{
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	width:930px;
	height:423px;
	float:left;
	
	}
	
	.main_header2 a{
		color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	}

.content_holder{
width:930px;
float:left;
background-color:#fff;
}
.cont_top{
width:930px;
height:22px;
float:left;
}
.cont_base{
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
width:930px;
height:45px;
float:left;
}
.cont_left{
width:680px;
padding-left:10px;
float:left;
}
.cont_right{
width:197px;
padding:5px;
background-image:url(../images/rhs_bg.png);
background-repeat:no-repeat;
background-color:#737373;
float:right;
margin-right:10px;
}


.rightcol_content{
padding:3px;
text-align:left;
margin-bottom:5px;
font-size:14px;
color:#FFFFFF;
}
.rightcol_content a{
	color:#FFFFFF;
}
.rightcol_content ul{
padding:0;
margin:0;
margin-top:10px;
padding-top:8px;
margin-left:8px;

}
.rightcol_content li{
list-style:square;
padding:0;
margin:0;
margin-left:10px;
margin-top:4px;
font-size:14px;

}

.rightcol_content2{
padding:3px;
text-align:left;
margin-bottom:5px;
font-size:14px;
color:#FFFFFF;
}
.rightcol_content2 a{
	color:#FFFFFF;
}
.rightcol_content2 a:hover{
	color:# DF080C;
}
.rightcol_content2 ul{
padding:0;
margin:0;
margin-top:10px;
padding-top:8px;
margin-left:-10px;

}
.rightcol_content2 li{
padding:0;
margin:0;
margin-left:10px;
margin-top:4px;
font-size:14px;

}
.rightcol_header{
	background-image:url(../images/line.png);
	background-position: center bottom;
background-repeat:no-repeat;
height:27px;
width:192px;
padding-top:8px;
float:right;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
text-shadow:1px 1px 1px rgba(0,0,0,0.75);
}


.maincol_content{
width:678px;
float:left;
}
.maincol_header{
font-size:20px;
width:678px;
float:left;
color:#333300;
text-shadow:1px 1px 1px rgba(0,0,0,0.75);
}
	

#selected {

}



.footer {
text-align:right;
height:35px;
width:930px;
padding-top:10px;
float:left;
color:#FFFFFF;
text-shadow:1px 1px 1px rgba(0,0,0,0.75);
font-size:10px;

}

