body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1
{
	font-size: 12pt;
}

h2
{
	font-size: 8pt;
}

a:link
{
	text-decoration: none;
	color: #000066;
}

a:visited
{
	text-decoration: none;
	color: red;
}

a.nav:link
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.nav:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCFF;
}

img
{
	border: 0;
}

#tagline
{
	margin-bottom: 20px;
}

#maincontainer
{
	width: 700px;
	margin: auto;
	border: 1px solid #999999;
	text-align: left;
	background: #000066;
}

#leftcontainer
{
	float: left;
	width: 22%;
	padding: 5px;
	font-weight: bold;
	background: #000066;
}

#rightcontainer
{
	float: right;
	width: 74%;
	padding: 5px 5px 5px 10px;
	background: white;
}

#rightcontainer #sideimage
{
	float: right;
	width: 32px;
}

ul#navbar
{
	margin-left: 20px;
	padding: 0;
}

#navbar li
{
	margin-bottom: 10px;
	list-style: none;
}

#navbar li.currentpage
{
	margin-bottom: 10px;
	list-style: disc url("../images/arrow.gif");
}

ul#topnavbar
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000066;
}

#topnavbar li
{
	display: inline;
	margin: 0 10px;
}

ul#bottomnavbar
{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000066;
}

#bottomnavbar li
{
	display: inline;
	margin: 0 10px;
}