body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bluebar.jpg) top center repeat-x;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navbarbg {
	background: url(../images/navbar-bg.jpg);
	position: absolute;
	left: -9999px;
	width: 5px;
	height: 28px;
}

#navcurrentbg {
	background: url(../images/navcurrent-bg.jpg);
	position: absolute;
	left: -9999px;
	width: 5px;
	height: 28px;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 750px;
	height: 85px;
	background: #ffffff;
	margin-left: 10px;
}

#header img {
	float: left;
	border: 0;
	margin: 13px 0 0 18px;
}

#header p {
	float: right;
	background: url(../images/email-icon.png) top left no-repeat;
	padding-left: 32px;
	margin: 60px 20px 0 0;
}

#navbar {
	width: 770px;
	height: 210px;
	background: url(../images/navbar-bg.jpg) top left no-repeat;
}

#flashholder {
	float: left;
	width: 555px;
	height: 190px;
	margin: 10px 0 0 20px;
}

#content {
	width: 750px;
	margin-left: 10px;
	padding-top: 5px;
	background: #ffffff;
}

#content td {
	vertical-align: top;
}

p {
	margin: 0 40px 11px 20px;
	line-height: 14px;
	color: #000000;
}

p.green {
	margin: 0 40px 11px 20px;
	line-height: 14px;
	float: left;
	display: inline;
	color: #176e02;
}

p.green img {
	float: left;
}

p.green span {
	float: left;
	display: inline;
	margin: 12px 0 0 6px;
}

h1 {
	font: 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #103b68;
	margin: 0 30px 6px 20px;
}

h2 {
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 4px 20px;
	color: #103b68;
}

h3 {
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 4px 20px;
}

#content ul {
	margin-top: 0;
}

#content li {
	margin-bottom: 4px;
}

#whatsnew {
	width: 178px;
	border: 1px solid #999;
	margin: 0 0 0 3px;
	padding-bottom: 10px;
}

#whatsnew img {
	margin: 0 0 0 8px;
}

#whatsnew p {
	margin: 0 10px;
}

#whatsnew p.whatsnew {
	font: 14px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #103b68;
	margin-bottom: 2px;
}

#clear, .clear {
	clear: both;
}

#footer {
	width: 770px;
	height: 35px;
	background: url(../images/footer-bg.jpg) top left no-repeat;
}

#footer p {
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}