html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
	color: #333;
	background:#414c69;
}

a:link, a:visited, a:active {
	color: #6b98a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.header {
	background:#414c69; 
	color:#fff; 
	font-family: times new roman, times, serif; 
	font-weight:bold; 
	font-size:14px; 
	padding:3px; 
	display:block;
	}

.header2 { 
	font-family: arial, helvetica, san-serif; 
	font-weight:bold; 
	font-size:13px;
	}

.formfield {
	background: #efefef;
	border: 1px solid #414c69;
	font-size:11px;
	}
	

.formbutton {
	background: #430067;
	border: 1px solid #fff;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	padding:3px;
	}

.m_button {
	height:13px;
	display:block;
	border:0;
	margin: 0;
	float:left;
	}

.m_button:hover{
	background-position: bottom left;
	}

.m_home {
	width:52px;
	background: url(../i/m_home.gif) top left no-repeat;
	}
	
.m_about{
	width:61px;
	background: url(../i/m_about.gif) top left no-repeat;
	}
	
.m_issues{
	width:59px;
	background: url(../i/m_issues.gif) top left no-repeat;
	}
	
.m_video{
	width:117px;
	background: url(../i/m_videos.gif) top left no-repeat;
	}
	
.m_gallery{
	width:79px;
	background: url(../i/m_gallery.gif) top left no-repeat;
	}
	
.m_contact{
	width:80px;
	background: url(../i/m_contact.gif) top left no-repeat;
	}

.m_volunteer {
	height:24px;
	width:139px;
	background: url(../i/m_volunteer.gif) top left no-repeat;
	display:block;
	border:0;
	margin:5px;
	float:left;
	}

.m_volunteer:hover{
	background-position: bottom left;
	}
	
.m_donate{
	height:24px;
	width:139px;
	background: url(../i/m_donate.gif) top left no-repeat;
	display:block;
	border:0;
	margin:5px;
	float:left;
	}

.m_donate:hover{
	background-position: bottom left;
	}
	