@charset "UTF-8";
h1 {
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D1EF;
	padding-bottom: 20px;
	padding-top: 30px;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #00032E;
}
#name h1     {
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D1EF;
	padding-bottom: 20px;
	padding-top: 30px;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #00032E;
	line-height: 50px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D1EF;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #00032E;
}
h3 {
	margin: 0px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #00032E;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.bold {
	font-weight: bold;
}
p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.link {
	display: block;
	height: 20px;
	background-image: url(../images/link_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 20px;
}
a {
	color: #01042F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
h6 {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	color: #00032e;
}
#name h1 img {
	position: relative;
	top: 10px;
}

