/* CSS Document
Green #64624b
Blue #B07020
Brown #503020
Lite Green #E0E0E0
*/
/*
Gold #B07020
Lt Gold #E7CAA1
Brown #503020
LT Gray #E0E0E0
DK Gray #707080
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gray;
	font-size:10px;
	color:white;
}
a:link{ text-decoration: none; color: #B07020;}
a:visited{ text-decoration: none; color: #B07020;}
a:hover{ text-decoration: none; color: #E0E0E0;}
a:active{ text-decoration: none; color: #E0E0E0;}

h1{line-height: 25px;width:100%;color:#B07020;font-weight:bold;font-size:14px;text-transform:uppercase;}
h2{line-height: 25px;width:100%;color:#503020;font-weight:bold;font-size:14px;text-transform:uppercase;}
.boldText{text-transform:uppercase;font-weight:bold;}

#clearit{clear:both;}
img#logo{float:left;clear:left;padding-right:5px;}

#wrapper{width:800px; background-color:#503020; margin:0 auto;}
#head{background-color: #503020;}
	#title{width:280px;float:left;}
	#middle{width:300px;margin: 10px 5px 10px 5px;float:left;text-align:center;vertical-align:middle;}			
	#info{width:200px;color:white; font-size:10px; vertical-align:middle;text-align:center;float:right;margin-top:15px;}

#subhead{background-color: #B07020;text-align:center;line-height: 25px;}

/* MENU STYLES */
#menu{width:180px;line-height:20px; text-align:left; vertical-align:top;background-color:#503020;padding:10px;float:left;}	
.subMenu{padding-left:20px;}
	#menu a:link{ text-decoration: none; color: #FFFFFF;}
	#menu a:visited{ text-decoration: none; color: #FFFFFF;}
	#menu a:hover{ text-decoration: none; color: #E0E0E0;}
	#menu a:active{ text-decoration: none; color: #E0E0E0;}

/* The Body */
#body{width:600px; background-color:#E0E0E0; float:right;}
#content{color:#503020;margin:10px 20px;}	
	#content a:hover{color:#64624b;text-decoration:underline;}

	td#bodyText{width:600px;color:#B07020; padding:10px 10px 10px 10px; text-align:left; vertical-align:top;text-align:center;}
		td#bodyText a:link{color:#B07020;}
		td#bodyText a:visited{color:#B07020;}
		td#bodyText a:hover{color:#64624b;}
		td#bodyText a:active{color:#64624b;}
		table#daList{line-height:18px;}
		.bodyBold{font-weight:bold;}
		
/* FORM STYLES */
form p{line-height:25px;}
#formTitle{width:80%;border-top:1px solid #FFFFFF;font-weight:bold;line-height:20px;margin-top:10px;text-transform:uppercase;}


/* PHOTO STYLES */
table#PhotoGallery{text-align:center;}
td#Photos{padding:10px 10px 10px 10px;}
td#photoText{text-align:center;}

/********************************/
/*	ADMIN Pop-Up Style       */
/********************************/ 
#wrapper_popUp{width:650px; background-color:#503020; font-family:Verdana, Arial, Helvetica, sans-serif; margin:20px auto; font-size:12px; text-align:center;}
#wrapper_popUp table{font-size:12px;}
#slideshow_preview{width:100%; margin:10px; padding:10px; border:1px solid #CDB58F; text-align:center;}
	#slideshow_preview p{margin-bottom:5px;}
