body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #E1F9FA;
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
.topBg {
	background-image: url(image/top_bg.gif);
	background-repeat: repeat-x;
	height:114px;
}
.leftPanel {
	width: 180px;
	text-align: center;	
}
.leftNavNolink {
	font-size: 12px;
	font-weight:bold;
	padding-top: 6px;
}

.leftNav {
	width: 114px;
	background-color: #FFFFFF;
	text-align: CENTER;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
}
.leftNav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display:block;
	padding-top: 2px;

}
.leftNav a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color: #003366;
}
.sectionHeader {
	font-size: 22px;
	font-weight: bolder;
	color: #000033;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;	
}

.subSectionHeader {
	font-size: 16px;
	font-weight: bold;
	color: #339999;
	text-decoration: none;
}
.subHeader {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.indexNav {
	height: 21px;
	width: 133px;
	background-image: url(image/but_bg.gif);
	background-repeat: no-repeat;
	text-align: left;	
}
.indexNav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display:block;
	padding: 4px 5px 2px;
}
.indexNav a:hover {
	font-size: 12px;
	color: #DD0D3E;
	text-decoration: none;
	display:block;
	background-image: url(image/but_bg.gif);
	background-repeat: no-repeat;
}

