* { padding: 0; margin: 0; }

/*Main Divs */

body {
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
 font-size: 11px;
 margin: 10px 0px 0px 0px;
 background-image:url(images/back_gradient_l_d.jpg);
 background-repeat: repeat-x;
 background-position:top;
 background-color: #515051;

}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border-style: solid;
 border-color: #000000;
 border-width: 1px; 

}

#header {
 width: 800px;
 padding: 0px;
 height: 330px;
 margin: Opx;
 border: 0px;
 background: url(images/subheader_bgnd.jpg) no-repeat;
}

#maincolumn { 
 color: #000000;
 background-position:top;
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 20px 20px 10px 20px;
 height: 100%;
 width: 760px;
}

#footer { 
 width: 770px;
 height: 19px;
 color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 26px 10px 0px 20px;
 background-image:url(images/footer_background.jpg);
 background-position:top;
 background-repeat:no-repeat;
 font-size: 10px;
}

#copyright  { 
	width: 800px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	margin-top: 10px;
	margin-right: auto; 
	margin-left: auto;
}

/*Headers*/

h1 {
	font: 14px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	color:#666633;
	}
	
	
/*Copy*/

.copy {
line-height: 14px;
}

.copymain {
line-height: 14px;
padding: 0px 10px 0px 0px;
}

.bold {
font-weight: bold;
}
/*Link Styles */

a:link{
	color: #666633;
	text-decoration: underline;
}
a:visited{
	color: #666633;
	text-decoration: underline;
}
a:hover{
	color: #666633;
	text-decoration: none;
}

#footer a:link  {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:visited  {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover  {
	color: #CCCC66;
	font-size: 9px;
	text-decoration: none;
	font-weight:normal;
}

/*Image Classes*/

.homethumb { 
 float: left;
 clear: left;
 padding: 0px 15px 0px 0px;
}

/*Divider Line*/

.dividerLine {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	font-size: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

/*Lists*/

.sitemap {

	padding: 0px 0px 0px 15px;
	line-height: 18px;
	font-size: 11px;
}

/*Tables*/

th {
background: #336633;
color: #FFFFFF;
font-weight: bold;
vertical-align: top;
text-align: left;
padding: 3px;
}

td {
	padding: 3px;
	vertical-align: middle;
	}

tr.odd  td {
      background-color: #CCCC99;
    }