@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #FFFFFF;
}
#main_container {
	height: auto;
	width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -500px;
	position: absolute;
	left: 50%;
}
.w_1000 {
	height: auto;
	width: 1000px;
	position: relative;
}
#header {
	height: 165px;
}
#header_logo {
	float: left;
	height: 125px;
	width: 502px;
	position: relative;
}
#content a:link {
	color: #18609D;
	text-decoration: underline;
}
#content a:visited {
	color: #18609C;
	text-decoration: underline;
}
#content a:hover {
	color: #880000;
	text-decoration: none;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 25px;
}
#footer a:link {
	color: #555555;
	text-decoration: none;
}
#footer a:visited {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	color: #18609D;
	text-decoration: none;
}
#header_reqser {
	float: right;
	height: 125px;
	width: 250px;
	position: relative;
	text-align: right;
}
#linkbar {
	height: 40px;
}
#content {
	margin-top: 30px;
	margin-bottom: 20px;
}
.left_400 {
	float: left;
	height: auto;
	width: 400px;
	position: relative;
}
#home_bullets {
	background-attachment: scroll;
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
	width: 390px;
	list-style-image: url(images/bullet_white.png);
	background-color: #0D3556;
}
.right_500 {
	float: right;
	height: auto;
	width: 500px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
p {
	margin: 0px;
	font-size: 14px;
}
#home_bullets  ul  {
	margin: 0px;
	list-style-image: url(images/bullet_white.png);
}
.right_500 ul {
	margin: 0px;
	list-style-image: url(images/bullet_blue.png);
}
#home_bullets li {
	margin-bottom: 10px;
}
.clearer {
	clear: both;
	height: 0px;
	width: 100%;
	position: relative;
}
.std_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#associations {
	text-align: center;
	height: 105px;
	background-attachment: scroll;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 5px;
}
