body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.layouttable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9C7D4A;
	border-right-color: #9C7D4A;
	border-bottom-color: #9C7D4A;
	border-left-color: #9C7D4A;
}
.menucell {
	background-image: url(images/cell_bg.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.contentcell {
	background-color: #F9f6ef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 20px 5px 10px;
	color: #330000;
}
.layouttable .contentcell h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #006963;
}
a.menulink:link {
	color: #006563;
	text-decoration: underline;
	font-weight: normal;
	width: 140px;
	padding: 2px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #9C7D4A;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #630000;
	background-color: #f9f6ef;
	display: block;

}
a.menulink:visited {
	color: #006563;
	text-decoration: underline;
	font-weight: normal;
	width: 140px;
	padding: 2px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #9C7D4A;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #630000;
	background-color: #f9f6ef;
	display: block;
}
a.menulink:hover {
	color: #663300;
	text-decoration: underline;
	filter: Alpha(Opacity=50, Style=0 );
}
a.menulink:active {
	filter: Alpha(Opacity=90, style 0);
	margin: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
 } 
a:link {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
.headercell {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
}
.logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightimage {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

