/* StyleSheet */

a:link			 	{color: #000000; text-decoration: none;}
a:visited 			{color: #000000; text-decoration: none;}
a:hover 			{color: #F5C131; text-decoration: none;}

* {
margin: 0;
padding: 0;
}

body {
min-width: 780px;
background-color: #FFFFEE;
}

#wrapper {
width: 780px;
height: 580px;
margin: 0 auto;
background-image: url(../Images/bkgd.gif);
background-repeat:no-repeat;
text-align: left;
font-family: geneva;
font-size: 16px;
}

#wrapperv2 {
width: 780px;
height: 580px;
margin: 0 auto;
background-image: url(../Images/bkgdV2.gif);
background-repeat:no-repeat;
text-align: left;
font-family: geneva;
font-size: 17px;
}

p {
text-align: center;
}

#leftcol {
width: 620px;
float: left;
display: inline;

}

#rightcol {
width: 160px;
height: 200px;
float: right;
display: inline;
border: thick;
border-color: #000000;
}


.header {
width: 100%;
background-color: #B0B579;
height: 15px;
}

.nav {
margin: 0px;
padding: 0px;
list-style: none;
}

.nav li {
float: right;
}

.nav li a {
float: right;
display: block;
padding: 0 .75em;
line-height: 2.1em;
font-family: verdana;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.nav2 {
margin: 0px;
padding: 0px;
list-style: none;
}

.nav2 li {
float: right;
}

.nav2 li a {
float: right;
display: block;
padding: 0 .45em;
line-height: 2.1em;
font-family: verdana;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.services ul {
padding: 0 0 0 20px;
}

p.one 
{
border-style:solid;
border-width:1px;
border-color: #000000;
text-align: center;
}
	
.footer {
text-align: center;
font-family: verdana;
font-size: 14px;
font-style: normal;
line-height: normal;
}



