@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#topbanner{
	width:100%;
	height:25px;
}

#topbanner1{
	width:20%;
	background-color:#00f6ff;
	float:left;
	height:20px;
}

#topbanner2{
	width:20%;
	background-color:#ff00d2;
	float:left;
	height:20px;
}

#topbanner3{
	width:20%;
	background-color:#fcff00;
	float:left;
	height:20px;
}

#topbanner4{
	width:20%;
	background-color:#00ff42;
	float:left;
	height:20px;
}

#topbanner5{
	width:20%;
	background-color:#006cff;
	float:left;
	height:20px;
}

#wrapper{
	margin:auto;
	width:900px;
}

#header{
	background-image:url(images/header.png);
	width:900px;
	height:170px;
	margin-bottom:10px;
	float:left;
}

#menu{
	width:230px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:3px;
	float:left;
	margin-right:20px;
	padding:10px;
}

#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#menu li{
	padding-bottom:10px;
}

.page_item a{
	color:#006cff;
	text-decoration:none;
}

.page_item a:hover{
	text-decoration:underline;
}

.current_page_item a{
	color:#ff00d2;
	font-weight:bold;
	text-decoration:none;
}

.content{
	width:590px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:3px;
	float:right;
	padding:10px;
	color:#006cff;
	margin-bottom:20px;
}

H2{
	font-size:16px;
	color:#ff00d2;
	margin-top:10px;
	line-height:10px;
}

H2 a{
	text-decoration:none;
	font-size:16px;
	color:#ff00d2;
}

H1{
	font-size:10px;
	color:#ff00d2;
	margin-top:10px;
	line-height:10px;
	height:170px;
	width:900px;
	text-align:right;
}

H1 a{
	text-decoration:none;
	font-size:10px;
	color:#ff00d2;
	display:block;
	height:170px;
	width:900px;

}

#footer{
	width:900px;
	height:20px;
	float:left;
	text-align:center;
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
}

#footer a{
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
}
