* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	background: #eee;
}
/*---Layout----*/
#main {
	width: 100%;
	padding-top: 25px;
}
#container {
	width: 780px;
	background: #fff;
}
#header {
	width: 760px;
	height: 126px;
	background: url(../img/header_bk.jpg) center no-repeat;
	padding: 10px;	
}
#body_wrap {
	float: left;
	width: 780px;
	padding-bottom: 10px;
}
#body_content {
	float: left;
	width: 500px; /*510*/
	padding-left: 10px;
}
#right_column {
	float: left;
	width: 250px; /*260*/
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 780px;
	height: 120px; /*120*/
	background: url(../img/footer_bk.jpg) no-repeat;
}
#footer_wrap {
	width: 760px;
	padding: 0px 10px;
}
/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	position: relative;
	left: 152px;
}
#body_content h1 {
	width: 480px; /*500*/
	background: #b3d7ef;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #215e8a;
}
#body_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
#body_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: #eee;	
	padding: 3px 5px
}
#body_content a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#body_content a:hover {
	color: #1e8abb;
}
#body_content p {
	line-height: 12pt;
	padding: 0px 3px;
}
.listbox {
	margin: 0px auto;
	width: 90%;
	padding: 5px;
}
.listbox ul {
	margin: 0px auto;
	padding: 5px 20px 0px 20px;
	list-style: none;
	display: block;
}
.listbox li {
	float: left;
	width: 46%;
	padding: 3px 3px 3px 10px;
	background: url(../img/bullet_arrow.gif) 0px 7px no-repeat;
}
#right_column h3 {
	width: 240px; /*250*/
	background: #215e8a;
	padding: 10px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #fff;
}
#webform {
	width: 230px; /*250*/
	background: #ddd;
	padding: 10px;
}
.w2d_logo {
	float: left;
	position: relative;
	top: 14px;
	left: 11px;
}
.md_logo {
	float: right;
	position: relative;
	top: 7px;
	right: 8px;
}

/*----WebForm----*/
.cssform {
	margin-top: 10px;
}
.cssform p {
	padding: 3px;
	margin: 0px;
}
.cssform label {
	font-weight: bold;
	font-size: 11px;
}
.cssform input {
	width: 204px; /*210*/
	height: 17px; /*23*/
	background: url(../img/input_bk.gif) repeat-x;
	border: 1px solid #215e8a;
	font-size: 11px;
	padding: 3px;
	margin-top: 3px;
}
.cssform textarea {
	width: 204px;
	height: 100px;
	padding: 3px;
	border: 1px solid #215e8a;
	font-family: tahoma;
	font-size: 11px; 
	background: #fff url(../img/input_bk.gif) top repeat-x;	
}
.cssform input.btn_submit {
	width: 87px;
	height: 42px;
	border: none;
	background: url(../img/btn_submit.gif) no-repeat;
	font-weight: bold;
	cursor: pointer;
}