* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	text-align: center;
	background: #173F5F;
	font-family: Arial;
}

a {
	color: #0066CC;
}

a:hover {
	color: #3399FF;
}

#wrapper {
	width: 750px;
	text-align: left;
	margin: auto;
	background: url('images/wrapper-bg.gif') top left repeat-y;
	padding: 0px 10px 0px 10px;
}

#top {
	background: url('images/top-bg.png') top left repeat;
	height: 35px;
}

.shadetabs {	float: right;
	margin: 5px 0px 0px 0px;
}

.shadetabs li {
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	float: left;
}.shadetabs li a {	text-decoration: none;
	font-size: 1.09em;
	font-weight: bold;
	display: block;
	padding: 5px 8px 5px 8px;
	color: #0D3A6F;}.shadetabs li a:hover {	color: #3673AF;}.shadetabs li.selected {	position: relative;}.shadetabs li.selected a {
	color: #333;
	text-decoration: underline;}.tabcontentstyle { 	width: 750px;}

.tabcontent1, .tabcontent2, .tabcontent3, .tabcontent4, .tabcontent5 {
	display: none;
	font-size: 1.09em;
}

.tabcontent1 {
	display: none;
	background: url('images/overview-bg.jpg') top left no-repeat;
	padding: 100px 0px 70px 0px;
	font-size: 1.00em;
}

.tabcontent1 .text {
	background: url('images/text-bg.png') top left repeat;
}

* html .tabcontent1 .text {
	background: #000;
}

.tabcontent1 .text {
	margin: 0px 150px 0px 0px;
	color: #FFF;
	line-height: 1.36em;
	font-size: 1.00em;
	font-family: Verdana;
	padding: 20px;
}

.tabcontent1 .text a {
	color: #9FCFFF;
}

.tabcontent1 .text a:hover {
	color: #3399FF;
}

.tabcontent2 .header {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 20px;
	font-size: 1.67em;
	background: url('images/header2.jpg') top left no-repeat;}

.tabcontent2 .text {
	line-height: 1.33em;
	font-size: 1.17em;
	padding: 20px 40px 20px 40px;
}

.tabcontent2 ul {
	font-size: .80em;
	margin: 10px 50px 10px 50px;
	line-height: 1.25em;
	color: #666;
	list-style-type: disc;
}

.tabcontent3 .header {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 20px;
	font-size: 1.67em;
	background: url('images/header3.jpg') top left no-repeat;
}

.tabcontent3 .text {
	line-height: 1.33em;
	font-size: 1.17em;
	padding: 20px 40px 20px 40px;
}

.tabcontent3 ul {
	font-size: .91em;
	margin: 10px 50px 10px 50px;
	line-height: 1.25em;
	color: #666;
	list-style-type: decimal;
}

.tabcontent4 .header {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 20px;
	font-size: 1.67em;
	background: url('images/header4.jpg') top left no-repeat;
}

.tabcontent4 .text {
	line-height: 1.33em;
	font-size: 1.17em;
	padding: 20px 40px 20px 40px;
}

.tabcontent4 ul {
	font-size: .91em;
	margin: 10px 50px 10px 50px;
	line-height: 1.25em;
	color: #666;
	list-style-type: disc;
}

.tabcontent5 {
	display: none;
	background: url('images/contact-bg.jpg') top left no-repeat;
	padding: 100px 0px 70px 0px;
	font-size: 1.00em;
}

.tabcontent5 .text {
	background: url('images/text-bg.png') top left repeat;
}

* html .tabcontent5 .text {
	background: #000;
}

.tabcontent5 .text {
	margin: 0px 150px 0px 0px;
	color: #FFF;
	line-height: 1.36em;
	font-size: 1.00em;
	font-family: Verdana;
	padding: 20px;
}

.tabcontent5 .text .contact {
	margin: 0px 0px 0px 50px;
	font-size: 1.09em;
}

.tabcontent5 .text .contact span {
	color: #AAA;
}

#footer {
	background: #000;
	height: 75px;
}

#footer .left {
	float: left;
	clear: both;
	padding: 10px;
	color: #FFF;
	font-size: 1.00em;
	font-family: Verdana;
}

#footer .left span {
	color: #898989;
}

#footer .left a {
	color: #FFF;
	text-decoration: underline;
}

#footer .left a:hover {
	color: #AAA;
}

#footer .right {
	float: right;
	width: 550px;
	color: #333;
	font-family: Arial;
	padding: 10px;
	font-size: 0.91em;
	border-left: 1px solid #666;
}

#footer-bottom {
	background: url('images/footer-bg.gif') top left no-repeat;
	padding: 10px 10px 0px 10px;
	width: 750px;
	margin: auto;
}

#trademarks {
	text-align: left;
	padding: 10px;
	font-size: 1.09em;
}

#trademarks .header {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Verdana;
}

#trademarks .text {
	margin: 0px 0px 20px 0px;
}

#trademarks .text ul {
	font-size: 1.00em;
	margin: 10px 50px 10px 50px;
	line-height: 1.25em;
	color: #666;
	list-style-type: disc;
}
@media print {	.tabcontent {	display:block!important;}
