body{
	height:100%; 
	padding:0; margin:0px 0px 10px 0px;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000;
}
h1{
	font-size:14px;
	background-color:#1E4164;
	color:#FFF;
	padding:2px 0px 2px 5px;
	margin:0px 0px 5px 0px;
}
/* Page Layout DIVs - Select by ID */
/* Outer */
DIV#outer{
	width:768px; /* Establish overall width for fixed-width site */
	margin:0px auto 0px auto; /* Center page in browser */
	padding:0px 6px 6px 6px; /* Set the page margins */
	border:solid; /* Turn on outer page border */
	border-width:0px 1px 1px 1px; /* Set hairline page border for right, bottom and left sides only */
	border-color:#CCC; /* Soft gray border */
	background-color:#FFF;
}
/* Header */
DIV#header{
	margin: 0; /* No Op */
	padding: 0;
}

/* Navbar */
.navbar{
	text-align: left; /*set value to "left", "center", or "right"*/
	margin-top: 1px;
	line-height:normal;
}
.navbar ul{
background: url(http://images.pgalinks.com/pgavillage/nav_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0 5px 5px;
margin:0 0 1px 0;
background-color:#B69D63;
}
.navbar ul li{
display: inline;
margin-left: -4px;
}
.navbar ul li a{
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 4px 7px 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #CBB677; /*THEME CHANGE HERE*/
font-weight:bold;
}
.navbar ul li a:visited{
color: #FFF;
font-size:11px;
padding: 4px 7px 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #CBB677; /*THEME CHANGE HERE*/
}
.navbar ul li a:hover{
background-image:none; /*THEME CHANGE HERE*/
background-color:#A6600C;
text-decoration:underline;
color:#FFF;
}
.navbar ul li a:active{
background-image:none; /*THEME CHANGE HERE*/
background-color:#A6600C;
text-decoration:underline;
color:#FFF;
}
/* Subnav */
.subnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color:#94AABA;
	margin-bottom:5px;
	line-height:normal;
}
.subnav ul{
background: url(http://images.pgalinks.com/pgavillage/background_subnav.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0 8px 5px;
margin: 0;
}
.subnav ul li{
display: inline;
margin-left: -4px;
}
.subnav ul li a{
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 4px 7px 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #98B5C7; /*THEME CHANGE HERE*/
font-weight:bold;
}
.subnav ul li a:visited{
color: #FFF;
font-size:11px;
padding: 4px 7px 4px 7px;
margin: 0 0 0 0;
text-decoration: none;
border-right: 1px solid #98B5C7; /*THEME CHANGE HERE*/
}
.subnav ul li a:hover{
background-image:none; /*THEME CHANGE HERE*/
background-color:#4F7B96;
text-decoration:underline;
color:#FFF;
}
/* Main Content Areas */
#content{
clear: both; /* Required only if header div(s) are floating */
overflow: hidden; /* Required to stretch left col background in FF */
width:768px;
height:100%; /* Required to stretch content div background to bottom of left/right content in IE */
}
div#onecol{
	text-align:center;
	758px;
}
DIV#village_footer{
  clear: both; /* Clear floats from left/right divs */
	width:768px;
	/*background-image:url(http://images.pgalinks.com/pgalinks/email/pgalinks_newbrand/footer.jpg);
	background-repeat:no-repeat;*/
	text-align:center;
	font-size:10px;
	color:#E7DECF;
	background-color:#B59A62;
}
DIV#footer_menu{
	padding:0px 10px 5px 5px;
	text-align:right;
}
DIV#footer_menu p {
		color:#E7DECF;
}
DIV#footer_menu a:link {
	text-decoration:underline; 
	color:#E7DECF;
} 
DIV#footer_menu a:visited {
	text-decoration:underline; 
	color:#E7DECF;
} 
DIV#footer_menu a:hover {
	text-decoration:none; 
	color:#E7DECF; 
} 
DIV#footer_menu a:active { 
   color:#FBFCC0;
}
DIV#copyright{
	padding:0px 10px 5px 5px; 
	color:#D2BE7F
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{ 
position:absolute;
top: 0;
border-left: 1px solid #5D87A1; /*THEME CHANGE HERE*/
border-bottom: 1px solid #5D87A1; /*THEME CHANGE HERE*/
border-right: 1px solid #5D87A1; /*THEME CHANGE HERE*/
font-size:10px;
line-height:18px;
z-index:100;
background-color: #EAF0F4;
visibility: hidden;
}
.dropmenudiv a{
display: block;
font-family:Arial, Helvetica, sans-serif;
padding: 2px 7px;
text-decoration: none;
color: black;
}
.dropmenudiv a:visited{
display: block;
font-family:Arial, Helvetica, sans-serif;
padding: 2px 7px;
text-decoration: none;
color: black;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
display: block;
padding: 2px 7px;
text-decoration:underline;
background-color:#D5DDE3;
}
/*\*/ * html .dropmenudiv a
{
width:100%;
} /**/ 

