@charset "utf-8";
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	width: 1000px;
	border: 1px solid #333333;
}


#header {
	height: 90px;
	width: 990px;
	background-color: #FBFBFF;
	padding: 5px;
	color: #000000;
	text-align: left;
}
#header  H1  {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


#menu {
	font-size: 12px;
	height: 30px;
	width: 990px;
	background-color: #006633;
	padding: 5px;
}

#menu ul {
	display: inline;
}
#menu li {
	display: block;
	float: left;
	list-style: none;
}
#menu  li  a:link, #menu li a:visited, #menu li a:active {
	color: #fff;
	display: block;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #000099;
	font-size: 12px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	padding: 6px;
	height: 15px;
}

#menu li a:hover,
#menu li a.current {
	background-color: #FFFFFF;
	color: #000099;
	text-decoration: underline;
}
#main {
	width: 1000px;
	text-align: left;
}

#main H2, H3, H4 {
	font-size: 14px;
	text-align: center;

}
#leftsidebar {
	width: 200px;
	float: left;
	background-color: #FBFBFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
}
#content {
	width: 560px;
	float: left;
	padding: 10px;
}
#content a:link, a:active, a:visited {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;

}
#content a:hover {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}




#rightsidebar {
	width: 200px;
	float: right;
	background-color: #FBFBFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 10px;
}
#footer {
	width: 990px;
	text-align: left;
	clear: both;
	background-color: #FBFBFF;
	padding: 5px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.style1 {
	font-size: 22px;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
}
.style2 {
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
}
