
#leftcol {
  float: left;
  padding: 0px 20px 0px 10px;
}

#rightcol {
  float: right;
  padding: 0px 10px 0px 20px;
  width: 250px;
}

#midcol {
  padding: 0px 0px 0px 0px;
}

#maindiv {
  width: 900px;
  margin-left: auto;
  margin-right:auto;
}


a:active {
	text-decoration: none;
	color: #996600;
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}

body {
    background-image: url(headbg.gif);
    background-repeat:repeat-x;
  	color: 003333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 16px; font-style: normal; font-weight: bold; color: #000000} 
h3 {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 14px; font-style: normal; font-weight: bold; color: #000000} 
 
td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	background-color: #fff;
} 
 
p  {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; font-style: normal; font-weight: normal; color: #000000} 
li {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; font-style: normal; font-weight: normal; color: #000000} 

.cr {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 9px; font-style: normal; font-weight: normal; color: #000000} 
.strapb {
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
}


.text {
	color: #003333;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;

}
.text3 {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.text2 {
	color: #003333;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

.nav1 {
	color: #003333;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.c1 {
	background-color: #336633;
}
.c2 {
	background-color: #CCCC99;
}
.search { 
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
} 

/* 
	Plain old table styles
	written by Chris Heilmann http://wait-till-i.com
*/
table,td,th{
	border:1px solid #999999;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
thead th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}
tbody td{
/*	background:#ccc;  */
}
tbody th{
	background:#999;
}
tbody tr.odd td{
	background:#eee;
}
tbody tr.odd th{
	background:#ccc;
}
caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
table th a:link{
	color:#030;
}
table th a:visited{
	color:#003;
}
table td a:link{
	color:#369;
}
table td a:visited{
	color:#000;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}

 
