body {
	font-size: small;
	background: #669900;
	text-align: center;
	}
	html>body {font-size: medium;}

h2 {
	font-size: 160%;
	margin: 0;
	padding: 20px 0 10px 0;
	}

h3 {
	font-size: 120%;
	margin: 0;
	padding: 10px 0 5px 0;
	}
	
noscript {
	font-family: "Trebuchet MS", Verdana, "sans serif", system;
	font-size: 60%;
	}
	
#page {
	background: #669900;
	border-left: 20px solid #000000;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, "sans serif", system;
	font-size: 90%;
	margin: 40px auto;
	text-align: left;
	width: 700px;
	}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	color: #669900;
	}

.toplink {
	clear: both;
	font-size: 80%;
	color: #000000;
	padding: 10px;
	text-align: right;
	text-decoration: none;
	width: 100%;
	}
	html>body .toplink {float: right;}

address {
	font-style: normal;
	margin-left: 20px;
	}

img {
	border: 0;
	}


ul {
	list-style-type: square;
	}

blockquote {
	font-style: italic;
	margin: 0;
	padding: 10px 30px 20px 30px;
	}

.col1 {
	width: 300px;
	}
	
.inputform {
	border: 1px #666666 solid;
	}

.inputform td {
	padding: 8px;
	vertical-align: top;
	}
	
.inputform input {
	font-family: "Trebuchet MS", Verdana, "sans serif", system;
	font-size: 85%;
	width: 180px;
	}
	
.inputform textarea {
	font-family: "Trebuchet MS", Verdana, "sans serif", system;
	font-size: 85%;
	height: 120px;
	width: 280px;
	}	

#title {
	background: #ffffff;
	height: 170px;
	margin: 0;
	padding: 20px 20px 10px 20px;
	}

#titlemain {
	font-size: 280%;
	}

#titlecontact {
	font-size: 75%;
	padding-left: 40px;
	}

#titlestrapline {
	clear: right;
	font-size: 120%;
	font-style: italic;
	float: right;
	padding-top: 10px;
	}

#content {
	background: #ffff66;
	margin: 0;
	padding: 10px 30px 20px 30px;
	}
	html>body #content {padding-top:60px;}

#menuBar {
	font-size: 100%;
	background: #ffffff;
	width: 100%;
	float: left }

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

#menuBar li {
	background: url(images/tab_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px transparent;
	}

#menuBar a {
	text-decoration: none;
	background: url(images/tab_left.gif) no-repeat left top;
	display: block;
	padding: 5px 15px;
	color: #666666;
	float: left }

#menuBar a:hover {
	color: #000000;
	}

#menuBar .current {
	background: url(images/tab_right_current.gif) no-repeat right top;
	font-weight: bold;
	margin: 0;
	border-bottom: medium none
	}

#menuBar .current a {
	color: #000000;
	text-decoration: none;
	background: url(images/tab_left_current.gif) no-repeat left top;
	}

/*IE5-Mac Hac\*/
#menuBar a {
	float: none }

#menuBarBottom {
	background: #000000;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

#menuBarBottom ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0 20px 0;
	}

#menuBarBottom li {
	color: #ffffff;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	}

#menuBarBottom a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left 
	}

#menuBarBottom a:hover {
	font-weight: bold;
	}

/*IE5-Mac Hac\*/
#menuBarBottom a {
	float: none }

.mainimage {
	float: right;
	}