#container {
	width: 750px;
	padding: 0;
	position: relative;
	text-align: left;
	top: 21px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
	z-index: 1;
	height: 500px;
	background-color: #FFFFCC;
	}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat;
}
#topBar {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 94px;
	background-color: #FFFF99;
	padding-left: 8px;
	background-image: url(../images/brook.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navBar {
	position: absolute;
	z-index: 2;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 94px;
	background-color: #990000;
}
#leftBar {
	position: absolute;
	z-index: 2;
	width: 162px;
	top: 139px;
	left: 5px;
	border: 1px solid #990000;
}
#leftBar td a:link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 100%;
	color: #990000;
	border: none;

}
#leftBar td a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 100%;
	color: #990000;
}
#leftBar td a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 100%;
	color: #FFFF99;
	background-color: #990000;


}
#leftBar td a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 100%;
	color: #FFFF99;
	background-color: #990000;

}
#main {
	overflow: auto;
	position: absolute;
	z-index: 2;
	top: 139px;
	width: 563px;
	left: 181px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #FFFF99;
	padding: 7px;
	scrollbar-face-color: 993333;
	scrollbar-highlight-color: FFCC99;
	scrollbar-3dlight-color: 666666;
	scrollbar-darkshadow-color: FFCC99;
	scrollbar-shadow-color: 666666;
	scrollbar-arrow-color: FFFFCC;
	scrollbar-track-color: FFCC99;
	height: 354px;

}
#main h4 {
	color: #990000;
	text-align: center;

}
#main p {
	font-size: 14px;
	color: #990000;
	text-align: justify;

}
#main ul {
	font-size: 14px;
	color: #990000;

}
h5 {
	color: #990000;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;


}
