body {
	background-color:#003d7d
}
.main {
	width:770px;
	text-align:center;
	
}
.header {
	width: 100%;
	display: inline;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:1.10em;
	color: white;
	line-height: 130%
}
.header a {
	color: white;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.content {
	text-align: left;
	font-size: 0.9em;
}
.content .left {
	background-color:#e73a02;
	width: 250px;
}
.content .right {
	background-color: white;
	color:#003d7d;
	font-family:Arial, Helvetica, Sans-serif;
}
.content .right h1 {
	color:#003d8d;
	font-size: 1.4em;
	font-weight: bold;
}
.content .right h2 {
	color:#003d7d;
	font-size: 1.2em;
	font-weight: bold;
}

.footer {
	text-align: left;
	font-size: 0.7em;
	color: #CCCCCC;
}
a.footer {
	font-size: 1.0em;
	color: #999999;
	text-decoration: underline;
}
a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnav {
	text-align: center;
	font-family:Arial, Helvetica, Sans-serif;
	font-weight:bold;
	font-size: 0.7em;
	color: #000000;
}
a.leftnav {
	font-size: 1.0em;
	color: #000000;
	text-decoration: underline;
}
a.leftnav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
