
body
{
     color: #000000;
     background-color: white;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 20px;
		text-align: center;
}
#container {
  margin: 0 auto;
  width: 800px;
  } 
	#centered
{ 
 width: 900px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
} 

#content{
padding-top: 60px;
padding-bottom: 30px;
padding-left: 5px;
padding-right: 5px;
background-color: #FFFFF9;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
.topBanner {
 position: absolute;
 top:  5px;
 left: 0;
 width: 100%;
 height: 100px;
 padding: 10px;
 margin: 0;
}

.leftCol {
float:left;
width:200px;
padding:8px;
 top:130px;
 margin:0;
 background-color:white;
 color:white;
}
.rightCol {
float:right;
width:150px;
padding:8px;
 top:130px;
margin:0;
 background-color:white;
 color:white;

}

#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 
{
	
	color: #930;
	text-decoration: none;
}

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

a {
	
	color: #930;

}

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

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

}

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

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

h2 {
	font-size: 13pt;
	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: 10pt;
    	font-weight: bold;
	color: navy;
	
}

.rightColfont {

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

		font-size: 10px;
    font-weight: plain;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
	  line-height: 20%;
		}
		
.bodyfont {

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

.borderb { 

	border: 10px outset blue;

		}
.bordera { 

	border: 5px outset blue;

		}
.leftmarginCol {

 	position: absolute;
 	top: 260px;
 	left: 0;
 	width: 180px;
 	padding: 20px;
 	margin: 0;
}


.bodycenterCol {
 	position: absolute;
	top: 60px;
 	padding: 20px;
 	margin: 150px 180px 0;
 	align: left;
}

.centerCol {
      margin-right:100px;
margin-left:215px;
padding:8px;
     
 }

