.mainsection{
 padding-left: 0px;
 padding-right: 0px;
 width: 940px;
}
#ImportantSiteContent {
	font-size:10px;
	color: #000;
	height: 58px;
	overflow: scroll;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
}

body {
	font-family:Rockwell;
	font-size:14pt;
	margin:0;
	background-image:url('gif/bg.gif');
	background-repeat:repeat-xy;
	text-align:center;
}
h2,h3 {
	color:#003366;
}
img {
	border:0;
}
.logobg {
	width:100%;
	background:#003366;
}
.headerBar {
	width:100%;
	height:22px;
	background:#fff;
}
.main {
	position:relative;
	top:-10px;
	width:95%;
}
.navigation {
	color:#fff;
	font-weight:bold;
	width:230px;
	border:1px solid white;
	background:#003366;
	text-align:center;
}
.content {
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	background-image:url('gif/content_bg.gif');
	background-repeat:repeat-y;
	text-align:justify;
}