body
{
	font-weight: bold;
	font-size: 8pt;
	color: #696969;
	font-family: Verdana, Arial;
	background-color: #000000;
}
h1
{
	font-weight: bold;
	font-size: 10pt;
	left: 30px;
	background-image: url(../images/h1.jpg);
	width: 538px;
	padding-top: 3px;
	text-indent: 25px;
	background-repeat: no-repeat;
	height: 24px;
	text-align: left;
}

h2
{
	border-right: #696969 1px;
	padding-right: 5px;
	border-top: #696969 1px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10pt;
	left: 30px;
	padding-bottom: 5px;
	border-left: #696969 1px;
	padding-top: 5px;
	border-bottom: #696969 1px solid;
}

td
{
	font-size: 8pt;
	vertical-align: top;
	color: #000000;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #deebf5;
	border-bottom-style: none;
}

td.rside 
{
	background-color: #5A9166;
	background-image:  url(../images/right.jpg);
	background-repeat:no-repeat;
}

td.header
{
	vertical-align: middle;
	background-image: url(../images/header.jpg);
	text-indent: 142px;
	background-color: #3d8d8f;
}

td.footer
{
	font-weight: bold;
	color: #dcdcdc;
	background-color: #696969;
	text-align: center;
}

td.menu
{
	background-color: #5A9166;
	background-image:  url(../images/menu.jpg);
	background-repeat:no-repeat;
}

p
{
	text-indent: 25px;
}

p.noindent
{
	text-indent: 0px;
}

a:link.header, a:visited.header
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.header
{
	color: #99ccff;
	text-decoration: underline;
}

a:link.regular, a:visited.regular
{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover.regular
{
	color: #99ccff;
		font-weight: bold;
	text-decoration: underline;
}

#navlist {
	position: relative;
	/*left: 36px;
	width: 186px;*/
	top: 120px;
	
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 0px 2px 0px;
	
	/*border: 1px solid #333;*/
	width: 160px;
	background-color: #5A9166;
	/* background-image:  url(images/btnDefault.png);  */
}

#navlist a:link, #navlist a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#navlist a:hover {
	/* border: 1px solid #333; */
	background-image:  url(../images/menu.gif);
	background-color: #DEEBF5;
	color: #000000;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #DEEBF5;
	background-image:  url(../images/menu.gif);
	/*background-repeat: no-repeat;
	background-position: 0% 50%;*/
	color: #000000;
}