body {
	font-family: Arial,Tahoma, serif;
	font-size: 13px;
	background: #fff;
	color: #333333;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 120%;
}

html {
	height: 100%;
}

html>body table, div {
	margin-left: auto;
	margin-right: auto;
}

p, div, td, ul, li {
	font-family: Arial, Tahoma, serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.3;
}


a:link {
	color: #3f5fac;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3f5fac;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: none
}

div.container {
	background: #fff;
	width: 100%;
	text-align: center;
}

div.header {
	width: 945px;
	height: 100px;
	background: #ffffff url(../images/header.jpg) left no-repeat;
	text-align: right;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div.top-menu {
	width: 947px !important;
	width: 945px;
	height: 28px;
	background: #000;
}

div.content {
	background: #ffffff;
	width: 945px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

td.left {
	width: 250px;
	border-right: 1px solid #333333;
	text-align: center;
	padding: 0px;
	vertical-align: top; 
}

td.right {
	padding: 3px 6px 0px 15px !important;
	padding: 3px 6px 0px 10px
	vertical-align: top; 
}

div.left_text {
	
}

div.summary {
	font-family: Arial,Tahoma, serif;;
	padding: 5px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
}

div.footer {
	width: 947px !important;
	width: 945px;
	font-family: tahoma;
	background: #000000;
	margin-bottom: 0px;
	color: #ffffff;
	padding: 12px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
}

:link#footer_menu {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
} 

:visited#footer_menu {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

:hover#footer_menu {
	color: #ffd77c;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma;
	font-size: 22px;
	font-color: #000;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	margin: 10px 0px 6px 0px;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #3f5fac;
	margin: 16px 0px 6px 0px;
	text-align: left;
}

h4 {
	font-family: Arial;
	font-size: 18px;
	color: #3f5fac;
	margin: 10px 0px 6px 0px;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0c330d;
	margin: 16px 0px 6px 0px;
	text-align: left;
}

h6 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 16px 0px 6px 0px;
	text-align: left;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
	text-align: justify;
	padding: 0px 12px 0px 0px;
}

p.style2 {
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
	text-align: center;
	padding: 0px 12px 0px 0px;
}

p.style3 {
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
	text-align: justify;
	padding: 0px 12px 0px 0px;
}

/* left centered text */

p.style4 {
	text-align: center;
	font-size: 15px;
	padding: 0px 6px 0px 6px;
}

p.style5 {
	text-align: left;
	padding: 0px 6px 0px 6px;
}

ul, li {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.3;
}

input, textarea {
	font-size: 12px;
	padding: 3px 0px 3px 0px;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-left: 5px;
border-left: 1px solid #000000; /*black border*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #000000; /*black border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #333333; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 600px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}