﻿body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}

#container {
	width: 821px;
	margin: 5px auto 0 auto;
	background: #FFFFFF url('../images/bodyBgY.png') repeat-y;
	text-align: left;
}

#brand {
	margin: 0;
}

#leftCol {
	width: 153px;
	background-image: url('../images/lColumnBg.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	color: #E6E6F0;
}

ul.nav {
	list-style-type: none;
	margin-top: 24px;
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

ul.nav a {
	display: block;
	margin: 0;
	padding: 2px;
	margin-left: 16px;
	width: 133px;
	border-top: 1px #7BABD1 dotted;
	border-bottom: 1px #7BABD1 dotted;

}

a:visited {
	color: #E6E6F0;
	text-decoration: none;
}

ul.nav a:link {
	color: #E6E6F0;
	text-decoration: none;
}

ul.nav a:hover {
	color: #fff;
	border-bottom: 1px #D4DBE9 solid;
	border-top: 1px #D4DBE9 solid;
}

#leftCol h4 {
	text-align: center;
	margin-left: 16px;
}

.partner {
	border-width: 0px;
	display: block;
	margin: 75px 0 5px 12px;
	padding: 2px;
}

#leftCol img {	
	border-width: 0px;
	display: block;
	margin: 0 0 5px 12px;
	padding: 2px;
}

#content {
	width: 515px;
	background-image: url('../images/mainBg.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0;
}

#content h1.pageName {
	color: #006;
	text-align: right;
	margin-top: 24px;
	margin-bottom: 10px;
	padding: 0 24px 0 0;
}

#content h6 {
	color: #006;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#content h5 {
	color: #006;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#content h3 {
	color: #006;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#content h2 {
	color: #006;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#content img {
	float: right;
	margin: 0;
	padding: 20px 10px;
}

#content img.tds {
	float: left;
	margin: 10px;
	padding: 3px;
	border: 1px navy solid;
}

#content img.graphic {
	float: none;
	margin: 10px 30px;
	padding: 3px;
	border: 1px navy solid;
}

#content p {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content p em{
	font-style: normal;
	font-weight: bold;
}

#content p.final {
	padding-bottom: 7px;
}

#content address {
	margin-bottom: 8px;
	margin-top: 10px;
	padding-left: 10px;
	font-style: normal;
}

#content a{
	color: navy;
}

.company {
	color: #4486C0;
	font-weight: bold;
}

#content p.continuation {
	font-weight: bold;
	color: #006;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 5px;
}

#content p.continuation a {
	color: navy;
}

#content li {
	padding-bottom: 5px;
}

.highlight {
	color: #009933;
	font-weight: bold;
}

#news {
	width: 153px;
	background-image: url('../images/rColumnBg.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0; 
}

#news h3.first {
	margin-top: 24px;
	padding-left: 5px;
	color: #fff;
}

#news p {
	padding-right: 16px;
	padding-left: 5px;
	font-size: 12px;
}

#news a {
	text-align: right;
	text-decoration: underline;
	color: blue;
}

#footer {
	clear: both;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #9CBFDD;
	border-top: 1px #006 solid;
	border-bottom: 3px white;
}

#footer p {
	font-size: small;
	color: #006;
	margin-top: 0;
	padding: 0;
	padding-top: 2px;
	text-align: center;
}

#footer span.usa a {
	text-decoration: none;
	border-right: 0;
	padding: 0;
	color: #006;
}

#footer span.usa a:hover {
	text-decoration: underline;
}

#footer span.usa em {
	font-style: normal;
	font-weight: bold;
	color: #C00;	
}


