p, h1, h2, h3, h4, h5, table, td, th, b
{
	font-size: 0.98em;
	color: #003300;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

li{
	text-align: left;
	font-size: 0.8em;
	color: #003300;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}


body
{
	font-size: 1em;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #FFF;
}

html body { margin: 0; padding: 0; }
img
{
	behavior: url("/pngbehavior.htc");
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

/* breadcrumbs */
#top
{
	background-image: url(/media_global/top.png);
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-color: #030;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
.toptext
{
	text-decoration: none;
	color: #003300;
	font-size: 0.9em;
}

/* main box */
#middle
{
	background-color: #003300;
	width: 790px;
	margin-top: 90px;
	margin-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding:0;
}

#middletext
{
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: lowercase;
}


/* links */
a{
	color: #008000;
	font-family: Verdana,Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	text-decoration: underline;
}
a:visited{
	color: #003300;
}
a:hover
{
	color: #558000;
}
a:active
{
	color: #003300;
}

/* top and bottom buttons of box */
a.button
{
	background-color: #008000;
	height: 32px;
	padding: 0px 3px 0px 3px;
	display: block;
	float: left;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	text-shadow: black 0px 0px 3px;
}

a.button:active {
	color: #CCCCCC;
	background-color: #008000;
}

a.button:hover {
	color: #EEEEEE;
	background-color: #00A000;
}

#webmaster { font-size: x-small; }
