@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:13px;
	color: #666666;
	margin:0px auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#wrapper{
	width:900px;
	min-height:400px;
	background-color:#FFFFFF;
	margin:0px auto;

}

.logoSection {
	width:100%;
	height:80px;
	background-image: url(../images/LOGO.jpg);
	background-repeat:no-repeat;
}
.head{
	width:100%;
	height:140px;
}	
.content{
	min-height:300px;
	width:99%;
	background-image:url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}	

.topics{
	height:15px;
	padding:6px;
	background-image:url(../images/topics.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size: 14px;
}

.content_right{
	margin-bottom:10px;
	min-height:300px;
	float:left;
	height:500px;
	width:640px;
	margin-left:5px;
	background-color: #ffffff;
	margin-top: 15px;
	overflow: auto;
	}
	
	.content_left{
	margin-top:15px;
	float:left;
	min-height:300px;
	width:225px;
	margin-left:10px;
	background-color: #FBFBFB;
	border:#CCCCCC solid 1px;
	}
	
a:link {
	color: #0583CD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0583CD;
}
a:hover {
	text-decoration: underline;
	color: #E9771B;
}
a:active {
	text-decoration: none;
	color: #0583CD;
}

.footer
{
	font-size: 13px;
	text-align: center;
	padding-bottom: 5px;
	border-top:1px #333333 solid;
}
h1{
	font-size:15px;
	padding:0px;
	margin:0px;
	text-decoration:none;
	text-transform:uppercase;
	color: #248F3D;
}

h2{
	font-size:14px;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	color: #248F3D;
	}
h3{
	font-size:13px;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	color: #1F64A9;
}


	
hr {
	border: 1px solid #2E80BC;
}
li{
margin-left:8px;

}
