body {
	position: relative;
	color: black;
	background-color: #009;
	background-image: url(images/hexes.gif);
	background-repeat: no-repeat;
	font: small Verdana, Helvetica, Arial, sans-serif;
	margin-left: 150px;
	margin-top: 40px;
	width: 800px;
}

#header {
	height: 100px;
	width: 650px;
	padding: 0px;
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
}
	
h1 {
	font-size: 120%;
	color: green;
	background-color: white;
	padding: 5px;
	margin:0px;
	margin-bottom: 5px;
}

h2 {
	color: blue;
	background-color: white;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}

h3 {
	color: blue;
	background-color: white;
	font-size: 100%;
	font-weight: bold;
}


.bold {
	font-weight: bold;
}

#main {
	width: 600px;
	padding: 25px;
	text-align: center;
	margin: 0px;
	color: black;
	background-color: white;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
}



#content {
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	text-align: center;
}

#content p {
	font-size: 100%;
	color: #000033;
	background-color: white;
	line-height: 1.3em;
}

#navigation {
		font-size: 90%;
		position: absolute;
		top: 120px;
		left: -130px;
		width: 180px;
		z-index: 1;
		margin: 0px;
		padding: 0px;
}

#navtop {
		width: 180px;
		height: 49px;
		padding: 0px;
		margin: 0px;
		background-image: url(images/navtop6.gif);
}

#navmid {
		width: 150px;
		padding: 0px;
		margin: 0px;
		line-height: 1;
		background-color: white;
		border-left: 15px solid red;
		border-right: 15px solid red;
}

#navbot {
		width: 180px;
		height: 49px;
		padding: 0px;
		margin: 0px;
		background-image: url(images/navbot6.gif);
}

#navbar {
	text-align: center;
}

#footer {
	width: 650px;
	height: 47px;
	background-image: url(images/mainbot.gif);
	background-repeat: no-repeat;
}

.disabled {
	display: none;
}

a:link {color: black;}
a:visited {color: green;}
a:hover {color: #19AB24;}
a:active {color: red;}


#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}

#navigation li
{
	padding: 0px;
	margin: -3px 0px;
	width: 150px;

}

#navigation a:link {
	width: 140px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: white;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3px;
	border-bottom: 1px dotted red;
}
#navigation a:visited 
{
	cursor: pointer;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
	color: #0D5599;
	background-color: white;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3px;
	border-bottom: 1px dotted red;
}
#navigation a:hover {
	width: 140px;
	cursor: pointer;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;	
	color: white;
	display: block;
	background-color: red;
	margin-top: 3px;
	border-bottom: 1px dotted white;
}
#navigation a:active 
{
	width: 140px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: red;
	background-color: white;
	display: block;
}