
body
{
    color: #000000;
		background-color: white;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		}
.topBanner {
 top: 0;
 left: 0;
 position: absolute;
 height: 200px;
 padding: 10px;
  margin-left: auto;
  margin-right: auto;
	}
.borderb { 

	border: 10px outset blue;

		}
.bordera { 

	border: 5px outset blue;

		}
.leftCol {
 position: absolute;
 top: 300px;
 left: 0;
 width: 220px;
 padding: 20px;
 margin: 5;
}
.rightCol {
 position: absolute;
 top: 500px;
 right: 0;
 width: 60px;
 padding: 10px;
 margin: 0;
}
.centerCol {
 top:350px;
 padding:20px;
 margin-left:300px;
 width:1000px;
}

#navcell
{
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
border-top: 0px solid #fc6;
border-right: 1px solid blue;
border-bottom: 0px solid #fc6;
border-left: 0px solid #fc6;
font-family: Arial, Helvetica, sans-serif;

}


#nav{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 180px;
	margin: 5px;
	padding-left: 2px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	
	}

#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: black;
}

#content{
	padding-top: 10px;
	top: 300px;
	padding-bottom: 30px;
	padding-left: 350px;
	padding-right: 5px;
	line-height: 15px;
	background-color: #FFFFF9;
	color: #000000;
	width: 100%;
}


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

}

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

h1 {
	font-size: 200%;
	font-weight: bold;
	color: navy;
}

h2 {
	font-size: 130%;
	color: #FF0000;
	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;
	width: 70%;
}

h3 {
    font-size: 15px;
    font-weight: bold;
		color: #000080;
		font-family: Arial, Helvetica, sans-serif;
}
h4 {
    font-size: 12px;
    font-weight: bold;
		color: red;
		  font-family: Arial, Helvetica, sans-serif;
}
.setfont {

 font-size: 15px;
    font-weight: bold;
		color: red;
		font-family: Arial, Helvetica, sans-serif;
}
.rollfont {

 font-size: 12px;
		color: gold;
		font-family: Arial, Helvetica, sans-serif;
}
.bodyfont {

 font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
		color: black;
}
.leftfont {

 font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
		color: black;
}
.borderb { 
 border: 10px outset blue;
}

table.sample {
   border-width: 5px 5px 5px 5px;
   border-spacing: 0px;
   border-style: inset inset inset inset;
   border-color: blue blue blue blue;
   border-collapse: separate;
   background-color: rgb(255, 245, 238);
}
