@charset "UTF-8";
body {
	text-align: center;
}
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#header {
	position:absolute;
	left:0px;
	top:24px;
	z-index:1;
	background-color: #FFF;
}

h1 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #277DC3;
	text-align: left;
}
h2 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	color: #006;
}
h3 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #277DC3;
	font-weight: bold;
}
p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #277DC3;
	margin-top: 1px;
}
#boxa {
	position:absolute;
	left:25px;
	top:7px;
	width:711px;
	z-index:0;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #006;
	text-align: left;
}
#menucontainer {
	position: absolute;
	width: 741px;
	left: 0px;
	top: 114px;
	z-index: 25;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #093;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px;
}
#contactbox table {
}

