﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
}

#minwidth{
	width: 1000px;
	position: fixed;
}

#wrapper {
	width: 980px;
	margin: auto auto auto auto;
}

#container {
	padding: 0px;
	margin: 0px auto 0em auto;
	width: 980px;
	position: relative;
}
#masthead {
	border-style: 0;
	border-width: 0px;
	background-image: url('images/top_header_bg.gif');
	position: relative;
	height: 70px;
}
#masthead_L {
	border-style: 0;
	border-width: 0px;
	background-image: url('images/logo_top.jpg');
	position: relative;
	background-repeat: no-repeat;
	left: 0px;
	height: 70px;
	width: 270px;
	float: left;
}
#masthead_R {
	background: no-repeat;
	border-style: 0;
	border-width: 0px;
	position: relative;
	height: 40px;
	width: 600px;
	float: right;
	right: 0px;
	top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	display: inline;
}

#middle_left {
	width: 580px;
	float: left;
	left: 10px;
	right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#middle_center {
	width: 600px;
	margin-right: 200px;
}
#middle_right {
	width: 330px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	background-color: #EBEBEB;
	width: 980px;
}

.Nav_NoButton {
	border-width: 0;
	text-align: left;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Nav_Button {
	border-width: 0;
	text-align: left;
	white-space: nowrap;
	background-image: url('images/nav_button.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.Nav_HideLink {
	color: #FFFFFF;
	text-decoration: none;
}

.Header_H1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #292929;
}

.Header_H2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #234E7A;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
#top_center {
	background-image: url('images/center_art_bk.jpg');
	position: relative;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: auto;
	margin: auto;
	float: none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}

#top_header2 {
	background-image: url('images/header_bg2.gif');
	position: relative;
	background-repeat: repeat-x;
}

p.MsoListParagraphCxSpFirst
	{
	margin: 15pt 0pt 3pt 15pt;
}
p.MsoListParagraphCxSpMiddle
	{
	margin: 0in 0in 3pt 15pt;
}
p.MsoListParagraphCxSpLast
	{
	margin: 0in 0in 3pt 15pt;
}

.ButtonLink {
	border-width: 0px;
}

.QuoteRight {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}

