@charset "UTF-8";

html{overflow-y: scroll;}
body{font-family: Arial, Helvetica, sans-serif; font-size:12px;}

a{
 color: #3DAF9F;
 text-decoration: none;
 }
a:hover{text-decoration:underline;}

.container {
	background-color: #FFFFFF;
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.BANNER {
	height: 754px;
	width: 136px;
	margin-top: 5px;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #3DAF9F;
	float: left;
	height: 35px;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 40px;
}
.navigation {
	float: left;
	height: 31px;
	width: 670px;
	background-color: #3DAF9F;
}
.subnav {
	float: left;
	height: 20px;
	width: 670px;
	margin-bottom: 10px;
}
.image {
	float: left;
	height: 260px;
	width: 670px;
	margin-bottom: 10px;
}
.text1 {
	float: left;
	height: 100%;
	width: 330px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	float: left;
	height: 100%;
	width: 330px;
	margin-bottom: 10px;
}
.bottom {
	float: left;
	height: 10px;
	width: 670px;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	float: left;
	height: 10px;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.logo {
	float: left;
	height: 125px;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 17px;
}
.hero {
	float: left;
	height: 89px;
	width: 150px;
	margin-right: 10px;
	margin-left: 17px;
}
.birth {
	float: left;
	height: 80px;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 17px;
}

#sitemap
	{
	text-align:center;
	clear:both;
	}
#sitemap a
	{
	font-size:0.9em;
	margin:0 20px 0 20px;
	}
	
.container .text1 a:link {
	color: #3DAF9F;
	text-decoration: none;
}
.container .text2 a:link {
	color: #3DAF9F;
	text-decoration: none;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #3DAF9F;
	}
	
/*
 * news articles styles
*/
#news_articles{}
#news_articles h2{font-size: 13pt; color: #3DAF9F; font-weight:normal; margin:10px 0 3px 0;}
#news_articles p{margin:0px; margin-bottom:5px;}
#news_articles a{font-weight:bold;}
