body {
	background-color: #333;
	background-image: url(images/bkg.jpg);
	margin: 20px;
}
#outsideTable {
	width: 800px;
	margin: 0 auto;
}
#insideTable {
	width: 790px;
}
a:link, a:visited {
	color: #e2c253;
	text-decoration: none;
}
a:hover, a:active {
	color: #c7901b;
	text-decoration: underline;
}
/* ----------printer-------------- */
#printer {
	float: right;
	width: 130px;
	text-align: right;
	font: normal 10px verdana, lucida, sans-serif;
}
/* ----------menu-------------- */
.Menu { 
font: normal 11px verdana, lucida, sans-serif;
text-transform: uppercase;
}
.Menu ul { 
text-align: center;
margin: 0;
padding: 10px 0;
}
.Menu li { 
display: inline;
} 
.Menu li a { 
padding: 0 10px 0 11px;
color: #fff; 
text-decoration: none;  
background: url(images/menu-off.gif) no-repeat left bottom; 
}
.Menu li a:hover { 
background: url(images/menu-over.gif) no-repeat left bottom;
color: #e7c95b;
}
.Menu li#active a {
background: url(images/menu-active.gif) no-repeat left bottom;
color: #e7c95b;
}
/* ----------main body-------------- */
h1 {
	font: normal 16px Trajan, "Trajan Pro", Times, serif;
	text-transform: uppercase;
	color: #e6b85d;
	margin: 5px 0;
}
h2 {
	font: normal 14px Trajan, "Trajan Pro", Times, serif;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: 1px solid #245d2e;
	margin: 40px 0 0 0;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}
h6 {
	font: normal 12px Trajan, "Trajan Pro", Times, serif;
	text-transform: uppercase;
	color: #e6b85d;
	margin: 0;
}
p {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}
ul {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #fff;
	margin-bottom: 0;
}
li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;	
}
ul.listing {
	font: normal 11px Arial, Verdana, sans-serif;
	line-height: 16px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}
.nopad {
	padding:0;
}
hr {border: none 0; 
	border-top: 1px dotted #245d2e;
	border-bottom: 1px dotted #143f1e;
	width: 100%;
	height: 2px;
	margin: 10px 0;
	padding: 0;
}
#form {
	color: #ffffff;
	font: normal 11px Verdana, Arial, sans-serif;
}
input, textarea, select {
	color: #ffffff;
	padding: 3px;
	background: #1f2025;
	border: 1px solid #3b4153;
	scrollbar-base-color: #1f2025;
	scrollbar-arrow-color: #3b4153;
}
.bioPic {
	border: 4px solid #1f2025;
}
#map {
	font: normal 11px/12px Arial, Verdana, sans-serif;
}
/* ----------footer-------------- */
#footer p {
	font: normal 11px/15px Verdana, Arial, sans-serif;
	color: #a8a597;
	text-align: center;
}
#footer a:link, #footer a:visited  {
	color: #a8a597;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}