.menutitle{
	cursor:pointer;
	margin-bottom: 0px;
	background-color:#ECECFF;
	color:#000000;
	width:90%;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	font-family:Rockwell;
	font-size:13pt;
}
.submenutitle{
	cursor:pointer;
	margin: 0;
	background-color:#ECECFF;
	color:#000000;
	width:70%;
	padding:0px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.submenu {
	text-align:center;
}

.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%;
}
.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;
	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;
}