/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	/*background-color: #C7BFC5;*/
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	width: 100%;
	height: 100px;
	background-color: #2B4793;
}

h1, p, h2, h3 {
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	margin-bottom: 0px;
}



#mainSection {
	position: relative;
	width: 100%;
}

#leftPanel {	
	width: 130px;
	background-color: #C7BFC5;
	text-align: center;
	vertical-align:top;
	padding-top: 15px;
}

#content {
	position; relative;	
	width: auto;
	background-color: #FFFFFF;
}

#relatedInfo {
	float: right; 
	width: 150px; 
	background-color: #CCCCCC; 
	margin: 5px; 
	border: 1px #000000 solid;
}

#relatedInfo p {
	font-size: 8pt;
	margin-bottom: 1px;
}

#relatedInfo ul {
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 2px;
	list-style: none;
}

#relatedInfo a {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

#relatedInfo a:hover {
	color: #000000;
	text-decoration: underline;
}


#rightPanel {
	width: 130px;
	background-color: #C7BFC5;
	vertical-align:top;
	padding-top: 15px;
}

#nav {
	position: relative;
	top: 0px;
	width: auto;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 9pt;
	
	padding-left: 12px;
}

#nav a:link {
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	color: #F0E02B;
}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#btm {
	width: 100%;
	background-color: #000000;
	height: 5px;
}

