BODY {
 padding:100;
 margin:100;
}
.topBanner {
 position:absolute;
 top:10;
 left:0;
 width:100%;
 height:100px;
 padding:10px;
 margin:0;
 align:center;
}
.leftCol {
 position:absolute;
 top: 180px;
 left:0;
 width:150px;
 padding:10px;
 margin:0;
}

.rightCol {
 position:absolute;
 top:180px;
 	padding-right: 5px;
 right:0;
 width:175px;
 padding:10px;
 margin:0;
 background-color:white;
 color:white;
}

.centerCol {
 position:absolute;
 top:200px;
  width:800px;
 padding: 10px;
 margin: 20px 10px 0;
}

#nav ul, #nav li {
	list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

#nav li.active a {
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

a {
	color: #930;

}

a:visited {
	color: #f60;
}
	
#content{
	padding-top : 5px;
	padding-bottom : 30px;
	padding-left : 160px;
	padding-right : 5%;
	background-color: #FFFFF9;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}

p,ul,ol {
	font-size: 10pt;
	text-align: justify;
	color: #000000;

}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	color: red;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 0px solid #fc6;

}

h3 {
    font-size: 90%;
    font-weight: bold;
		color: navy;
}

.rightColfont {

		font-size: 10px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		}
		
.leftColfont {
	font-size: 9px;
    	font-weight: plain;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
		}
		
.bodyfont {

		font-size: 13px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		}
