*{
	margin: 0; padding: 0;
}
* html{
	margin: 0; padding: 0;
}
body{
	color: White;
	background-color: Black;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 85%;
}
a{
	color: White;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	padding-left: 2px;
}
a:hover{
	color: White;
	text-decoration: underline;
	font-size: 85%;
}
#header{
	display: block;
	width: 100%;
	height: 90px;
	background: url(images/hr.jpg) repeat-x;
}
.hleft{
	float: left;
	height: 90px;
	width: 450px;
	background: url(images/headerleft.jpg) no-repeat;
}
.hleft h1{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 20px 0 0 15px;
	font-size: 35px;
}
.hleft h2{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 0 0 0 150px;
	font-size: 15px;
	font-style: italic;
	color: #c1c1c1;
}
#bar{
	display: block;
	width: 100%;
	height: 20px;
}
#barr{
	float: right;
	height: 20px;
	font: 8pt tahoma, verdana, sans-serif;
	padding-right: 10px;
}
#barl{
	float: left;
	height: 20px;
	font: 8pt tahoma, verdana, sans-serif;
	padding-left: 10px;
}
#menu{
	width: 550px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}
#menu li{
	list-style-type: none;
	float: left;
}
#menu li a{
	padding: 0 5px;
	text-transform: uppercase;
}
#menu .selected,#menu a:hover{
	text-decoration: none;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}
.navigation{
	width: 100%;
	font-size: 0.9em;
	margin: -3px auto;
}
.navigation li{
	list-style-type: none;
	white-space: nowrap;
}
.navigation li a{
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	display: block;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	background: #3d3d3d url(images/nav.gif) no-repeat 5px;
	height: 18px;
	border: 1px solid;
	border-color: Black #666666 #999999 #242424;
}
.navigation li a:hover{
	background: #202020 url(images/nav2.gif) no-repeat 5px;
	color: White;
}
.hline{
	background: url(images/bar.gif) repeat-x;
	height: 5px;
	line-height: 5px;
	width: 100%;
	clear: both;
}
* html .hline{
	height: 5px;
	line-height: 5px;
}
#container{
	display: block;
	background: #3d3d3d;
	clear: both;
}
#cont{
	margin: 0 180px 0 190px;
}
#leftcont {
	FLOAT: left;
	WIDTH: 180px;
	margin: 0 auto;
}
#rightcont{
	FLOAT: right;
	WIDTH: 175px;
}
.pad{
	padding: 5px 5px;
	padding-right: 9px;
}
.boxpad{
	padding: 0 6px 5px 5px;
}
.bl{
	border-left: Black;
}
.bq{
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	padding: 5px 5px 5px 5px;
	background: #222;
	margin-bottom: 10px;
	color: #cccccc;
}
.bq h2{
	font: bold 20px 'Times New Roman';
	text-decoration: underline;
}
.bqb{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 5px 40px;
	background: #cccccc;
	color: #333333;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bqb h2{
	font: bold 20px 'Times New Roman';
	text-decoration: underline;
}
div.box{
	width: 100%;
	border: 2px solid Black;
	background: #f6f6f6;
	color: #333333;
	margin-bottom: 10px;
}
html* #cont .box{
	width: 99%;
}
* html #cont .box{
	width: 98%;
}
.box p{
	padding: 0 5px 5px 5px;
	text-align: justify;
}
.box h1{
	background: url(images/h1.jpg) repeat-x;
	display: block;
	padding: 0 0 0 5px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: White;
}
/* Custom h1 tag for SEO */
.box .boxh1{
	background: url(images/h1.jpg) repeat-x;
	display: block;
	padding: 0 0 0 5px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: White;
	font-weight: bold;
}
.box a{
	color: #003366;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}
.box a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-size: 85%;
}
.colleft{
	float: left;
	width: 45%;
	margin-bottom: 5px;
}
.colmiddle{
	float: left;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 5px;
}
.colright{
	float: right;
	width: 45%;
	margin-bottom: 5px;
}
.unlist{
	padding: 0 0 0 5px;
}
.unlist li{
	list-style: url(images/li.gif);
	margin: 0 0 0 25px;
}
.unlist li ul li{
	list-style: url(images/li2.gif);
	margin: 0 0 0 25px;
}
.lcircle{
	padding: 0 0 0 5px;
}
.lcircle li{
	list-style: circle;
	margin: 0 0 0 25px;
}
.ldisc{
	padding: 0 0 0 5px;
}
.ldisc li{
	list-style: disc;
	margin: 0 0 0 25px;
}
.ollist{
	padding: 0 0 0 5px;
}
.ollist li{
	list-style-type: decimal;
	margin: 0 0 0 30px;
}
.deflist{
	margin: 2px 0 0 10px;
}
.deflist dt, .deflist dt{
	padding: 0 0 0 15px;
	background: url(images/li.gif) no-repeat 0px 50%;
	text-decoration: none;
}
.deflist dd, .deflist dd{
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	background: url(images/li2.gif) no-repeat 0px 50%;
	text-decoration: none;
}
h2{
	padding: 1px 2px;
	margin: 2px 0;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
h3{
	padding: 1px 2px;
	margin: 2px 0;
	border: 1px solid;
	/*display: inline;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: #cccccc;
	color: black;
}
h4{
	padding: 1px 2px;
	margin: 2px 0;
	font-family: "Times New Roman", Times, serif;
	background-color: #333333;
	color: White;
}
h5{
	padding: 1px 2px;
	margin: 2px 0;
	font-family: "Times New Roman", Times, serif;
}
hr{
	width: 98%;
	border: 1px outset White;
	margin: 0 auto;
	margin-bottom: 5px;
}
* html hr{
	margin-bottom: -5px;
}
.clear{
	CLEAR: both;
}
.imp{
	color: Red;
	font-weight: bold;
	font-size: 10px;
}
#footer{
	clear: both;
	width: 100%;
	font-size: 1em;
	text-align: center;
	padding: 2px 0 3px 0;
}
/* No image border */
img{
	border: 0;
}
/* No image border when linked */
a img{
	border: 0;
}
#fr_h4{
	border: 1px solid #ffffff;
	margin-top: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	background-color: #000000;
	color: white;
}
#fr_h4_events{
	border: 1px solid #ffffff;
	margin-top: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	background-color: #000000;
	color: white;
	text-align: center;
}
/* Start Maintenance */
#fr_maintenance{
	border: 1px solid #ffffff;
	padding: 2px 3px 3px 3px;
	font-size: small;
	font-weight: bold;
	background-color: #000000;
	color: white;
}
#fr_maintenance a{		/* links */
	text-decoration: none;
	color: #ff0000;		/* red */
	font-size: 12px;
}
#fr_maintenance a:hover{		/* links on hover */
	color: #0000ff;		/* blue */
}
/* End Maintenance */
textarea, .bginput{
	background: #ffffff;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid #000000;
}
.button{
	background: #000000;		/* #9A9B96 => Grey */
	color: #ffffff;
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid #ffffff;
	width: auto;
	text-align: center;
	cursor: pointer;
}
select{
	background: #000000;		/* #9A9B96 => Grey */
	color: #ffffff;
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* A fake IE information bar */
#infobar{
	font: message-box;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active{
	display: block;
	color: #000;
	width: 99%;
	background: #ffcc66 url(images/warning.gif) no-repeat center left;
	margin-top: 3px;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}
#infobar a:hover{
	color: #fff;
	background: #444444 url(images/warning.gif) no-repeat center left;
}
#infobar p{
	margin: 0px;
	padding: .45em 0em .45em 22px;
	font-size: 11px;
	text-align: center;
}