@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#5d5d5d;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
}

h1{
font-size:13px;
color:#003366;
}

h4 {
font-size:14px;
color:#142c71;
padding:0px;
margin:0px;

}

h5 {
font-size:11px;
padding:0px 0px 10px 0px;
margin:0px;

}

hr {border: none 0; 
border-top: 1px solid #ccc;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin:15px 0px 15px 0px;
}

p { margin:0px; padding:0px;}

.container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
}
.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


a:link {
	color:#417ac1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#417ac1;
}
a:hover {
	text-decoration: underline;
	color:#003366;
}
a:active {
	text-decoration: none;
	color:#417ac1;
}

#headerContainer {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding:50px 0px 12px 0px;
border-bottom:#e5e5e5 1px solid;
}

#header{padding-left:46px;
font-size:13px;
color:#003366;

font-weight:bold;}

.bioBorder{
width:100px;
height:130px;
padding:5px;
background-color:#FFFFFF;
border:#CCCCCC 1px solid;
}


.footerstyle {font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-top:40px; padding-bottom:40px; font-weight:lighter; color:#999999;}
a.footerstyle:link {color:#333333; text-decoration:none;}
a.footerstyle:visited {color: #333333; text-decoration:none;}
a.footerstyle:hover {color:#333333; text-decoration:underline;}
