﻿body
{
	font-size: small;
	font-family: Verdana, Arial, Sans-Serif;

	color: Black
}
table { font-size: small}
h1 { clear:both}
h2 { clear:both}
.CenteredDIV {margin: 0 auto; text-align: center}

#header { margin: 0 auto; text-align: center; background-color:#e5e5e5; width: 96%}
#maincontent { width: 96%; margin-left: 2%; margin-right: 2% }
#footer
{
	background-color: #fffcfc;
	color: gray;
	font-size: 9pt;
	border-top: thin solid;
	position: fixed;
	bottom: 0px;
	width: 99%
}

#footer .left { position: absolute; left: 5px; bottom: 0px}
#footer .centre { text-align: center; bottom: 0px}
#footer .right { position: absolute; right: 10px; bottom: 0px}

.RightAlignedBlock {float:right; margin-left:20px}
	
	
/*menu formatting from http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml
*/

#nav-menu ul
{
list-style: none;
padding: 0;
margin-top: 5px;
padding-bottom: 50px
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}

#nav-menu li a
{
background: url(Images/MenuButton.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-menu li.selected a
{
	background: url(Images/MenuButtonSelected.gif) #fff bottom left repeat-x;
	background-color: #00ccff;
	color: white;
	height: 2em;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width:50em

} 



