@charset "UTF-8";
body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #60769e;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-style: normal;
	line-height: 18pt;
	text-decoration: none;
	color: #445E82;
	height: 25px;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #445E82;
	margin-top: 5px;
}
a {
	color: #4C9A7E;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58B090;
}
a:hover {
	text-decoration: underline;
	color: #4C9A7E;
}
a:active {
	text-decoration: none;
	color: #4C9A7E;
}
h1 {
	font-size: 80%;
	color: #4C9A7E;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 200%;
	color: #4C9A7E;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #445E82;
}
h4 {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bgimage.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#articles {
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#articles p {
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.endorsements {
	margin-top: 80px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: center;
	border: 1px solid #666666;
}
.fltlftnoborder {
	float: left;
	margin-right: 8px;
	text-align: center;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #60769E;
	font-size: 80%;
	color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#footer a {
	color: #CBE1BF;
}
#footer a:hover {
	color: #CBE1BF;
	text-decoration: underline;
}
#header  {
	height: 245px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 35px;
	background-image: url(images/home_headimg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#joinsection {
	float: right; /* since this element is floated, a width must be given */
	width: 425px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: right;
	margin-bottom: 0px;
}
#joinsection p {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 13pt;
	margin-bottom: 0px;
}
#joinsection img {
	vertical-align: text-bottom;
	margin-left: 5px;
}
.leftcontent {
	margin-top: 80px;
	margin-right: 20px;
}
.leftcontent p {
	font-weight: bolder;
	color: #4C9A7E;
	line-height: 20pt;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	font-size: 9pt;
}
 
.leftcontentList {
	margin-top: 80px;
	margin-right: 20px;
}
.leftcontentList p {
	color: #4C9A7E;
	line-height: 15pt;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	font-size: 9pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#mainContent  {
	margin-top: 180px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-bottom: 0;
	width: 425px;
} 
#mainContent1col {
	margin-top: 140px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-bottom: 0;
	width: 690px;
}
#mainContent1col h3 {
	font-size: 110%;
	font-weight: bold;
	color: #4C9A7E;
	padding: 0px;
	margin: 0px;
}
#mainContent1col ul {
	margin: 0px;
	padding: 0px;
}
#mainContent1col li {
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
}
#mainContentbiopage {
	margin-top: 100px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-bottom: 0;
	width: 690px;
}
#mainContentbiopage h3 {
	font-size: 110%;
	font-weight: bold;
	color: #4C9A7E;
	padding: 0px;
	margin: 0px;
}
#mainContentbiopage ul {
	margin: 0px;
	padding: 0px;
}
#mainContentbiopage li {
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
}
#menu1 {
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 86px;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	white-space: normal;
	font-weight: bold;
	margin-left: 359px;
	display: inline;
}
#menu1 p {
	font-size: 10pt;
	font-weight: bold;
}
#menu1 ul {
	margin: 0px;
	padding: 0px;
}
#menu1 li {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 5px;
}
#menu1 a {
	font-size: 9pt;
	color: #445E82;
	text-decoration: none;
}
#menu1 a:hover {
	font-size: 9pt;
	color: #1f3a60;
	list-style-type: none;
	background-image: url(images/menu1_underscore.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu1forIE6 { /* all attributes in this set of styles are identical to menu1 set except for the margin-left which is set to compensate for viewing problems */
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 86px;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	white-space: normal;
	font-weight: bold;
	margin-left: 200px;
}
#menu1forIE6 p {
	font-size: 10pt;
	font-weight: bold;
}
#menu1forIE6 ul {
	margin: 0px;
	padding: 0px;
}
#menu1forIE6 li {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 5px;
}
#menu1forIE6 a {
	font-size: 9pt;
	color: #445E82;
	text-decoration: none;
}
#menu1forIE6 a:hover {
	font-size: 9pt;
	color: #1f3a60;
	list-style-type: none;
	background-image: url(images/menu1_underscore.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #445E82;
}
.menu2 p {
	font-size: 10pt;
	line-height: 16pt;
	font-weight: bold;
	color: #445E82;
}
.menu2 ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.menu2 li {
	list-style-type: none;
	margin-bottom: 1px;
	font-weight: bold;
}
.menu2 a {
	font-size: 9pt;
	color: #445E82;
	text-decoration: none;
}
.menu2 a:hover {
	color: #41846C;
	background-image: url(images/menu2_underscore.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	font-size: 9pt;
}
.menu2a {
	float: left;
	height: 25px;
	width: 200px;
	font-weight: bold;
}
#navlocation {
	float: left;
	width: 690px;
	margin-bottom: 15px;
}
#navlocation p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;
}
#navlocation   h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;
	color: #445E82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 10pt;
	color: 445e82;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	margin-top: 180px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
}
#sidebar2 p {
	color: #445E82;
	padding-top: 0px;
	line-height: 14pt;
}
