/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(top_light.jpg) no-repeat 40% 0%;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #616161;
	padding-top: 30px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4a99c9;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 15px;
	
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 25px;
	border-bottom: 1px solid #f1f1f1;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

a.pdf {
	background: url(file-red.gif) no-repeat;
	padding-left: 16px;
}

a.email {
	background: url(email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(window.gif) no-repeat;
	padding-left: 16px;
}

a.bios {
	background: url(head_icon_lg.png)  no-repeat left center;
	padding-left: 20px; line-height: 20px;
}

a.contactbio {
	background: url(head_icon.png)  no-repeat left center;
	padding-left: 14px; line-height: 10px;
}

