body {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 15px;
	color: #103A60;
}

h2 {
	font-size: 14px;
	color: #103A60;
}

h3 {
	font-size: 12px;
	font-style: italic;
	color: #89A8BD;
}

h4 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #89A8BD;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #528CB2;
	text-decoration: underline;
}

a img {
	border: none;
}

div#wrapper {
	position: absolute;
	width: 760px;
	height: 100%;
}

div#wraphead {
	/* position: absolute; */
	top: 0px;
	left: 0px;
	height: 133px;
	background-image: url( ../images/header_spacer.jpg );
	background-repeat: repeat-x;
}

div#wrapnav {
	/* position: absolute; */
	top: 133px;
	left: 0px;
	height: 34px;
	background-image: url( ../images/nav_spacer.jpg );
	background-repeat: repeat-x;
}

div#wrapleft {
	position: absolute;
	top: 167px;
	left: 0px;
	background-image: url( ../images/left_spacer.jpg );
	background-repeat: repeat-y;
}

div#wrapinner {
	background-image: url( ../images/content_bgright.jpg );
	background-position: right;
	background-repeat: repeat-y;
	width: 760px;
}

div#leftbar {
	float: left;
	width: 184px;
	height: 439px;
	background-image: url( ../images/left_bg.jpg );
	background-repeat: no-repeat;
	padding-top: 45px;
	text-align: right;
}

div#leftbar img {
	padding-right: 20px;
}

div#content {
	background-repeat: repeat-y;
	margin-left: 184px;
	padding: 10px;
	padding-right: 20px;
}

div#wrapfooter {
	clear: both;
	bottom: 0px;
	height: 88px;
	background-image: url( ../images/footer_bg.jpg );
	background-repeat: repeat-x;
}

div#footleft {
	float: left;
	width: 184px;
	height: 88px;
	background-image: url( ../images/footer_left.jpg );
	background-repeat: no-repeat;
}

div#footbar {
	height: 88px;
	text-align: center;
}

div#wrapbottom {
	height: 17px;
	background-image: url( ../images/bottom_spacer.jpg );
	background-repeat: repeat-x;
}

#contactLeft { float:left; width:45%; position:relative; }
#contactRight { float:right; width:45%; position:relative; }
#contactCenter { float:left; width:100%; margin-top:25px; position:relative; }

#submit {
	background: url(../images/submit.gif) no-repeat top left;
	width: 154px;
	height: 54px;
	border: none;
	}
	
.field {
	background: #eee;
	border: 1px solid #ccc;
	width: 200px;
	height: 20px;
	padding: 5px;
	color: #265576;
	font-size: 14px;
	font-weight: bold;
	}
	
