/* CSS Document */

body {
	font-family:"Trebuchet MS";
	font-size: small;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
}

.left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.left_header {
	background-color: #ff6600;
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 189px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff6600;
}

.vertical_menu {
	background-color: #ff6600;
	margin: 0px;
	padding: 0px;
	height: 690px;
	width: 189px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
}

.details {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}

.details a:link, .details a:visited {
	color: #FFFF00;
	text-decoration: none;
}

.details a:hover {
	color: #000066;
	text-decoration: none;
} 

.horizontal_menu {
	background-color: #ff6600;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: 30px;
	width: 560px;
	left: 190px;
	top: 0px;
	position: absolute;
	vertical-align: middle;
}

.horizontal_menu a:link, .horizontal_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.horizontal_menu a:hover {
	color: #FFFF00;
	text-decoration: none;
} 

.horizontal_menu1 {
	background-color: #ff6600;
	text-align: center;
	margin: 0px;
	padding: 5px;
	height: 30px;
	width: 560px;
	left: 189px;
	top: 0px;
	position: absolute;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
}

.horizontal_menu1 a:link, .horizontal_menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.horizontal_menu1 a:hover {
	color: #FFFF00;
	text-decoration: none;
} 

.header {
	background-color: #ff6600;
	margin: 0px;
	padding: 5px;
	height: 230px;
	width: 560px;
	position: absolute;
	top: 40px;
	left: 190px;
}

.content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 650px;
	width: 570px;
	position: absolute;
	top: 40px;
	left: 190px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
}

.members_box {
	background-color: #A53754;
	margin: 0px;
	padding: 5px;
	height: 400px;
	width: 180px;
}

.volunteers_box {
	background-color: #FF850A;
	margin: 0px;
	padding: 5px;
	height: 400px;
	width: 180px;
	position: absolute;
	left: 190px;
	top: 280px;
}

.footer {
	font-size: x-small;
	color: #FFFF00;
	background-color: #ff6600;
	margin: 0px;
	padding: 5px;
	width: 750px;
	text-align: right;
}

.footer a:link, .footer a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.footer a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
} 

.mhs {
	position: absolute;
	width: 150px;
	top: 50px;
	left: 775px;
	text-align: center;
}

.sponsors {
	background-color: #CC5200;
	margin: 0px;
	padding: 5px;
	height: 400px;
	width: 180px;
	position: absolute;
	left: 760px;
	top: 280px;
	text-align: center;
}

.training_box {
	background-color: #AA00A9;
	margin: 0px;
	padding: 5px;
	height: 400px;
	width: 180px;
	position: absolute;
	left: 380px;
	top: 280px;
}

.news_and_events_box {
	background-color: #FFCC33;
	margin: 0px;
	padding: 5px;
	height: 400px;
	width: 180px;
	position: absolute;
	left: 570px;
	top: 280px;
}

.rollover {
	text-align: center;
	height: 70px;
	vertical-align: middle;
}

/* Main Menu Buttons */

.member_button {
	position: absolute;
	top: 300px;
	left: 0px;
}

.member_button a:link, .member_button a:visited {
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFFFF;
	background-color: #A53754;
}

.member_button a:active {
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	color: #FFFFFF;
	background-color: #A53754;}

.member_button a:hover {
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFF00;
}

.volunteer_button {
	position: absolute;
	top: 350px;
	left: 0px;
}

.volunteer_button a:link, .volunteer_button a:visited {
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFFFF;
	background-color: #FF850A;
}

.volunteer_button a:active {
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	color: #FFFFFF;
	background-color: #FF850A;
}

.volunteer_button a:hover {
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFF00;
}

.training_button {
	position: absolute;
	top: 400px;
	left: 0px;
}

.training_button a:link, .training_button a:visited {
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFFFF;
	background-color: #AA00A9;
}

.training_button a:active {
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	color: #FFFFFF;
	background-color: #AA00A9;
}

.training_button a:hover {
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFF00;
}

.news_button {
	position: absolute;
	top: 450px;
	left: 0px;
}

.news_button a:link, .news_button a:visited {
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFFFF;
	background-color: #FFCC33;
}

.news_button a:active {
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	color: #FFFFFF;
	background-color: #FFCC33;
}

.news_button a:hover {
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-right-color: #FFFF00;
	color: #FFFF00;
}
