*html {height: 100%;}

body {
	min-height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .9em;
	color: #000;
	background: #000 url(body_bg.jpg) no-repeat center 20px;
	font-family: Arial, Verdana, Helvetica, Times, sans-serif;
	}
a {color: #0071D8;}
a:hover {outline: none}	


ol li {
	margin-bottom: 10px;
	margin-left: -15px;
	}
img {border: 0;}

#bigbox {  /* affects footer position */
	width: 1010px;
	height: 710px;
	text-align: left;
	vertical-align: top;
	margin: 20px auto 10px auto;
	padding: 0;
	position: relative;
	}

/** Main Menu **/
div#home {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 750px;
	height: 120px;
	background: transparent;
	}
#main-menu {
		height: 320px;
		width: 200px;
		position: absolute;
		top: 173px;
		left: 0px;
		vertical-align: top;
		border: 0;
		}
#main-menu ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 200px;
		height: auto;
		border: 0;
}
#main-menu li {
		display: block;
		margin: 0;
		margin-bottom:2px;
		margin-top: 0px;
		padding-top:19px;
		padding-left: 50px;
		height: 32px;
		border: 0;
		color: #FFF;
}
#main-menu a {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		border: 0;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
	}
	
#main-menu a:hover {
	color: #fcfb9a;
}

/** content area **/
#rightcol {
	position: absolute;
	top: 145px;
	left: 225px;
	padding: 0;
	width: 510px;
	height: 500px;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;	
}
#rightcol #overflow {height: 490px; overflow: auto; color: #000; padding-right: 10px;
	scrollbar-3dlight-color:#c0c0c0;
	scrollbar-arrow-color:#c0c0c0;
	scrollbar-track-color: #DFDC00;
	scrollbar-darkshadow-color:#c0c0c0;
	scrollbar-face-color:#F5F403;
	scrollbar-highlight-color:#c0c0c0;
	scrollbar-shadow-color:#c0c0c0}

h1 {font-size: 2em; color: #DF5829; margin: 0 0 15px 0px;}
h2 {font-size: 1.1em; color: #cccccc; margin: 0 0 10px 0;}
h3 {color: #0071D8;}
p {line-height: 155%; margin: 0 0 15px 0;}
p a {color: #000000; text-decoration: underline;}
p a:hover {color: #006ece;}
#extra {padding-left: 10px;}
#extra p {text-indent: -10px; margin-bottom: 10px;} /* fp - bullet points */
	
	line-height: 150%;
}

.home_list {
	font-size: 1.2em;
	line-height: 1.3em;

}

/** Others.php **/
#testimonial {
	margin-left: 10px;
	font-style: italic;
	font-size: 1.2em;
}

/** Footer **/
#footer {
 padding: 0 0 10px 0;
	color: #FFF;
	width: auto;
	text-align: center;
	vertical-align: top;
	font-size: .9em;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: gray;
	text-decoration: none;
 }
#music {
	text-align: center;
	width: 50px;
	margin: 70px 0 0 10px;
	padding: 0;
	color: gray;
	font-size: .8em;
	background: #000000;
	vertical-align: middle;
	}


li a:link, li a:visited {
	color: #000000;
	text-decoration: none;
}
li a:hover, li a:active {
	text-decoration: underline;
	color: #006ece;
}
/** Volunteer.php **/
.contact_label {
	text-align: right;
	vertical-align: top;
	font-size: .9em;
	}
.contact_field {
	vertical-align: top;
	font-size: .9em;
	color: red;
	}
.cotact_field span {
	color: #cf0103;
	size: 9pt;
	}
.contact_field input,
.contact_field textarea {
	font-size: 8pt;
	background: transparent;
	line-height: 10pt;
	border: 1px solid #9D7D34;
	width: 300px;
	}
.contact_botton {
	font-size: 8pt;
	background: transparent;
	padding: 0 3px;
	margin: 5px 0 0 0;
	border: 1px solid #9D7D34
	}
.contact_botton a {
	font-size: 8pt;
	background: transparent;
	border: 0;
	color: #cccccc;
	}
#button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
    }
#button ul {
   margin:0px;
	 padding: 0px;
   list-style:none;
    }
#button a {
	display:block;
	padding: 2px 5px 2px 8px;
	color: #02283C;
	text-decoration: none;
    }
#button a:hover {
	display:block;
	text-decoration: underline;
	background-color: ;
    }