body {
	background: #FFF url("images/bodybg.gif") no-repeat;
	background-position: 260px 260px;
	font-family: "Trebuchet MS", "Arial";

}

#toplogo {
	position: absolute;
	top: 3px;
	left: 3px;
}

#topphone {
	color: #131b63;
	position: absolute;
	top: 16px;
	left: 230px;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -1pt;
}

#topslogan {
	color: #8882ba;
	position: absolute;
	top: 50px;
	left: 200px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1pt;
	text-align: center;
}

#topaddress {
	color: #131b63;
	position: absolute;
	top: 7px;
	width: 150px;
	height: 55px;
	left: 525px;
	font-size: 9pt;
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	letter-spacing: -1pt;
	text-align:  right; 
	border-bottom: 3px solid #131b63;
}


#topmenu {
	position: absolute;
	top: 115px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 0pt;
}
.menuImage {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-right: 1px;
}

#sidebar {
	position: absolute;
	top: 211px;
	left: 10px;
}

#sidebar_text {
	position: absolute;
	padding: 5px;
	top: 395px;
	left: 10px;
	width: 220px;
	color: #131b63;
	font-size: 9pt;
	font-weight: bold;
	line-height: 130%;
}
#sidebar_text hr {
	height: 0px;
	border: 0px;
	background: #131B3;
	border-bottom: 2px solid #131B63;
	margin-right: 15px;
	margin-left: 15px;
}

#content {
	position: absolute;
	top: 230px;
	left: 250px;
	width: 450px;
	text-align: center;
	margin: 0px; padding: 0px; border: 0px;
	font-size: 10pt;
	color: #000041;
	line-height: 170%;
}

#content h1 {
	color: #131b63;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 19pt;
}
#content h2 {
	color: #6960b4;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 16pt;
	margin: 0px;
}

#content h3 {
	color: #6960b4;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11pt;
}

#content a img {
	border: 0px;
}


