/* See bottom of file for globals */
	
/* This is the "cool" color for all non-active listings or links in the body of the site */	
a.sidemenu:link, a.sidemenu:visited
	{ color: #554422; }
	
/* This is the "hot" color for all highlighted or title text in the body of the site */
p.title, td.sidemenu, a.sidemenu:hover, a.sidemenu:active, a
	{ color: #660033; }	

img.logo
	{ position: absolute; top: 0px; left: 30px; }
	
img.header
	{ position: absolute; top: 0px; left: 200px; }	

table.header
	{
	position: absolute; top: 0px; left: 0px;
	background-color: #80B386;
	}

/* Body Settings */

body 
	{
	background-color: #80b285; 
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font-size: 10px; 
	}
a
	{
	text-decoration: none;
	}

/* Menubar stuff */
	
table.menubar
	{
	position: absolute; top: 75px; left: 0px; height: 30px;
	background-color: #4D3510; color: #96D0FF;
	font-family: Veranda, Arial, Helvetica, sans-serif; font-size: 18px;
	}
	
a.menubar:link 
	{ color: #96D09B; text-decoration: none; }
a.menubar:visited 
	{ color: #96D09B; text-decoration: none; }
a.menubar:hover	
	{ color: #96D0FF; text-decoration: none; }
a.menubar:active 
	{ color: #96D0FF; text-decoration: none; }

/* Sidemenu stuff */

td.sidemenu
	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 130px;
	}

a.sidemenu:link 
	{ text-decoration: none; }
a.sidemenu:visited 
	{ text-decoration: none; }
a.sidemenu:hover	
	{ text-decoration: none; }
a.sidemenu:active 
	{ text-decoration: none; }

/* Settings for general content on the page*/
	
table.content
	{
	position: absolute; top: 105px; left: 0px;
	background-color: #D0c397;
	font-size: 12px;
	}
table.intro
	{
	position: absolute; top: 105px; left: 0px;
	background-color: #D0c397;
	font-size: 12px;
	background-image: url('images/BDYW-intro-back.png')
	}
	
p.infotext
	{
	font-family: Veranda, Arial, Helvetica, sans-serif; font-size: 14px;
	width: 500px; color: #332200;
	text-align: left;
	}
hr.infotext
	{
	width: 500px;
	}
p.title
	{
	font-family: Georgia Bold, Times New Roman, serif;
	font-size: 25px; text-decoration: underline;
	}
p.admin_section
	{
	font-family: Georgia Bold, Times New Roman, serif;
	font-size: 25px; color: #AA7733; text-decoration: bold;
	}
div.galcaption
	{
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-align: center; font-size: 12px; text-decoration: none; color: #4D3510;
	}
ul.infotext
	{
	text-align: left;
	padding-left: 1em;
	list-style-type: disc;
	width: 350;
	font-family: Veranda, Arial, Helvetica, sans-serif; font-size: 16px; color: #332200;	
	}
form.infotext
	{
	text-align: left;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 500px;
	color: #332200;
	}
p.webmaster
	{
	font-family: Veranda, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;
	}


