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

*  {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:12px;
	color:#000;
	float:left;
	width:100%;
}
.mainBody {
	background:url(images/bg_1.jpg) center top fixed;
}

img {
	border:1px solid #FFF;
}
h1 {
	color:#000;
	font-size:18px;
}
h2 {
	color:#004f88;
	font-size:16px;
}
#substance hr {
	margin:-10px 0 -10px -1px;
}
a {
	text-decoration:none;
	color:#004f88;
}
a:hover {
	text-decoration:underline;
	color:#004f88;
}
#overall{
	width:90%;
	margin:0px auto;
	float:none;
}
#header {
	padding-top:0px;
	padding-left:0px;
	float:left;
	width:inherit;
	position:relative;
	min-width:600px;
}
#header_img {
	border:none;
	float:left;
	padding-top:20px;
}
#header p {
	float:left;
	padding-top:35px;
}
#links {

}
#nav {
	list-style-type:circle;
	display:inline;	
	float:left;
}
#nav li {
	display:inline;
}

#substance {
	margin-top:25px;
	margin-left:76px;
	float:left;
	width:90%;
	position:relative;
	min-width:500px;
}
#substance p {
	text-align:justify;
	
}
#substance #image_nav p {
	text-align:left;
}
#substance ul {
	list-style-type:none;
	margin-top:-10px;
	
}
#substance img {
	display:block;
	margin-right:20px;
}
#footer {
	margin-top:30px;
	margin-bottom:10px;
	border-top:#003366 1px dotted;
	border-bottom:#003366 1px dotted;
	float:left;
	width:100%;
	margin-left:0;
	margin-right:0;
	min-width:500px;
}
#footer p {
	color:#004f88;
	text-align:center;
	padding-bottom:0;
}
#portrait {
	float:right;
	display:inline-block;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:20px;
}
.bold {
	font-weight:bold;
}
#substance .bulletList {
	list-style-type:circle;
}
.addthis_button {
	padding: 0px 10px 0 10px;
	opacity: .5;
}
.links {
	color:#BF3227;
	font-size:12px;
}
.title {
	color:#BF3227;
	font-size:20px;
}
.required {
	font-style:italic;
	color:#999999;
}
.submitbutton {
	background-color:#FFF;
	border:1px solid #6699CC
}
.submitbutton:hover {
	background-color:#CCCCFF;
}