@charset "utf-8";
/* Design By KingStudio */
body{
	color:#000;
	background:#FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size:14px;
}
*{
	border:none;
	padding:0px;
	margin:0px;
}

.ullist{  
font-size: 20px;
line-height: 35px;
margin: 20px;
}

.ullist2{  
font-size: 20px;
margin: 10px;
}

.ultext {
	font-size:14px;
}

.redtext {
	color:#F00;
	}
	
.redtextline {
	color:#F00;
	text-decoration:underline;
	}

 hr {
border: thin;
color: #b5b5b5;
	border-style:solid;
	height: 0.1px;}


.bluelink {
	color: #00F;
		text-decoration: underline;

}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.current a:link {
	color: #bcab16;
	text-decoration: none;
}
.current a:visited {
	text-decoration: none;
	color: #bcab16;
}
.current a:hover {
	text-decoration: underline;
}
.current a:active {
	text-decoration: none;
}
img{
	border:none;
}
#header {
	height: 120px;
	width: 960px;
	margin:0 auto;
}
#logo{
	float:left;
	height: 80px;
	width: 360px;
	padding-top:40px;
	padding-left:50px;
	
}
#right_logo {
	float:right;
	height:120px;
	width: 550px;
	background:url(../images/right_bg.png) no-repeat;
}
#nav {
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	width: 920px;
	margin: 0 auto;
}

#nav ul li{
	list-style-type:none;
	float:left;
	margin-right:5px;
	font-weight:bold;
}

#nav2 {
	padding-top:18px;
	padding-left:20px;
	padding-right:20px;
	width: 920px;
	margin: 0 auto;
}

#nav2 ul li{
	list-style-type:none;
	float:left;
	margin-right:5px;
	font-weight:bold;
}


#nav3 {
	padding-top:18px;
	padding-left:20px;
	padding-right:20px;
	width: 920px;
	margin: 0 auto;
}

#nav3 ul li{
	list-style-type:none;
	float:left;
	margin-right:5px;
	font-weight:bold;
}

#wrap {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:20px;
	margin-bottom:10px;
	margin-top:20px;
	background-image:url(../images/left.png);
	background-position:left;
	background-repeat:repeat-y;
}
#content_middle {
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	background-position:right;
	padding-right:20px;
}
#content h1 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
#content_bottom {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:12px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
}
#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top:20px;
}
#copyright {
	float: right;
	font-weight:bold;
	color:#bcab16;
	font-size:10px;
	padding-right:20px;
}

#copyright a{

	color:#bcab16;

}
.split{
	clear:both;	
	background-image: url(../images/split.png);
	background-repeat: repeat-x;
	background-position:bottom;
	height:3px;
	padding-top:5px;
	width: 920px;
	margin: 0 auto;
}