/* CSS Document */



html, body	{
	margin:0;
	padding:0;
	font-size:0.9em;
	}


#content {
	float:center;
	}

#navcol { background-color:#FFFFFF; }

ul#navigation {
	list-style: none;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

* html ul#navigation {
	width: 104px;
	
}
/* NAVIGATION LIST ITEMS (li)
----------------------------------------------------------------*/
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #888888;
}


/* NAVIGATION LINKS
----------------------------------------------------------------*/
#navigation a {
	display:block;
	width:100px;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-family:Georgia, Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 4px solid #990000;
}

#navigation a:active, #nav a:visited {
	font-family:Georgia, Times, serif;
	text-decoration: none;
}
#navigation a:hover {
	font-family:Georgia, Times, serif;
	background-color: #990000;
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
}


.border {
	border: thin solid #000000;
}




header {
	float: left;
}

