body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	color: #003985;
	line-height:150%;
	margin-top:60px;
	font-size:14px;
}
img{
	border-style: none;
}
#site{
	margin: auto;
	width: 900px;
}
#logo{
	margin-top: 20px;
}
#subtitle{
	font-size:18px;
	margin-top:10px;
	margin-left:5px;
	color: #003985;
}
#headerImage{
	float: right;
	margin-top:-140px;
	margin-right: 30px;
}

#menu{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 36px;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
}

.menuBG{
	float: left;
	width: 105px;
	height: 29px;
	padding-top: 7px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	background-color:#48a5e6;
}

a.menuItem{
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing:-1px;
}

a.menuItem:hover{
	text-decoration: underline;
}

.pagetitle{
	font-size:35px;
	margin-left:-15px;
	color:#48a5e6;
}

#main{
	margin-top: 30px;
	margin-left: 30px;
	height: 400px;
}

#page{
	float:left;
	width:650px;
}

#contact{
	position: absolute;
	margin-top: -30px;
	margin-left: 660px;
	padding-top:30px;
	width: 230px;
	height: 400px;
	border-left-width: 1px;
	border-left-color: #dddddd;
	border-left-style: solid;
}

#footer{
	margin-top: 80px;
}

.areaInfo{
	display: none;
	font-size: 12px;
}

.areaTitle{
	text-decoration: underline;
	cursor: pointer;
}

.areaQ{
	font-size: 16px;
	font-weight:bold;
}

.link{
	text-decoration: none;
	color: #003985;
}