a.selected, .header a.selected {
	color: #008B8B;
	background-color: White;
}

body.frameBody {
	background-color: White;
	color: Black;
}

span.highlight {
	background-color: #008B8B;
	color: #FFFFFF;
}

img {
	border: none;
}

div.contentender {
	width: 100%;
	clear: both;
}

div.galleryimage {
	margin: 1px;
	width: 230px;
	height: 150px;
}

#swiftgallery h4 {
	text-transform: capitalize;
}

.formlabel {
	text-align: right;
}

a {
	color: #008B8B;
	text-decoration: none;
}

a:hover {
	color: #CC4E33;
}

.header a {
	color: White;
}

.header a:hover {
	color: #CC4E33;
	background-color: White;
}

.footer a {
	color: White;
}

.footer a:hover {
	color: #CC4E33;
}

.menu a, .submenu a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: White;
	color: Black;
	margin: 0;
	padding: 0;
}

div.header {
	margin: 0px;
	height: 165px;
	background-image: url(header.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #00CC65;
}

div.footer {
	margin-top: 0px;
	height: 230px;
	background-image: url(footer.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #003299;
	clear:both; 
	text-align: center;
	padding-top: 5px;
	color: White;
}

div.maincontent {
	clear: both;
	text-align: left;
	margin: 0px;
	width: 740px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

div.title {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

div.sidemenu {
	float: right;
	width: 210px;
	padding: 0px 10px 50px 0px;
	background-color: #DFFFEE;
}

h1 {
	font-size: 320%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: White;
	text-align: center;
}

h2 {
	margin-top: 0px;
	
	font-size: 260%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul.menu {
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
	padding: 5px;
}

ul.submenu {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	list-style: none;
}

.submenu li {
	padding: 5px 0px 5px 0px;
}

dt {
	font-size: 140%;
}

dd {
	font-size: 130%;
}

span.type {
	font-size: 60%;
}

span.muted {
	color: Gray;
}

span.subhead {
	display: block;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 18px;
	font-style: italic;
	color: White;
	font-size: 140%;
}

.rating img {
	cursor: pointer;
}

p.formLeft {
	text-align: right;
	font-size: 80%;
}

ul.alphabet {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: White;
	font-size: 140%;
}

.alphabet li {
	list-style: none;
	display: inline;
}

#ajaxcallback {
	display: none;
	position: absolute;
	width: 50%;
	text-align: center;
	top: 0px;
	right: 0px;
	background-color: #00CC66;
	color: white;
	font-size: 130%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin: 5px;
	border: 1px solid #003498;
}

.sidemenu ul {
	padding-left: 0px;
}

.sidemenu li {
	list-style: none;
	padding: 1px 10px;
}

.sidemenu li a {
	display: block;
	width: 100%;
	padding: 3px;
}

.sidemenu li a:hover {
	background-color: #008B8B;
	color: White;
}

dt a {
	font-family: Georgia, Palatino, "Times New Roman", Times,serif;
}

.sidemenu h3 {
	margin-top: 5px;
	font-size: 130%;
	padding-left: 10px;
}

fieldset.group {
	border: none;
	padding: 0px;
}

