/* layout */
#container {
	width:800px; 
	margin: 0 auto; 
	border: 3px #000 solid; 
	height: 100%;
}

#header-left {
	float:left; 
	background-color:#3B4062; 
	width: 419px;
}

#header-right {
	float:left; 
	background-color:#3B4062;
}

#nav-bar {
	background-color:#000000; 
	width:800px; 
	height: 25px;
}

.nav {float:left;}

#lower-body {
	float:left; 
	width: 251px; 
	height: 405px;
}

#content {
	float:left;
	width:515px; 
	padding: 20px 0 18px 20px;
} 

.clear {clear:both;}

#footer {
	width:775px; 
	height:25px; 
	background-color: #000; 
	color:#fff; 
	text-align:left; 
	padding: 10px 0 0 25px;
}


/* styling */
body,p,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
}

.bold {
	font-weight: bold;
}

.title {
	font-size: 17px;
	font-stretch:extra-condensed;
	font-weight: bold;
}

.title-sub {
	font-size: 14px;
	font-stretch:extra-condensed;
	font-weight: bold;
}


a:link, visited {
	color: #003399;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}

.footer {
	color: #ffffff;
	font-size: 9px; 
}

