@charset "utf-8";
/* CSS Document */

#PageContent {
	width: 800px;
	height: 100%;
	background-color: #CCCC99;
}

#Menu {
	width: 800px;
	height: 50px;
	color: #660033;
}


ul.horizontal_menu {
	margin: 0 auto;
}

ul.horizontal_menu li{
	list-style: none;
	text-align: center;
	float: left;
	width: 150px;
}

ul.horizontal_list {
	width: 100%;
	height: 400px;
}

ul.horizontal_list li {
	text-align: left;
	float: left;
	list-style: none;
	width: 200px;
	margin-left: 10px;
	margin-right: 15px;
}

ul.vertical_list {

}

ul.vertical_list li{

}

.list_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}



a.menu_link {
	color: #660033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}

hr.green_bar {
	color:#336633;
	background-color: #336633;
	width: 100%;
	margin-top: 2px;
	height: 4px;
	border: none;
}

.GreenHead {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:large;
	font-weight: bold;
	color: #336633;
	text-decoration:none;
}

a.GreenHead {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:large;
	font-weight: bold;
	color: #336633;
	text-decoration:none;
}

.RedHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #660033;
	text-decoration:none;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: medium;
	color: #333333;
}

.RedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #660033;
}

.GreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #336633;
}

#Header {
	width: 800px;
}

#Footer {
	width: 800px;
	height: 25px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top: 5px;
	color: #660033;
	
}

#MainContent {
	width: 800px;
	background-color: #f2f2e5;	
}

#ContentText {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

ul.gallery {
	width: 100%;
	height: 400px;
	margin-left:0px;
}

ul.gallery li {
	text-align: left;
	float: left;
	list-style: none;
	margin-right: 5px;
}

.GreenBlock {
	color:#336633;
	background-color: #96DEA8;
	width: 100%;
	margin: 2px;
	border: none;
}

.green_links {
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:medium;
	font-weight: bold;
	color: #336633;

}

.bold {
	font-weight:bold;
}

.small {
	font-size:small;
}
