html,body{ 
	position:relative; 
	height:100%; 
	background-color:#790c4a; 
	margin:0; 
	padding:0; 
	font-family:arial; 
	color:#85776d; 
} 
.clear{ 
	clear:both; 
} 
a{ 
	text-decoration:none; 
	color:#790c4a; 
} 
a img{ 
	border:0px; 
} 
#Navigation{ 
	width:100%; 
	padding:14px 0px 10px 0px; 
	color:#790c4a; 
	font-size:60%;
	text-align:center;  
} 
#Navigation a{ 
	display:inline-block; 
	padding-left:17px; 
	padding-right:17px; 
	text-align:center; 
	text-transform:uppercase; 
} 
h1{ 
	color:#790c4a; 
	font-size:115%; 
	text-transform:uppercase; 
	font-weight:normal;
} 
h2{ 
	font-size:105%; 
	text-transform:uppercase; 
	font-weight:bold; 
	margin-bottom:0px;
	clear:both; 
} 


#Wrapper{ 
	width:901px; 
	margin: 0 auto 0 auto; 
} 
#MarginLeft, 
#MarginRight{ 
	width:96px; 
	float:left
} 
#MarginRight{ 
	height:100%; 
	background:url(/inc/html/linc/pix/tier2_rightbg.png) repeat-y left top; 
} 
#Center{ 
	position:relative; 
	width:707px; 
	background-color:#FFF; 
	float:left; 
	height:100%; 
} 
#Mast{ 
	position:relative; 
	width:100%; 
	clear:both; 
	background:url(/inc/html/linc/pix/tier2mastbg.png) no-repeat left top; 
	height:40px; 
	padding:10px 0px 0px 25px 
} 

#LeftBar{ 
	width:137px; 
	/*padding:4px 5px 0px 15px; */
	float:left; 
} 
#LeftBar ul{ 
	padding:5px;
	margin:4px 5px 0px 15px;  
	list-style-type:none;
} 
#LeftBar li{ 
	padding-left:none;
	margin:none; 
	padding-bottom:10px;
}
#LeftBar a{ 
	color:#85776d; 
	font-size:70%; 
} 
#MainContent{ 
	width:520px; 
	float:right; 
	font-size:80%; 
	padding-top:8px;
	padding-right:30px; 
	height:100%; 
} 

#VolunteerForm label{ 
	display:block;
	margin:12px 0 5px 0; 
} 
#VolunteerForm label.sub{ 
	display:inline; 
	margin:auto; 
} 
#VolunteerForm #volunteer_name,
#VolunteerForm #volunteer_company,
#VolunteerForm #volunteer_numemp,
#VolunteerForm #volunteer_findout,
#VolunteerForm #volunteer_phone,
#VolunteerForm #volunteer_email,
#VolunteerForm #volunteer_besttime{ 
	width:300px; 
	border:1px solid #85776d; 
	height:20px; 
	font-size:15px; 
	padding:2px; 
} 

a.thumbnail{ 
	margin:5px; 
} 
.biohead{ 
	clear:both; 
}
.biopic{ 
	float:left; 
	width:110px; 
	display:block; 
	width:101px; 
	height:101px; 
	margin-top:15px; 
	margin-bottom:20px; 
} 
.biopara{ 
	float:right; 
	width:409px; 
} 
#VolunteerForm input[type="text"]{ 
	border:1px solid #85776D; 
	width:200px;
	height:20px; 
	font-size:16px;
} 
#VolunteerForm td.label{ 
	text-align:right; 
} 