html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}
#sidebar {
	background-color: #336496;
	position: absolute;
	height: 100%;
	width: 118px;
	left: 0px;
	top: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	visibility: visible;
}
#sidebar #capt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	line-height: -6px;
}
#banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 100px;
	float: right;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	visibility: visible;
}
#opt1{
	background-color: #F1F1F1;
	position: absolute;
	width: 30%;
	top: 200px;
	left: 25%;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
#opt2{
	background-color: #F0F0F0;
	position: absolute;
	width: 30%;
	top: 200px;
	right: 12%;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
.optionsBL {
	background-image: url(../images/BL.jpg);
	position: relative;
	height: 14px;
	width: 14px;
	float: left;
	background-repeat: no-repeat;
	bottom: 0px;
	margin: 0px;
	*margin-bottom: -4px;
	padding: 0px;
	clear: both;
}
.optionsBR {
	background-image: url(../images/BR.jpg);
	position: relative;
	height: 14px;
	width: 14px;
	float: right;
	background-repeat: no-repeat;
	bottom: 0px;
	margin: 0px;
	*margin-bottom: -4px;
	padding: 0px;
	clear: none;
}

.optionsTL {
	background-image: url(../images/TL.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 14px;
	width: 14px;
	right: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.optionsTR {
	background-image: url(../images/TR.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 14px;
	width: 14px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.optionscnt {
	float: left;
	clear: both;
	padding: 8px;
	*padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 300px;
	*height: 300px;
}
.optionscnt p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	clear: both;
	font-size: 1em;
	line-height: .75em;
}
.optionscnt ul {
	
}
.optionscnt ul li {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	clear: both;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: none;
}
.optionscnt ul li ul li  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	clear: both;
	font-size: 0.85em;
	line-height: 1.1em;
}
.optionscnt  a:link, .options a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #336496;
	float: left;
	clear: both;
	text-decoration: none;
}
.optionscnt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	float: left;
	clear: both;
	text-decoration: none;
}
#main {
	position: absolute;
	width: 80%;
	top: 120px;
	left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
#main p {
	text-align: justify;
	text-indent: 3px;
}
#footer {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	width: 96%;
	margin-right: 2px;
	margin-left: 2px;
	height: 88px;
	clear: both;
	bottom: -2px;
	font-size: 12px;
}
#footer p {
	text-align: right;
	margin-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
#container {
	height: 100%;
}
#sidebar #capt a {
	color: #FFFFFF;
}
#cont {
	height: 75%;
	width: 100%;
	z-index: -9;
}
#footer p#nws {
	color: #ab140c;
	margin-top: 20px;
	font-size: 12px;
}#news {
	background-color: #F1F1F1;
	height: 462px;
	width: 610px;
	position: absolute;
	top: 137px;
	margin-right: auto;
	margin-left: auto;
	left: 283px;
	padding: 10px;
	z-index: 1;
	visibility: visible;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #336496;
}
#news #note {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
}
.optionscnt ul li.special a{
	color: #f82c1f;
}