/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/

* 
{
	margin: 0px;
	padding: 0px;
	border:1px;
}

body {
	scrollbar-face-color:#6E161B;
	scrollbar-highlight-color:#6E161B;
	scrollbar-3dlight-color:#6E161B4;
	scrollbar-darkshadow-color:#6E161B;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background: url("images/back.gif");
	background-color: #6E161B;
}

body, table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #6E161B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #6E161B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
} 

h4
{	
	color: #000;
	margin: 0;
	text-align: left;
}

h3
{
	color: #000;
	margin: 0;
	text-align: center;
}

h2
{
	color: #6E161B;
	margin: 0;
	text-align: center;
}

h1
{
	color: #000;
	margin: 0;
	text-align: center;
}
li
{
list-style-type: disc;
list-style-position: inside;
}

hr
{
	width: 75%;
}

#main
{
	width: 800px;
	background-color: #ffffff;
	
}

.header /* change headerlogo pic here*/
{
	width: 800px;
	text-align: center;
	background-color: #6E161B;
	
} 

.content
{
	width: 800px;
	background-color: #fff;
	padding: 15px;
	
}


.menu /*this is the menubar at the top of page */
{
	background-color: #ccc;
	font-size: 12px;
	text-align: center;
	color: #999;
	font-weight: bold;
	padding: 3px;
	
}

.menu a:link, .menu a:visited 
{
	color: #6E161B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #794A71;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

.menu2 /*this is the menubar at the bottom of page*/
{
	background-color: #ccc;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;

	
}

.images /*for images with borders*/
{
	border: solid 2px #000000;
		padding: 5px;
	margin: 5px;
	background-color: #E6E6E6;

}

.leftimages /*for left aligned images with borders*/
{
	background-color: #E6E6E6;
	border: solid 2px #000000;
	float: left;
	padding: 5px;
	margin: 5px;
}

.gallery
{
	color: #000000;
	text-align: center;
	font-size: 10px;
}
	
.gallery img
{
	background-color: #E6E6E6;
	border: solid 2px #000000;
	padding: 5px;
	margin: 5px;
	
}	

.events
{
	border: solid 2px #000000;
	background-color: #B8CEF6;
	font-weight: bold;
	width: 600px;
	text-align: left;
	padding: 10px;
	
}


.blue
{
	border: solid 2px #000000;
	background-color: #B8CEF6;
	width: 300px;
	text-align: left;
	padding: 10px;
}

.yellow2
{
	border: solid 2px #000000;
	width: 500px;
	text-align: center;
	padding: 10px;
	color: #000;
}

.green
{
	border: solid 2px #000000;
	background-color: #A3BCAF;
	width: 300px;
	text-align: center;
	padding: 10px;
}

.grey
{
	border: solid 2px #000000;
	background-color: #ccc;
	width: 600px;
	text-align: left;
	padding: 10px;
}

.yellow
{
	border: solid 2px #000000;
	background-color: #F2E9C9;
	width: 300px;
	text-align: center;
	padding: 10px;
	}

.tiny
{
	font-size: 10px;
	color: #000000;
}

.copyright
{
	font-size: 10px;
	color: #000000;
}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active
{
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#main tr .content table tr td {
	text-align: center;
}
