/* CSS Document */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body,td,th {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-color: #CCCC00;
	width: 100%;
}
div.contentLeft {
	width: 320px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	line-height: 150%;
}
div.contentRight {
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 220%;
}
.adspace {
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
	font-size: 15px;
	color: #666666;
}
.contentSubText {
	font-size: 10px;
}
.footer {
	width: 570px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: none;
	clear: both;
}
div.menu {
	background-color: #E6E680;
	width: 100%;
	margin: 0px;
	font-size: 10px;
	padding: 0px;
}
div.menuItem {
	background-color: #E6E680;
	margin: 0px;
	padding: 4px 8px;
	float: left;
	border-top: 1px solid #8E8E00;
	border-right: 1px solid #8E8E00;
	border-bottom: 1px solid #8E8E00;
	border-left: 1px none #8E8E00;
	text-indent: 4px;
	text-align: center;
}

div.menuItem:hover {
	background-color: #F3F3C0;
	margin: 0px;
	padding: 4px 8px;
	float: left;
	border-top: 1px solid #8E8E00;
	border-right: 1px solid #8E8E00;
	border-bottom: 1px solid #8E8E00;
	border-left: 1px none #8E8E00;
	text-indent: 4px;
	text-align: center;
}
div.menuEnd {
	background-color: #E6E680;
	width: *;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #8E8E00;
	border-right: 1px none #8E8E00;
	border-bottom: 1px solid #8E8E00;
	border-left: 1px solid #8E8E00;
	text-indent: 4px;
	clear: right;
}
.copyrightText {
	font-size: 9px;
	color: #666666;
	line-height: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.galleryText {
	font-size: 10px;
	color: #000;
	line-height: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}