.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #454545;
	padding: 5px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B9B9B9;
	text-decoration: underline;
}
.footer a:hover {
	color: #B9B9B9;
	text-decoration: none;
}
.main, .main table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.main a {
	color: #666666;
	text-align: justify;
	text-decoration: underline;
}
.main a:hover {
	color: #333333;
	text-align: justify;
	text-decoration: none;
}
.thumb {
	border: 1px solid #CCCCCC;
}
.altrow1 { 
	background-color: #eee;
}
.altrow2 {
	background-color: #ddd;
}

div#right_content h4 {
	font-size: small; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 0;
}
div#right_content p {
	font-size: small; 
	font-family: Arial, sans-serif; 
	text-align: left;
	margin: 0;
	padding: 2px;
}

/* Styles for the appearance of the viewer chapters menu */
#chapters {
	width: 100%;
	padding: 0;
	color: #333;
}
#chapters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#chapters li {
	margin: 0;
	padding: 0;
	font-size: small; 
	font-family: Arial, sans-serif; 
}
#chapters li a {
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 95%;
}
html>body #chapters li a {
	width: auto;
}
#chapters li a:hover {
	cursor: pointer;
	background-color: #ccc;
}
li.hovercursor:hover {
	cursor: move;
	font-weight: bold;
}

/* Styles for public site */

div#content {
	
}
div#padded_content {
	width: 67%;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #666666;
}
#content h1 {
	font-size: x-large;
	font-weight: normal;
}
#content h2 {
	font-size: large;
	font-weight: normal;
	margin-bottom: -0.7em;
}
#content h2 img { 
	margin-bottom: 0;
	}
#content h3 {
	font-size: medium;
}
#content h4 {
	font-size: small;
}

#content p, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
#content a {
	color: #666;
}
#nav_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul#nav {
	margin: 0;
	list-style: none;
	text-align: right;
}
ul#nav li {
	display: inline;
	border-right: 1px solid #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 0 10px 0 5px;
	margin: 0;
}
ul#nav li a {
	color: #333;
	text-decoration: none;
}

div#content ul li {
	list-style-image: url('/images/bullet.gif');
	vertical-align: top;
}

ul#faq_list {
	margin-top: 2em;
}
ul#faq_list li {
	margin: 5px 0 0 -13px;
}

#enquiry-form input,
#enquiry-form textarea {
	display: inline;
	width: 200px;
	margin-left: 5px;
}
#enquiry-form dt {
	line-height: 200%;
}
#enquiry-form dd {
	margin-left: 8em;
	margin-top: -2em;
	line-height: 160%;
}
/* The captcha */
#enquiry-form-wrapper img {
	margin-left: 20%;
}

.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input {
	background-color: yellow;
}
.fieldWithErrors label {
	border: 0;
}
