@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9FFD9;
	margin: 0px;
	padding: 35px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003300;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	background-color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	text-align: center;
	background-color: #FFFFFF;
}

p {
	font-size: 12px;
}
#leftmain {
	margin-left: 25px;
	width: 500px;
	border: 1px solid #ffffff;
}

#rightmain {
	float: right;
	width: 300px;
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid #ffffff;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #001D9B;
	border-bottom-color: #001D9B;
	border-left-color: #001D9B;
	background-color: #FFFFFF;
}
#menu {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0F6C02;
	border-left-color: #0F6C02;
	background-color: #FFFFFF;
	height: 25px;
}

#mainbody {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0D6D02;
	border-bottom-color: #0D6D02;
	border-left-color: #0D6D02;
	background-color: #FFFFFF;
	width: 830px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
h2 a:link {
	color: #FF0000;
}



#heading {
	height: 300px;
}

#clear {
	clear: both;
}
#footer {
	width: 830px;
	text-align: center;
}
a:link:hover {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:visited:hover {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
h2 a:visited {
	color: #FF0000;
}
h2 a:link:hover {
	color: #FF0000;
	text-decoration: none;
}
h2 a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}
li {
	font-size: 12px;
}

