﻿/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	background-color: #663333;
}
a {
	text-decoration: none;
	color: #666633;
}
a:link {
	color: #666633;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #666633;
}
a:visited hover{
	color: #990000;
}
a:active {
	color: #666633;
}

#container {
	width: 750px;
	height: auto;
	font-size: 10px;
	text-align: center;
	color: #666633;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
}
#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 750px;
	}
.title
{
	color: #990000;
	font-weight: bold;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 24px;
	width: 695px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #666633;
}	
.menu a:link {
	color: #666633;
}
.menu a:hover {
	color: #990000;
}
.menu a:visited hover
{
	color: #990000;
}
#main {
	height: auto;
	width: 680px;
	font-size: 10px;
	margin-left: 35px;
	margin-bottom: 40px;
	margin-right: 20px;
	text-align: left;
}
#mainintro
{
	width: 750px;
	height: 80px;
	text-align: center;
	background-color: #D3D3AB;
}
.mainleftintro {
	text-align: left;
	height: auto;
	width: auto;
	padding-left: 70px;
	margin-right: 150px;
	float: left;
	font-size: 10px;
	color: #666666;
}
.mainrightintro {
	color: #666666;
	text-align: justify;
	float: left;
	height: auto;
	width: auto;
}
.mainleft {
	text-align: left;
	height: auto;
	width: 260px;
	margin-right: 25px;
	float: left;
	font-size: 10px;
	color: #666666;
}
.mainright {
	color: #666666;
	text-align: justify;
	float: left;
	height: auto;
	width: 385px;
}
.list
{
	list-style-position: outside;
	list-style-image: url(../img/0030_arr.png);	
}
.table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
	width: 750px;
	font-size: 9px;
	text-align: center;
	color: #CCCC99;
	padding-top: 3px;
	background-color: #999966;

}
.clear {
	clear: both;
}
.galitems {
	color: #666666;
	text-align: right;
	width: 680px;
	height: auto;
	background-color: #CCCC99;
}
