﻿body {
    margin:9px 9px 0 9px;
    padding:0;
    background-color:Black;
    color:White;
    }

body a:link
{
	color:White;
	text-decoration: underline;
}
body a:visited
{
	color:White;
	text-decoration: underline;
}
body a:active
{
	color:White;
	text-decoration: underline;
}
body a:hover
{
	color:White;
	text-decoration: underline;
	font-weight:bold;
}

#left20 
{
	position:relative;
	left:20px;
}
	
#leftIcon {
	position:absolute;
	width:150px;
	top:20px;
	left:50px;
	height:auto;	
	}
	
#topBanner {
	position:absolute;	
	width:475px;
	height:50px;
	top:30px;
	left:235px;
	text-align:center;
	font-family:Bodoni MT;
	font-size:xx-large
	}
	
#topMenu {
	position:absolute;	
	width:475px;
	top:90px;
	left:235px;	
	color:#FEF11D;
	text-align:center;
	font-family:Bodoni MT;
	font-size:large
	}
	
#leftNav {
	position:absolute;
	width:175px;
	top:175px;
	left:25px;
	height:400px;	
	background-color:#b3b5b6;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}
	
*.headerSpan 
{
	font-weight:bold;
	font-size:medium;
	text-align:center;
	color:Black;
	background-color:Yellow;
}
		
#mainContent {
	position:absolute;	
	width:475px;
	height:auto;
	top:150px;
	left:235px;
	text-align:left;
	background-color:#b3b5b6;
	color:Black;
	}
	
#mainContentPadded {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
	
#mainContentLarge {
	position:absolute;	
	width:575px;
	height:auto;
	background-color:#b3b5b6;
	color:Black;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}
	
.ContentCentered{
	text-align:center;
}

.ContentBold{
	font-weight: bold;
	}