body {
	background: #5382AD;
	font: 10pt verdana;
}

td {
	font: 10pt verdana;
	vertical-align: top;
}

img {
	border: none;
}

#leftside {
	background: #C4D4E4;
	width: 548px;
	vertical-align: top;
	padding: 4px 20px 24px 20px;
	color: #000;
}

#leftside h2 {
	color: #000033;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

#leftside h3 {
	font-weight: bold;
	color: #000033;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

#leftside p {
	margin: 6px 0px 12px 0px;
	padding: 0px 0px 0px 16px;
}

#leftside a {
	color: #000033;
}
#leftside a:hover {
	color: #fff;
	text-decoration: none;
}

#rightside {
	background: #396886;
	width: 200px;
	vertical-align: top;
	padding: 24px 0px 15px 0px;
}

#rightside h3 {
	font-weight: normal;
	color: #C4D4E4;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: left;
	margin-top: 0px;
}

.navbar li {
	list-style-type: circle;
	vertical-align: middle;
	color: #C4D4E4;
}

.navbar a {
	padding: 2px 4px;
	display: block;
	width: 130px;
} 
.navbar a:link, .navbar a:visited {
	color: #fff;
}
.navbar a:hover {
	color: #000033;
	background-color: #C4D4E4;
	text-decoration: none;
}

#footer {
	text-align: center;
	background: #0C4F80;
	padding: 4px 0px 4px 0px;
	font-size: 8pt;
	color: #fff;
}