body
{
	background-color: #006600; 
	font-size: smaller;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

a:link { 
	color: #330033;
}

a:visited { 
	color: #CCCCCC;
}

a:hover { 
	color: #FFFFFF;
}

a:active { 
	color: #330033;
}

img {
	border: 2px solid #330033;
}

img.unbordered {
	border: none;	
}

img.left {
	float: left;	
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}

h1,h2,h3,h4 {
	color: #000000;	
}

.Title {
	font-size: larger;
	color: #FFFFCC;
	background-color: #330033;
}

.clearboth { 
	clear: both; 
}


small {
	color: #330033;	
}

.centered {
	text-align: center;
}

#title-bar {
	text-align: center; 
	font-size: larger;
}

#content {
	margin-left: 150px;
}

#bottom {
	text-align: right;
}

.health-data {
	color: #330033;
}


/* Navigation styling */

#menu {  
	float: left;
	width: 130px;
	margin-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li { 
	margin: 0 0 1px 0; 
}

#menu a {
	display: block;
	padding: 5px 5px;
	width: 130px;
	color: #FFFFCC;
	background-color: #009900;
	text-decoration: none;
}

#menu a:hover {
	color: #006600;
	background-color: #FFFF66;
	text-decoration: none;
}

#menu #location {
	visibility: visible;
	background-color: #330033;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 55px;
	padding: 2px 5px 2px 5px;
}

#home-page #menu #location {
	visibility: hidden;
}
/* Navigation styling */


/* Form Styling */
#content form {
	padding: 1em 0;
}

#content fieldset {
	padding: 0 1em 1em 1em;
	margin-bottom: 1em;
	border: 1px solid #ddd;
}

#content fieldset fieldset {
	padding: 1em 1em;
	margin-bottom: 0;
}

#content fieldset:hover {
	border: 1px solid #bbb;
}

#content fieldset legend {
	color: #000;
	padding: 0 0.5em 0.5em 0.5em;
	font-weight: bold;
}

#content fieldset fieldset legend {
	font-weight: normal;
	color: #FFFFCC;
}
	
#content fieldset label {
	padding: 0.8em 0 0.2em 0;
}

#content fieldset fieldset label {
	padding: 0.3em 0;
}
	
#content fieldset input {
	font-size: 1.1em;
	width: 20em;
}
	
#content fieldset fieldset input {
	width: auto;
}

#content fieldset fieldset label:hover {
	background-color: #eee;
}
	
#content fieldset input.checkbox {
	width: auto;
}
	
#content fieldset input.radio {
	width: auto;
}
	
#content fieldset textarea {
	font-size: 1.1em;
	width: 20em;
}
	
#content fieldset .fullwidth {
	width: 95%;
}
	
#content form div.submit {
	text-align: right;
	margin: 1em 0;
	padding: 1em;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

#content form div.submit input {
	background-color: #ddd;
	font-weight: bold;
	padding: 0.1em 0.5em;
	color: #000;
	border: 1px double #aaa;
}

#content form input.submit {
	width: auto;
	overflow: visible;
	float: right;
	background-color: #ddd;
	font-weight: bold;
	padding: 0.1em 0.5em;
	color: #000;
	border: 1px double #aaa;
}
/* Form styling */


/* Gallery styling */

.thumbnail {
	float: left;
	width: 235px; 
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
}

.thumbnail img { 
	width: 220px; 
}

.video {
	float: left;
	width: 400px; 
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
}

/* Gallery styling */

div.column {
	width: 30%;
	float: left;
}