body {
	font-family: Arial;
	background: url(images/body_bg.jpg) repeat-y scroll center top;
	background-color: #f0efeb;
	margin: 0;
	padding: 0;
	font-variant: normal;
	font-weight: normal;
	color: #093;
	font-size: 15px;
	line-height: normal;
}

h1 {
color: #79571d;
font-size: 1.5em;
padding: 0 0 18px 0;
font-weight: normal;
margin: 0;
}

h2 {
font-size: 1.0em;
font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 1.0em 0;
	letter-spacing: 0.1px;
}

ul {
margin: 0;
padding: 0 0 1.0em 35px;
}

#wrapper {
width: 1000px;
margin: 0 auto;
background-color: #fff;
}

#header {
width: 920px;
height: 81px;
padding: 20px 40px 30px 40px;
text-align: left;
}

#headerlogo {
float: left;
width: 190px;
height: 81px;
}

#headernav {
width: 695px;
float: right;
padding: 0;
margin: 0;
padding-top: 20px;
position: relative;
}

* html #headernav {
margin-top: 20px;
}

#headernav ul {
color: #000;
text-align: right;
list-style: none;
margin: 0;
padding: 16px 0 0 0;
}

#headernav li {
color: #343434;
font-size: 0.7em;
padding: 0 9px 0 9px;
display: inline;
}

#headernav a,
#headernav a:visited,
#headernav a:hover {
  color: #2097c0;
  text-decoration: none;
}
#headernav a.current-section,
#headernav a.current-section:visited,
#headernav a.current-section:hover {
  color: #343434;
}

#mainimage {
padding: 0 40px 0 40px;
width: 917px;
float: left;
height: 278px;
}

#sidebar {
width: 166px;
float: left;
}

#login {
width: 166px;
float: left;
}

#homeheadline {
color: #79571d;
font-size: 1.4em;
padding: 0 0 15px 0;
}

#homecopy {
float: left;
text-align: left;
font-size: 0.8em;
line-height: 1.3em;
padding: 40px 20px 20px 80px;
margin: 0;
width: 350px;
background: #fff;
color: #343434;
}

#homebanner{
float: right;
width: 525px;
padding: 40px 15px 20px 10px;

}

div.image-left {
float: left;
margin: 0 15px 15px 0;
clear: left;
font-weight: bold;
font-size: 11px;
padding: 2px;
}

div.image-right {
float: right;
margin: 0 0 15px 15px;
clear: right;
font-weight: bold;
font-size: 11px;
padding: 2px;
}

#sectioncopy {
float: left;
text-align: left;
font-size: 0.7em;
line-height: 1.3em;
padding: 40px 20px 20px 20px;
margin: 0;
width: 480px;
background: #fff;
color: #343434;
}


#bodycopy {
float: left;
text-align: left;
font-size: 0.8em;
line-height: 1.3em;
padding: 20px 20px 20px 10px;
margin: 0;
width: 740px;
background: #fff;
color: #343434;
}

#bodycopy2 {
float: left;
text-align: left;
font-size: 0.7em;
line-height: 1.3em;
padding: 0 20px 20px 50px;
margin: 0;
width: 764px;
background: #fff;
color: #343434;
}

#subimage {
padding: 0 47px 0 47px;
width: 906px;
height: 156px;
}


#subnav {
width: 156px;
float: left;
background-color: #f0f0f0;
margin: 20px 20px 20px 40px;
padding: 0 0 20px 0;
text-transform: uppercase;
display: inline; /* To fix doubled-margin bug in IE6 */
}

#subnav ul {
list-style: none;
padding: 20px 10px 10px 0;
width: 116px;
margin: 0;
}

#subnav ul li {
color: #343434;
font-size: 10px;
background-repeat: no-repeat;
margin: 0 0 4px 0;
padding: 4px 0 3px 17px;
}

#subnav ul li.active {
color: #343434;
background-repeat: no-repeat;
background-color: #e2e2e2;
padding: 4px 10px 3px 17px;
width: 99px;
}


#subnav ul li a,
#subnav ul li a:visited {
color: #406a88;
text-decoration: none;
}
#subnav ul li a.current-page,
#subnav ul li a.current-page:visited {
  color: #343434;
}


/*** TEXT STYLES ***/


a:link {
color: #2097c0;
}
a:visited {
color: #666666;
}

a.current-page,
a.current-page:link,
a.current-page:visited {
  color: #000;
  cursor: default;
}


.pagedivider {

padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dotted #666;
}

table.partnertable {
margin: 20px 0 20px 0;
border-collapse: collapse;
border: 0;
width: 90%;
font-size: 11px;
text-align: left;
}

table.partnertable th {
border-top: 1px dotted #02578a;
border-bottom: 1px dotted #02578a;
background-color: #ebf2f6;
color: #343434;
text-align: left;
margin: 0;
padding: 5px 15px 5px 3px;
vertical-align: top;
}

table.partnertable td {
margin: 0 10px 0 0;
border-bottom: 1px dotted #666666;
text-align: left;
padding: 5px 15px 5px 3px;
vertical-align: top;

} 

table.partnertable tr.sub{
border-bottom: 1px dotted #343434;
font-weight: bold;
margin-bottom: 10px;
background-color: #eeeeee;

}

