* { padding: 0px; margin: 0px; }


body {
 font-family: verdana, arial, sans-serif;
 background : gray repeat;
}
#wrapper { 
 margin: 0px auto;
 width: 980px;
}

#header {
 color: #333;
 font-size: 10px;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background-color:white;
}
#leftcolumn { 
 color: #333;
  font-size: 10px;
 border: 1px solid #ccc;
 background:white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1560px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
  font-size: 11px;
  color: #505050  ;
 border: 0px solid #ccc;
 background:white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1560px;
 width: 457px;
 display: inline;
}
#rightcolumn { 
 color: #333;
   font-size: 10px;
 border: 1px solid #ccc;
 background:white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1560px;
 width: 200px;
 float: left;
}

h3, {
		font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 16px; 
background-color: ;
color: red
 /*black*/; 

padding: 10px 10px 10px 10px;
}
		
h1, {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:11; 
	color: #000000;
		padding: 10px 10px 10px 10px;
		text-align: center;
		  ; 
			}

h2, pre {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:11px; 
	color: #ffffff;
		margin:0px 10px 10px 10px;
		text-align: center;
		  
			}


li { color: #000000/*black*/; 
back-ground color: transparent; line-height: 1.5em; 
text-align: justify; 
}


#nav1 { background: transparent;
width: 100%;
text-align: center;
}


#nav2 { background: transparent;
width: 75%;

}


.basictab{
padding: 3px 0px;
margin-left: 0px;
font: bold 11px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0px;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: 	#FF8C00;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: 	#ADFF2F;
color: black;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FF8C00;
color: white;
}


.animatedtabs .selected a span{
background-position: 100% -125px;
color: white;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0px;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0px;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0px;
}


.formbutton{
cursor:pointer;
border:outset 1px #fffffc;
background:;
color: green;
font-weight:bold;
padding: 1px 2px;
background:solid green repeat-x left top;
}

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: black;
background: #FF8C00 repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 1px;
padding: 0px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #D10000;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px ;
padding-left: 17px; /*link text is indented 17px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: 3366cc;
background-color: #ADFF2F;
}



.somediv{
width: 100px;
clear: left;
border: 1px solid gray;
}

.somediv .floatbox{
float: left;
width: 100px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0px;
margin-left: 156px;
}

#footer { 
color: #333;
 font-size: 10px;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background-color:white;
}
-->
</style>
<---
