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

body {
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#dcdcdc;
	}

.mainpage {
	background-color:#FFF;
	width:991px;
	margin:0px;
	padding:0px;
}
.toptext {
	width:991;
	height:20px;

}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3399ff;
}

a {
	color:#3399ff;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

.head {
	color:#000;
	font-size:14px;
	border-bottom:1px solid #3cc4e5;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:65px;
	font-weight:bold;
}

img {
	margin:0px;
	padding:0px;
}

/* left column */
.leftcol {
	float:left;
	background-color:#FFF;
	width:220px;
	padding:0px;
	margin:0px;
	clear:both;
}
.logo {
	width:200px;
	float:left;
	padding:10px;
	margin:0px;
	border-bottom:1px solid #dcdcdc;
	height:35px;
}
#mainmenu {
	float:left;
	margin:20px 0px 0px 0px;
	width:200px;
	padding:10px;
}

.mainmenu ul {
	width:200px;
	margin:0px;
	padding:0px;
}

.mainmenu li {
	width:100%;
	margin:0px;
	background-color:#3399ff;
	padding:7px 0px 0px 20px;
	border-bottom:1px solid #DCDCDC;
	list-style:none;
	height:22px;
}

.mainmenu a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.mainmenu a:hover {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

.leftbanner {
	float:left;
	margin:20px 0px 0px 0px;
	width:200px;
	padding:10px;
}

/* Right column */

.rightcol {
	float:right;
	background-color:#FFF;	
	border-left:1px solid #dcdcdc;
	width:770px;
	padding:0px;
	margin:0px;
}
.righthead {
	width:750px;
	float:left;
	padding:10px;
	margin:0px;
	border-bottom:1px solid #dcdcdc;
	height:35px;
	vertical-align:top;
}
.bread {
	width:750px;
	float:left;
	padding:0px 10px 0px 10px;
	margin-top:7px;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
	height:22px;
}
.content {
	width:750px;
	float:left;
	padding:0px 10px 0px 10px;
	margin-top:9px;
	vertical-align:top;
	line-height:145%;
}
/* Footer */

.footer {
	border-top:1px solid #DCDCDC;
	background-color:#3399ff;
	padding-top:10px;
	width:991px;
	height:70px;
}

a.footerlink {
	color:#000;
	text-decoration:none;
}
a.footerlink:hover {
	color:#FFF;
	text-decoration:underline;
}

/* THEME THUMB */

.thumbmain {
		float:left;
		width:auto;
		padding:0px;
		margin:0px;
		clear:both;
		}
.themethumb {
	float:left;
	width:auto;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.themethumb-left {
	float:left;
	width:240px;
	padding-right:10px;
	margin:0px;
}
.themethumb-right {
	float:right;
	width: 500px;
	padding:0px;
	margin:0px;
}

.notice {
	color:#F00;
}