body 
{
background: url(images/bgimg.jpg) repeat-x;
background-color: rgb(255,255,255);
}

font,body
{
color:rgb(55,56,60);
font-family:georgia;
font-size:8pt
}

a:link,a:active,a:visited
{
color:rgb(0,0,0);
text-decoration:none
}

a:hover
{
color:rgb(95,126,89);
background-color:#000;
text-decoration:none
}

b,strong
{
color:rgb(63,81,59);
font-family:georgia;
font-size:8pt
}

#wesimg-01 {
	position:absolute;
        z-index:1;
	left:0px;
	top:0px;
	width:390px;
	height:111px;
}

#wesimg-02 {
	position:absolute;
        z-index:1;
	left:390px;
	top:0px;
	width:410px;
	height:111px;
}

#wesimg-03 {
	position:absolute;
        z-index:1;
	left:0px;
	top:111px;
	width:390px;
	height:111px;
}

#wesimg-04 {
	position:absolute;
        z-index:1;
	left:390px;
	top:111px;
	width:410px;
	height:111px;
}

#wesimg-05 {
	position:absolute;
        z-index:1;
	left:0px;
	top:222px;
	width:390px;
	height:114px;
}

#wesimg-06 {
	position:absolute;
        z-index:1;
	left:390px;
	top:222px;
	width:410px;
	height:114px;
}

#wesimg-07 {
	position:absolute;
        z-index:1;
	left:0px;
	top:336px;
	width:390px;
	height:108px;
}

#wesimg-08 {
	position:absolute;
        z-index:1;
	left:390px;
	top:336px;
	width:410px;
	height:108px;
}

#wesimg-09 {
	position:absolute;
        z-index:1;
	left:0px;
	top:444px;
	width:390px;
	height:93px;
}

#wesimg-10 {
	position:absolute;
        z-index:1;
	left:390px;
	top:444px;
	width:410px;
	height:93px;
}

#wesimg-11 {
	position:absolute;
        z-index:1;
	left:0px;
	top:537px;
	width:800px;
	height:63px;
}

#content
{
position: absolute;
z-index:2;
top:275px;
left:400px;
width:375px;
background:transparent;
line-height: 130%;
}

#leftnav
{
position: absolute;
z-index:3;
top: 500px;
left: 50px;
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#leftnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px georgia, Arial, sans-serif;
}

#leftnav li a
{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: rgb(55,56,60);
border-bottom: 1px solid rgb(63,81,59);
border-left: 7px solid rgb(63,81,59);
}

* html #leftnav li a
{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#leftnav li a:hover 
{
background-color: rgb(86,110,80);
border-left-color: rgb(95,126,89);
}

#leftnav div.navtitle
{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: rgb(95,126,89);
font: bold 12px georgia, Arial, sans-serif;
}

H2
{
color:rgb(95,126,89);
text-align:left;
font-family:Georgia;
font-size:14pt;
font-weight:bold;
border-bottom: rgb(55,56,60) 2px solid;
}

h2:first-letter 
{
color:rgb(55,56,60); 
font-family:georgia;
font-weight:bold;
font-size: 20pt;
text-transform: uppercase;
}