body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.module_edit {
	
}

a.small_link:link, a.small_link:visited, a.small_link:hover, a.small_link:active {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	text-transform: lowercase;
}

.Normal a:link, .Normal a:visited, .Normal a:hover, .Normal a:active, 
a:link, a:visited, a:hover, a:active, 
a.normal_link:link, a.normal_link:visited, a.normal_link:hover, a.normal_link:active,
.newslist_more a:link, .newslist_more a:visited, .newslist_more a:hover, .newslist_more a:active {

	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a.help_link:link, a.help_link:visited {
	color: #fff;
}

a.help_link:hover, a.help_link:active {
	color: #006699;
}

.content_div h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	margin-bottom: 14px;
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}

.contact_div h1 {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}



.second_news {
	padding-top: 20px;
	border-top: 1px solid #006699;
}

.second_module {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #006699;
}

.center_container {
	position: absolute;
	width: 955px;
	left: 50%;
	margin-left: -478px;
}
	

.main_container_div {
	float: left;
	width: 955px;
	padding: 0px 7px 0px 6px;
	background: url(media/bkg_images/bkg_main.gif) repeat-y;
}

.header_container_div {
	float: left;
	width: 955px;
	height: 140px;
	position: relative;
}

.logo_div {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 50;
}

.header_image_div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 140px;
	overflow: hidden;
}

.home_header {
	background: url(media/bkg_images/home_header.jpg) no-repeat;
}

.default_header {
	background: url(media/bkg_images/default_header.jpg) no-repeat;
}

.spacer_div {
	height: 20px;
	clear: left;
}

.left_container_div {
	float: left;
	width: 185px;
	margin-top: 60px;
	margin-bottom: 160px;
}

.middle_container_div {
	float: left;
	width: 485px;
	padding: 0px 37px 0px 48px;
}

.breadcrumb_div {
	height: 27px;
}

.right_container_div {
	float: left;
	width: 180px;
	margin-top: 60px;
}

.right_container_div .module_container {
	margin-bottom: 20px;
}

.right_container_div .module_title {
	display: none;
}

.disclaimer_container_div {
	clear: left;
	margin-left: 25px;
	height: 20px;
}



.footer_container_div {
	clear: left;
	width: 968px;
	height: 11px;
	margin-bottom: 30px;
	background: url(media/bkg_images/bkg_footer.gif) no-repeat;
}

.newslist {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.newslist_image IMG {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.newslist_title {
	color: #006699;
	font-weight: bold;
}


table * {
	font-size: 12px;
}

.contact_form_table {
	width: 100%;
	text-align: left;
}

.contact_form_table td {
	text-align: left;
	padding-bottom: 10px;
}

.content_div .module_content .contact_form_table .Normal img {
	clear: left;
}

.contact_form_table input, .contact_form_table textarea {
	border: 1px solid #ccc;
	width: 200px;
}