body {
	   background: #eeeeee;
       margin: 0;
       padding: 0;
       text-align: center;
	   font-size: 14px;
	   font-family:Helvetica,Arial,Verdana,sans-serif;
	   color: #000000;
}
h1{
font-size:38px;
font-weight:bold;
text-align: center;
}
h2{
font-size:22px;
color: #660000;
font-weight:bold;
text-align:center;
}
h3{
font-size:16px;
font-weight:bold;
text-decoration: underline;
}
h4{
font-size:16px;
text-align:center;
font-weight:bold;
color: #660000;
}
h4 a{
text-decoration: none;
}
h4 a:hover{
text-decoration: underline;
}
a {color: #660000}
a:hover { text-decoration: none }
a:visited {color: #000000}
a img {border: 0;}
b {font-size: 101%;}
.center {text-align: center;}

#container {
	border-left: 10px #bbbbbb solid;
	border-right: 10px #bbbbbb solid;
	border-bottom: 10px #bbbbbb solid;
	border-top:3px solid #bbbbbb;
    width: 750px;
    margin: 0 auto;
    text-align: left;
    background: #FFFFFF;
}

#content {
    padding: 10px;
}

#tabcontent {
    padding: 10px;
	border-bottom: 1px #bbbbbb solid;
	border-right: 1px #bbbbbb solid;
	border-left: 1px #bbbbbb solid;
}

.menubox {
 		border: 3px solid #bbbbbb;	
}
.imagebox {
		padding: 5px;
 		border: 3px solid #bbbbbb;
		margin: 5px;	
}
.redfont {
	color: #ff0000
}

#banner {
	background-image: url("banner12.jpg");
	height: 100px;
	width: 100%;
}

#line {
padding: 0px;
margin-left: -10px;
margin-bottom: 10px;
margin-top: 10px;
width: 750px;
height: 3px;
background: #bbbbbb;
}

#footer{
clear: both;
position: relative;
width: 100%;
height: 50px;
background: #ffffff;
color: #000000;
text-align: center;
padding: 4px 0;
padding-top: 1em;
font-size:10px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	background:transparent url("menuoff.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:3px solid #bbbbbb;
	border-top:3px solid #bbbbbb;

}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#bbbbbb;
	text-decoration:none;
	font-weight:bold;
	padding:11px 12px 0 12px;
	height:24px;
	background:transparent url("menudivider.gif") no-repeat top right;
	}
ul#menu li.on a{
	background:transparent url("menuhover.gif") no-repeat top right;	
	color:#ffffff;
	}
ul#menu li a:hover{
	background:transparent url("menuhover.gif") no-repeat top right;	
	color:#ffffff;
	}

input {
  background-color : #cccccc;
  color : #000000;
}

textarea {
  background-color : #cccccc;
  color : #000000;
}

.ddoverlap{
border-bottom: 1px solid #bbbbbb;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font-weight: bold;
font-size: 16px;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 8px 10px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #660000;
background: transparent url("righttabdefault.gif") 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: #660000;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url("righttabselected.gif") 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}
