body{
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image:url("img/bg.jpg");
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
#wrap {
	margin:0pt auto;
	padding-bottom: 50px;
	text-align:center;
	width:950px;
	background-color: #FFFFFF;
}
div#header {
	margin: 4px;
	position: relative;
	height:106px;
	width:941px;
	background-image:url("img/header.gif");
	background-repeat:no-repeat;
	background-color:#e6e6e6;
}
div#menu {
	margin: 4px;
	position: relative;
	height:28px;
	width:941px;
	background-image:url("img/menuBG.gif");
	background-repeat:no-repeat;
	background-color:#bf1400; 
	vertical-align: top;
	font-size: 4px;
}
div#menuChild {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
div#banner{
	margin: 4px;
	position: relative;
	height:200px;
	width:941px;
	background-image:url("img/banner.jpg");
	background-repeat:no-repeat;
	background-color:#95b2d2;
}
div#body {
	margin:0pt auto;
	position: relative;
	width:700px;
	text-align: left;
	line-height: 1.8em;
}
div#bottom {
	margin:0pt auto;
	position: relative;
	height: 20px;
	width: 950px;
	background-color:#AAAAAA; 
	vertical-align: bottom;
	font-size: 14px;
}

h1{
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	color: #800d00;
	margin: 0px;
	padding-top: 15px;
}
h2{
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	color: #800d00;
	margin: 0px;
	padding-top: 0px;
}
hr{
	background-color: #999999;
	color: #999999;
	border: none;
	height: 1px;
}
p{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	line-height: 1.8em;
}
ul{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
img#bioPic{
	border: solid 1px;
	border-color: #d3d3d3;
	margin-right: 10px;
	padding: 0px;
}
a#menu:link {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a#menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a#menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a#areas:link {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a#areas:visited {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a#areas:hover {
	color: #333333;
	text-decoration: underline;
}
iframe{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow-x: hidden;
}