body {
     /*font:normal 11px tahoma;*/
     padding:0;
     margin:0;
     border:0;
     background-color:#47350c;
     background-image:url(../images/bodyBg.gif);
     background-repeat: repeat;

}
TD{
 font:normal 14px tahoma;
}
/*//////////////////////////////////////////////////////////*/
.headerStyle1{
     width:100%;
     height:160px;
     background-color:#6e8453;
}
.headerStyle2{
     width:864px;
     height:216px;
     background-color:#6e8453;
     background-image:url(../images/headerBg.jpg);
     background-repeat: no-repeat;
}
.mainContent{
     width:779px;
     background-color:#fff8eb;
     background-image:url(../images/mainContentBg.gif);
     background-repeat: repeat-y;
	 /*add*/	 
	padding:14px;	 
}


.orange{
  font:normal 11px tahoma;
  color: #ff9600;
}

.green{
  font:normal 11px tahoma;
  color: #63b300;
}


a.menuTop:link, a.menuTop:active, a.menuTop:visited{
  font:normal 11px tahoma;
  font-weight:bold;
  color: #000000;
  text-decoration:none;
}

a.menuTop2{
  font:normal 11px tahoma;
  font-weight:bold;
  color: #CC0000;
  text-decoration:none;
}


a.menuTop:hover{
  font:normal 11px tahoma;
  color: #cc0000;
  font-weight:bold;
  text-decoration:none;
}


a.menuFooter:link, a.menuFooter:active, a.menuFooter:visited{
  font:normal 11px tahoma;
  font-weight:bold;
  color: #ff9600;
  text-decoration:none;
}
a.menuFooter:hover{
  font:normal 11px tahoma;
  color: #63b300;
  font-weight:bold;
  text-decoration:none;
}

.copyright{
 width:554px;
 font:normal 11px tahoma;
 color: #ff9600;
 padding-left:30px;
}


p {
	margin:0px;
	padding:5px;
	font:normal 12px tahoma;	
}

img {
	border:0;
}

.results_table{
	font:normal 12px tahoma;	
	width:700px;
	border: 1px solid #e5e5e5; 	
	background-color:#ffffff;
}

.tit_table{
	font:bold 13px tahoma;
	background-color:#f2f2f2;
	text-align:center;
}

.label{
	font:normal 12px tahoma;
	color: #000;
}


.box{
	border: 1px solid #a4a4a4; 	
}

.tot_table{
	font:bold 12px tahoma;	
	text-align:left;
	background-color:#f5f5f5;
	
}



#footer{
	float:center;	
	clear:both;
}

div.clearer {
	clear:both
}


#forminfo {
	padding:5px;
	margin:0px;
	float:left
}

#forminfo p, #form {
	padding:0px;
	margin:0px;
	font-size:10px
}

.trans_background {
background-position:0px 52px;
background-color:#F8F8F8;
background-repeat:no-repeat
}

.trans_background_pos {
background-position:5px 5px;
background-color:#F8F8F8;
background-repeat:no-repeat
}

.graybox {
padding:10px;
margin:5px; 
border:1px solid #C8CAE4; 
/*background-color:#EFEFEF;*/
color:white;
background-image:url(../images/menu_background.gif);
text-align:center; 
width:155px; 
float:left
}

.graybox2 {
padding:10px;
margin:5px; 
border:1px solid #C8CAE4; 
background-color:#EFEFEF;
color:black;
text-align:center; 
width:155px; 
float:left
}

a {
color:black
}

.sectionList-1 {
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	color:#000000;
}
.sectionList-2 {
	font-size:12px;
	/*font-weight:bold;*/
	font-family:arial;
	color:#007BDF;
}
.sectionList-3 {
	font-size:10px;
	font-family:arial;
	color:#666666;
}
.sectionList-4 {
	font-size:9px;
	font-family:arial;
	color:#004A6F;
}
.sectionList-5 {
	font-size:8px;
	font-family:arial;
	color:#333333;
}

/***********************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/* Kevins Additions */
a.button {
text-decoration: none;
display: inline-block;
background-color: #dfdfdf;
height: 20px;
line-height: 20px;
padding: 2px 5px;
border: 2px outset;
margin: 5px;
}

a.button:active {
border: 2px inset;
}