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


body, h1, h2, h3, h4, p, ul, li, form, img {
	margin: 0; /* Removes default the margin that some browsers add. */
	padding: 0; /* Removes default the padding that some browsers add. */
	border: 0; /* Removes any default border that might appear around elements such as images used for links. */
	}
#line {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #B8D1DD;
}


body{
	font-family: Verdana, Arial, sans-serif;
	background: #B8D1DD url(images/body_bg.jpg) repeat-x;
	margin: 0px auto;
	font-size: 0.7em;
	line-height: 200%;
	color: #666666;
}
#outerwrapper {
}
#headerWrapper {
	margin: 0px auto;
	width: 800px;
}

#header{
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
#navBar {
	color: #E6EFF4;
	font-size: 10px;
	padding-top: 46px;
	font-style: normal;
}
#navBar  a   {
	color: #B8D1DD;
}
#navBar li {
	display: inline;
	padding-right: 15px;
	color: #097AA0;
}
#navBar ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
#navBar  a:link,a:visited  {
	text-decoration: none;
	color: #007CAA;
}
#navBar  a:hover,a:active  {
	color: #0579AC;
	text-decoration: none;
}
#subNav {
	color: #0579AC;
	text-align: left;
	padding-top: 16px;
	padding-bottom: 5px;
	padding-left: 28px;
}
#subNav      .subSelLink     {
	color: #B8D1DD;
}
#content a {
	color: #007FA5;
	text-decoration: none;
}
#subNav li {
	display: inline;
	padding-right: 8px;
	font-size: 11px;
	font-weight: 500;
	color: #B8D1DD;
	font-style: normal;
}
#subNav  a:link, a:visited {
	color: #B8D1DD;
	text-decoration: none;
}
#subNav a:hover, a:active {
	color: #097AA0;
}
#content {
	width: 750px;
	background-repeat: repeat-x;
	margin: 0px auto;
	background-color: #DEEAEF;
	height: 100%;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
}
.samples {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}
.sample_p {
	padding-right: 8px;
	padding-top: 10px;
}
table {
	background-color: #DEEAEF;
}
h3 {
	font-size: 9pt;
}
.fltLeft {
	float: right;
}
.logo {
	float: right;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	left: -15px;
	bottom: 135px;
	margin-bottom: -135px;
}

p {
	clear: left;
	margin: 0;
	padding-bottom: 10px;
}
#footerWrapper {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(images/footer_pic.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 800px;
	height: 76px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footerLinks  a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBar     ul  li .selLink                    {
	color: #007FA5;
}
h2 {
	font-size: 10pt;
	color: #007FA5;
	padding-top: 5px;
}
h4 {
	font-style: italic;
	font-size: 10px;
}
blockquote {
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
	line-height: 200%;
}
.quote {
	font-style: italic;
	color: #097AA0;
}
dt {
	font-size: 12px;
	padding: 5;
	color: #007FA5;
	font-weight: bold;
}
