body {
	/* background-color:#a6bf79;*/
	background-color:#000000;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:active{text-decoration:none;}
a:visited {text-decoration:none;}
a{
	font-size:12px;
	
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:167px;
	position:relative;
}
#header ul{
	background-image:url(images/bgnav.gif);
	width:717px;
	border: 0px solid #999999;
	display:block;
	top:167px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:none;
	color:#FF9900;;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:20px;
	left:660px;
}
#header_text {
	top:20px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 35px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:450px;
	margin-left:27px;
	padding: 45px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#Onlytext {
	float:left;
	width:690px;
	margin-left:20px;
	margin-top:20px;
	padding: 0px 10px 10px 0px;
	display:inline;
}
#Onlytext a{color:#28556b; text-decoration:none;}
#Onlytext a:hover{color:#c77e0c; text-decoration:none;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:200px;
	padding: 0px 10px 10px 10px;
	margin-top:35px;
	border-left: #491714 1px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:left;
	padding: 20px 0px;
}
}
INPUT {
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt
} 

SELECT{
border: black 2px solid;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt
} 
TEXTAREA {
border: black 2px solid;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
}
EM{
   font-style:normal;
   font-family:Tahoma;
   font-size:10px;
   color:#FF9900;
}
hr{
color: #999999;
background-color: #999999;
height: 1px;
width: 400px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image: url(images/bg.gif);
padding: 5px;
left: -1000px;
border: 1px solid #666666;
visibility: hidden;
font-size:10px;
color:#CCCCCC;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 75px; /*60 position where enlarged image should offset horizontally */
width: 150px;
}
NT{
   font-family:Tahoma;
   font-style:normal;
   font-size:10px;
   color:#FFFFFF;
   }