body{
		margin:0;
		padding:0;
		color: #000000;
		font-family:  helvetica, verdana, arial, sans-serif; 
		
		line-height: 1.5em;
		background: url(/4.GIF) repeat;}

	#maincontainer{
		width: 950px; /*Width of main container*/
		margin: 0 auto; /*Center container on page*/
		background-color: #EEEEEE;}

	#topsection{
		background: #EAEAEA;
		height: 286px; /*Height of top section*/}

	#contentwrapper{
		float: left;
		background: #EEEEEE;
		width: 100%;}

	#contentcolumn{
	    background: #F7F7F7;
		margin-left: 230px; /*Set left margin to LeftColumnWidth*/}

	#leftcolumn{
		float: left;
		background: #E6E6E6;
		width: 230px; /*Width of left column*/
		margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/}

	#footer{
		clear: left;
		width: 100%;
		height: 180px;
		background: url(/hb.gif) repeat;
		color: #FFF;
		text-align: center;
		padding: 4px 0;
		font-size: 10pt;
		line-height: 1.6em;}



	#footer a{
		color: #FFFF80;}

	#footer a:visited {
		color: white;}
	
	#footer	a:hover {
		color: red; text-decoration: none;}
	#footer	a:active {
		color: red;}
	#footer ul li{ display: inline;}

	.innertube{
		margin: 10px; /*Margins for inner DIV inside each column(to provide padding)*/
		margin-top: 0;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #564c66;;
border-width: 1px 0;
background:  black;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #564c66;
}

.solidblockmenu li a:visited{color: white; }

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white; background: red;}

	a {font-size: 10pt; font-family:  arial, helvetica, sans-serif, verdana;
	   color: blue; text-transform: capitalize;

		/* all but link1 have 'text-decoration: none' applied to them to remove the border.
		These have been kept in each declaration to show how each rule would be applied individually.
		If you do have a number of different link styles all of which require text-decoration: none however,
		you would place that here, rather than in each declaration block. */
}
	
	a:visited {
		color: black;}
	
	a:hover {
		color: blue; text-decoration: none;}
	a:active {
		color: red;}

	/* the default styling of a link: */
	.sidenav ul li{font-size: 9pt; 
		margin: 0;
		padding: 0; text-transform: capitalize;
		border: 1px dashed #564c66; /*dark purple border*/
		border-width: 0 0 1px 0;
		background: #E6E6E6;
		line-height: 2.4em;}	
	.sidenav ul li a {
		font-weight: normal; color: blue; text-decoration: none;}
	
	.sidenav ul li a:visited {
		color: blue;}
	.sidenav ul li a:hover {
		color: black; text-decoration: underline;background: yellow;}
	
	.sidenav ul li a:active {
		color: red;}
	



<!-- formatting-->

	h1, h2, h3, h4, h5, h6 {
		font-weight: bold; font-family: verdana, arial, helvetica, sans-serif;}
	h1{font-size: 14pt; text-transform: capitalize; color: green; margin-top: 12px; 		border-bottom: 1px solid green; text-align: center;}
	h2 {	font-size:  11.1pt;
		color: #ff6600;
		
		text-transform: capitalize; 
		padding: 2px;
		margin-top: 0px;}

	h3{font-size: 11pt;    text-transform: capitalize; color: #ff6600;}	
	h4{	font-size: 10.8pt; 
		text-transform: capitalize; 
		color: black;
		margin-top: 10px;}

	p{	font-size: 9pt; 
		color: #000000; 
		font-family:  tahoma,  arial, helvetica,verdana,  sans-serif; 
		font-style: normal;
		line-height: 1.4em;
		text-align: justify;}

	ul,li{ list-style: none;
		 margin: 0; 
		 padding: 0; font-size: 9pt; }
	.contentcolumn li{margin: 0; 
		  padding: 0 0 0 30px; 
		font-size: 9pt;
		line-height: 1.9em;
		list-style: disc inside;}
	.banner2{float: left;
		width:950px;
		height: 286px;
		margin: 0px; } 


	fieldset {
	color: #666;
	font-size: .8em; 
	font-family: "Helventica Neue", heventica, arial, sans-serif;
	background-color: #efefef;
	border: 1px solid #d3d3d3;
	}
	
	legend {color: #666;
		font-family: "arial black";
		background-color: #d3d3d3;
		padding: 1px;
	}
	
	label {
		font-weight: bold;
		line-height: normal;
		text-align: right;
		display: block;
		margin-right: 10px;
		position: relative;
		width: 219px;
		float: left;
	}
	lable.fieldlable{
		display: inline;		
		float: none;

	input.formInputField{
		border: 3px solid  #000000;
		background-color: #fee;
		color: #333;
		cursor: pointer;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 2px;
		height: 15px;}
	
	
	input.formInputButton{
		border: 1px solid #666;
		background-color: #f99;
		color: #300;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: bolder;
		text-align: center;
		padding: 1px;
		margin-right: 5px;
		vertical-align: middle;}

	.left{ float: left; 
		width: 240px; 
		height: 150px; 
		margin: 3px 20px 3px 0;
		clear: both;}
	.right{ float: right; 
		width: 220px; 
		height: 147px; 
		margin: 10px 0px 10px 12px;
		clear: both;
		}
	.center{ float: right; 
		width: 545px; 
		height: 253px; 
		margin: 1px 0px 1px 0px;
		clear: both;}
	
		}
	.banner2{float: right;
		width: 950px;
		height: 286px;
		margin: 0px;}
	.img1{width: 561px; height: 245px; float: right; margin: 0; padding: 0;}
.style16{font-size: 11pt; color: red; }