body, html {
	margin: 0px;
	background-color: #9999ff;
	font-family: Verdana, Arial, "Century Gothic", Helvetica, sans-serif;
	font-size:11px; font-weight: normal; color:#000000;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	background-color: #6666ff;
	color: #ffffff;
}

#top_runner {
	width: 100%; height: 15px;
	background-color: #333399;
	color: #ffffff;	font-size: 12px; font-weight: bold; font-style: italic;
	text-align: center;
	overflow: hidden;
}

#top {
	width: 100%; height: 78px;
	background-color: #333399;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #000000;
}

.menu {
	width: 155px; height: 18px;
	display: block; font-size: 12px; font-weight: bold;
	background-color: #cccc66;
	color: #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 3px 0 3px 0;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
	

h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; color: #6666cc; font-weight: bold;
	text-align: left;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #ffffff; font-weight: bold; font-size:36px; 
	text-align: center;
	letter-spacing: -2px;
	margin: 5px 0 5px 0;	
}

h2 {
	font-size:24px;
	margin: 5px 0 10px 0;
}

h3 {
	font-size:22px;
	margin: 5px 0 5px 0;
	text-align: center;
	}

h4 {
	font-size:20px;
	margin: 10px 0 10px 0;
	line-height: 20px;
	letter-spacing: -1px;
}

#contain {
	width: 90%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	background-color: #ffffff;
	background-image: url(images/left2.gif);
	background-repeat: repeat-y;
	color: #000000;
}

#left {
	width: 159px;
	float: left;
	background-image: url(images/left2.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

#main {
	float: left;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	border-left: 7px solid #ffffff;
	border-right: 5px solid #ffffff;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}



#right {
	width: 114px; float: right;
	vertical-align: top;
}


#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
}	

#footer a {
	font-weight: normal;
	text-decoration: none;
}	




