﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
.container {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #475766;
	background-color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	width: 100%;
}
.nav {
	padding: 0px 10px 0px 10px;
	height: 30px;
}
.logo {
	border: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 15px;
}

.logos {
	border-width: 0px;
}
.logo_right {
	border: 0px;
	padding-left: 10px;
}

.footer_right {
	text-align: right;
	font-size: 10px;
}
.footer_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #007071;
}
.indent {
	margin-left: 40px;
}
.footnotes {
	font-size: 12px;
	padding-left: 10px;
	height: 32px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	width: 33%;
}

a:visited {
	color: #005E5E;
	text-decoration: underline;

}
a:link {
	color: #005E5E;
	text-decoration: underline;
}
a:hover {
	color: #005E5E;
	text-decoration: none;
}
.title {
	font-size: small;
	color: #545162;
	font-size: 14px;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
	margin-left: 200px;
	padding: 0;
	width: 540px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
	float: left;
	color: white;
	background: #545162 url("../images/images/color_tabs_left.gif") no-repeat left
top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url("../images/images/color_tabs_right.gif") no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
	background-color: #007071;
}

#ddcolortabs a:hover span{
background-color: #007071;
}

#ddcolortabs #current span{
	/*currently selected tab*/
background-color: #007071;
}

#ddcolortabs #current a{
	/*currently selected tab*/
background-color: #007071;
}

#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #007071;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}






