html {
	background: white url("images/menu-flat.png") repeat-y top left;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background: transparent url("images/menu-gradient.png") no-repeat top left;
	color: #2b3885;
}
h1 {
	padding: 0;
	margin: 0 0 0 119px;
	background: white url("images/header-line.png") repeat-x top left;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
div#content {
	margin: 30px 50px 0 170px;
}
div#content p {
	margin: 6px 0;
}
div#content li {
	color: #3fa7b3;
	font-weight: bold;
}
div#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
div#content a:visited {
	border-bottom-style: dotted;
}
div#content a:hover {
	border-bottom-style: solid;
}
div#menu {
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 200px;
	left: 0;
	width: 120px;
}
div#menu ul {
	padding: 0;
	margin: 0 0 0 30px;
}
div#menu li {
	list-style-image: url("images/dot.gif");
	padding: 0;
	margin: 10px 0;
}
div#menu a {
	text-decoration: none;
	color: white;
	border: 0;
}
strong, dt {
	font-size: 12px;
	font-weight: bold;
}
dt {
	list-style-type: decimal;
}
dd {
	font-style: italic;
}
div.section {
	clear: both;
}
img.supportleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.supportright {
	float: right;
	margin: 5px 0px 5px 10px;
}
form table {
	width: 400px;
}
td {
	vertical-align: top;
}
input, textarea {
	width: 100%;
}
input.fixed {
	width: auto;
}
div#footer {
	clear: both;
	height: 150px;
	background: transparent url("images/footer-line.png") repeat-x bottom left;
	position: relative;
}
div#footer img#footer-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
div#footer div#banners {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url("images/menu-line.png") repeat-x bottom left;
	width: 119px;
	text-align: center;
	height: 106px;
}
div#footer p#credits {
	position: absolute;
	bottom: 0;
	left: 170px;
	font-size: 8px;
	color: #3fa7b3;
}
div#footer p#credits a {
	color: #3fa7b3;
	text-decoration: none;
}
.aboutusheight
{
	height: 277px;
}
