@charset "UTF-8";
/* CSS Document */
a:link {
 text-decoration: none;
color:#669966;
background-color: transparent;
}
 a:hover {
 color:#666666;
 background-color:;
 }
 a:visited {
 text-decoration: none;
color:#669966;
background-color: transparent;
}

body {
background-color:#666666;
font-family:Helvetica, sans-serif;
font-size:100%;
color:#333333;
margin: 0;
padding: 0;

}



#wrapper {
width:800px;
height:auto;
margin:auto;
border:thin #666600 solid;
background-color:#FFFFFF;


}
.imageFloatLeft {
float: left;
width: 200px;
padding:1px;
}
.imageFloatRight {
float: right;
width: 400px;
padding:3px;
}
.imagePadRight {

width: 200px;
margin-left:13%;
}
.imagePadRight1 {

width: 200px;

}
.imagePadLeft {

width: 200px;
margin-right:13%;
}
.contactImageFloatLeft {
float: left;
margin-right:13px;
}
#center {
display:inline;
text-align:center;
}
#center img {
padding-left:30px;
}
#header {
background-color:#666633;
text-align:center;
border-bottom: 1px dotted #000000;
width: 800px;
height:184px;
margin:0;
padding-bottom:4px;
}
#nav {

	background-color:#FFFFFF;
	width: 800px;
	margin:0px;
	padding:0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	
}
#nav ul {

width:800px;
list-style: none;
padding: 0px;
margin:3px;
}
#nav li {
display: inline;
padding-left:10px;
font-size: 80%;
}

#nav a:link, #nav a:visited {
text-decoration: none;
color:#669966;
background-color: transparent;
}
#nav a:hover {
color:#666666;
}

#content {
max-width:800px;
margin-left:5px;
margin-right:5px;
background-color:#FFFFFF;
padding-top:0px;

}
#content img  {
padding-right:3px;
}

h1 {
text-align:center;
font: 150% Georgia, "Times New Roman", Times, serif;

}
#content p {
font-size: 80%;
line-height: 1.6em;
padding-left: 1.2em;
}
#content p a:hover {
color:#666666;
}
#footer  {
font-size: 80%;
text-align:center;
margin-bottom:5px;
}


#footerSignature  {
padding-top:8%;
font-size: 80%;
text-align:center;
}
#footerContact {
padding-top:50%;
font-size: 80%;
text-align:center;

}


