/* Updated 08 Jan 2011 */

div.content
{
	margin-top:100px;
	margin-bottom:100px;
	margin-right:50px;
	margin-left:175px;
}

div.navigation
{
	position:fixed;
	top:100px;
	left:5px;
	vertical-align:middle;
}

div.sessioninfo
{
	position:absolute;
	top:5px;
	right:100px;
	margin-left:300px;

}

div.logo
{
	position:fixed;
	top:10px;
	left:10px;
}

div.footer
{
	text-align:center;
	font-size:10px;
	margin-left:175px;
	margin-right:50px;
}

ul.nav
{
	list-style-type:none;
	margin:0;
	padding:0;
}

a.nav:link,a.nav:visited
{
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#98bf21;
	width:145px;
	text-align:center;
	padding:0px;
	text-decoration:none;
}

a.nav:hover,a.nav:active
{
	background-color:#7A991A;
}

a.nav2:link,a.nav2:visited
{
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#0022AA;
	width:145px;
	text-align:center;
	padding:0px;
	text-decoration:none;
}

a.nav2:hover,a.nav:active
{
	background-color:#002244;
}

p.error
{
	color:#AA0000;
}

h1
{
	font-size: 36;
	font-weight:bold;
}

a.current:link,a.current:visited
{
	font-weight:normal;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:0px;
	text-decoration:none;
}

a.current:hover,a.current:active
{
	background-color:#7A991A;
}

a.noncurrent:link,a.noncurrent:visited
{
	font-weight:normal;
	color:#FFFFFF;
	background-color:#0022AA;
	text-align:center;
	padding:0px;
	text-decoration:none;
}

a.noncurrent:hover,a.noncurrent:active
{
	background-color:#002244;
}
