@charset "utf-8";
body {
	background-color: #009900;
	background-image: url(images/bg.jpg);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 36px;
	text-decoration: underline;
	text-align: center;
	font-weight: normal
}
h2 {
	font-size: 26px;
	font-weight: normal
}
th {
	font-size: 20px;
}
li {
	padding-bottom: 10px;
}
table {
	margin: auto;
}
h3 {
	text-decoration: underline;
	font-size: 20px;
}
hr {
	color: #990066;
	background-color: #990066;
	height: 3px;
	border-style: none;
}
img {
	border-style: none;	
}
a:link {
	color: #00FFFF
}
a:visited {
	color: #FFFF00
}
a:hover {
	color: #FF0000
}
a:active { 
	color: #FF0000 
}
#container
{
	background-color: #006633;
	border: thick groove #666666;
	margin: 0px auto 0px auto;
	width: 80%;
}
#header {
	background-color: #006666;
	background-image: url(images/banner.jpg);
	border-bottom: thick solid #990066;
	height: 135px;
}
#header p  {
	font-size: 36px;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
}
#sidebar {
	width: 166px;
	float: left;
	background-color: #009900;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#sidebar p {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
#main {
	margin-left: 167px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-image: url(images/tri.gif);
	width: auto;
}
#footer {
	background-color: #006666;
	font-size: 12px;
	padding: 20px;
	border-top: thick dotted #FF6600;
	text-align: center;
	clear: both;
}
.center {
	text-align: center
}
.imgright {
	float: right;
}
.imgleft {
	float: left;
}