body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
     padding: 0px;
     margin: 0px;
     margin-left: 0px;
     padding: 0;
     height: 100%;
}

a:link {text-decoration: underline; color: #000066;}
a:active {text-decoration: underline; color: #3333FF;}
a:visited {text-decoration: underline; color: #3333FF;}
a:hover {text-decoration: underline; color: #3333FF;}

h1 { font-weight: bold;
	color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.header {
	height: 215px;
	width: 100%;
	background-image: url(/images/header_filler.png);
}

.footer {
	font-size: 80%;
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(/images/footer_filler.png);
}

.logo {
	float: left;
	width: 300px;
	height: 215px;
	clear: both;
}

.headerright 
{
	background-image: url(/images/logo_large.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 196px;
	padding-top: 200px;
}

div.navigation {
	width: 15%;
	float: left;
	padding: 0px 0px 0px 5px;
	border : 1pt solid #000080;
	background-color: #FFFFFF;
}


div.content {
	width: 80%;
	float: left;
	padding: 0px 0px 0px 5px;
	border : 1pt solid #000080;
	background-color: #FFFFFF;
}

div.floatspace {
	width: 1%;
	float: left;
}

.nav {
	padding: 5px 5px 5px 5px;
}