/* Main Styles */
body {
	text-align: left;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006f44;
	font-size: 0.75em;
}
#container {
	width: 800px;
	margin: auto;
}
div.spacer {
	height: 10px;
	background-color: #ffffff;
	width: 800px;
	margin: auto;
	font-size: 0px;
}
div.menu {
	height: 229px;
	background: url(backs/15.jpg) #006F44;
	width: 800px;
	margin: auto;
}
div.menu_mid {
	height: 229px;
	width: 400px;
	float: left;
	padding-left: 0px;
	font-weight: bold;
}
div.button {
	height: 27px;
	width: 193px;
	line-height: 27px;
	color: #FFFFFF;
	padding-left: 30px;
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
div.jumpmenu {
	height: 29px;
	width: 223px;
	margin-top: 10px;
	text-align: center;
}

.on {
	background-image: url(images/on.gif);
	color: #006F44;
}
.off {
	background-image: url(images/off.gif);
	color: #006F44;
}
div.navigation {
	height: 10px;
	background-color: #006F44;
	width: 800px;
	margin: auto;
	line-height: 10px;
}
div.footer {
	height: 20px;
	background-color: #006f44;
	width: 790px;
	margin: auto;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	
}
div.content {
	width: 790px;
	margin: auto;
	background-color: #FFFFFF;
	padding-left: 10px;
}

/* Link Styles */
a:link {
	color: #914F1B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #914F1B;
}
a:hover {
	text-decoration: underline;
	color: #914F1B;
}
a:active {
	text-decoration: none;
	color: #914F1B;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_nu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_nu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_nu:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_nu:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header Styles */
#head_left {
	float: left;
	width: 80px;
	height: 80px;
	background: url(images/wwctlogo.jpg) no-repeat center #ffffff;
	cursor: pointer;
}
#head_middle {
	float: left;
	width: 720px;
	background-color: #ffffff;
	height: 80px;
	color: #006f44;
	font-size: 20px;
	line-height: 80px;
}

}

/* Font Size Styles */
.sevenfive {
	font-size: 0.75em;
}
.onethree {
	font-size: 1.3em;
}
h1{
	margin: 0px;
	color:  #914F1B;
	font-size: 1.4em;
}
.title {
	color:  #914F1B;
	font-size: 1.4em;
	font-weight: bold;
}
/* Font Colour Styles */
.white {
	color: #FFFFFF;
}

