html,body{
	margin:0;
	background-color: #fff;
	color:#000;
	
}
a:link {color:#333;text-decoration: none}
a:visited {color:#333;text-decoration: none}
a:hover {color:#666;}
a:active {color:#333;text-decoration: none}

.vlink span{
	color:#FFF;	
}
#header{
	background-color: #000;
	padding:5px;
	border: 1px #ccc solid;
}
#header .wrap{
	width: 800px;
	height:50px;
	margin: 0 auto;
	padding-left: 100px;
}
#header .wrap #logo{
	position: relative;
	left:-70px;
	display: inline-block;
	width:300px;
}
#header .wrap ol{
	list-style-type: none;
	display: inline-block;
}
#header .wrap ol li{
	width:90px;
	float: left;
}
#banner{
	width:100%;
	text-align: center;
	margin: 0 auto;
	padding-top:5px;
	/*background-color:rgba(6,163,247,0.98);*/
}
#breadcrumbs{
	width: 820px;
	height:20px;
	
	margin: 0 auto;
}
#footer{
	position: relative;
	background-color: #eee;
	color: #333;
	padding:10px;
	margin-top: 20px;
}
#footer ol > li a{
	color:#333;
}
#footer #copyright{
	font-size:11px;
	color: #666;
}
h1{ color:#424247; font-size:24px; margin-bottom:30px;line-height:20px;}
h1 span{ font-size:18px; font-family:"Courier New", Courier, monospace; font-weight:normal; margin-left:15px; letter-spacing:normal;}

p.subtext{
	font-size: 12px;
	color:#51818c;
}
p.subtext > span{
	color:darkred;
}
#body{
	width: 820px;
	margin: 0 auto;
}
#body h1{
	color: #009200;
}
#body blockquote{
	color:#333;
	letter-spacing: inherit;
}
#body h2{
	color: #aa0e56;
}
#body #core4 span{
	color:#1f6896;
	font-weight: 600;
}