body {
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	cursor:default;
	background-image:url(images/vertical_lines.gif);
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#006600;
	border-bottom: 1px solid #006600;
	padding-right:5px;
	padding-left:0px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
text-align:center;
	color:#006600;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:2px;
}
p {
	line-height:15px;
	padding:5px;
	margin:5px;
}
ul li {
	list-style-image:url(images/bullet.gif);
	line-height:15px;
}
a {
	color:#333333;
}
a:hover {
	color:#006600;
	border-bottom:1px solid #006600;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
img { 
	border: 1px solid #99996F;
	padding:3px;
	margin:10px;
	float:right;
}
input {
	background-color:#99996F;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;
}

#container {
	width:580px;
	background-color:#FFFFFF;
	border: 1px solid #99996F;
	margin:0 auto 0 auto;
}
#menu {
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #99996F;
	padding-top:15px;
	padding-bottom:9px;
	text-align:center;
}
#menu a {
	height:25px;
	padding:9px;
	background-color:#CCCC99;
	border-left: 1px solid #99996F;
	border-top: 1px solid #99996F;
	border-right: 1px solid #99996F;
	border-bottom:1px solid #99996F;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:none;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:url(images/shadow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#menu a:hover {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #99996F;
	border-top: 1px solid #99996F;
	border-right: 1px solid #99996F;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:none;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#menu .aactive {
	height:25px;
	padding:9px;
	background-color:#ffffff;
	border-left: 1px solid #99996F;
	border-top: 1px solid #99996F;
	border-right: 1px solid #99996F;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color:#000000;
	text-decoration:none;
	font-weight:none;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	margin:2px;
	background-image:none;
}
#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#000000;
	padding:10px;
	text-align:center;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}
#header a {
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
}
#footer {
	width:570px;
	padding:5px;
	background-color:#99996F;
	color:#FFFFFF;
text-align:center;
}

td {
  background-color:#FFFFFF;
  border:1px solid #99996F;
  padding:5px;
	text-align:justify;
}
td.BorderNone {

  border:none;

}
