body {
	margin: 0px;
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #8196B2;
}

.HPEvents {
 	width: 333px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D2D9E7;
	background-image: url('/pics/events_bg.gif');
	background-repeat: no-repeat;
}

.HPNews {
 	width: 333px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D2D9E7;
	background-image: url('/pics/events_bg.gif');
	background-repeat: no-repeat;
}

.HPEvents #l {
	padding-left: 10px;
	padding-top: 5px;
}

.HPEvents #r {
	padding-right: 10px;
}


.HPEvents a, .HPEvents a:link, .HPEvents a:visited {
	color: #000000;
}

.HPEvents a:hover {
	color: #000000;
}

.neutral, table {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.contentIndex {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('/pics/index_bg.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 470px;
}

.content {
	padding: 8px;
	vertical-align: top;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('/pics/index_bg.gif');
	background-position: top;
	background-repeat: no-repeat;
	color: #000000;
	height: 470px;
	text-align:justify;
}

a, a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }

.lightpad {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #E7E7E7;
	padding: 6px;
}
.lightpad  a, .lightpad a:link, .lightpad a:visited { color: #000000; }
.lightpad a:hover, .lightpad a:active { color: #01002A; }

.light {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #B5C1CF;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #133158; }

.dark {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3E75C5;
}
.dark a, .dark a:link, .dark a:visited { color: #FFFFFF; }
.dark a:hover, .dark a:active { color: #B5C1CF; }

.pageTitle {
	background-image: url('/pics/page_title.gif');
	background-repeat: no-repeat;
	margin-top: 16px;
	width: auto!important;
	width: 100%;
	height: 19px!important;
	height: 31px;
	padding: 6px 0px 15px 5px;
	font: bold 10pt Tahoma, Times, Times New Roman, serif;
	color: #FFFFFF;
}

/*Left Navigation Elements*/

#leftNav {
	position: relative;
	margin:0px 0 0 0px;
	width: 199px;
	padding:0;
}
#leftNavButtons {
	position: absolute;
	padding:0;
	z-index: 95;
	top: 0;
	left: 0;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -50px;
	top: -50px;
	z-index: 0;
}
#leftNav .subNav {
	position: absolute;
	visibility: hidden;
	left: 183px;
	z-index: 100;
}

#leftNav2Sub {top: 62px;}
#leftNav4Sub {top: 123px;}
#leftNav5Sub {top: 144px;}
#leftNav6Sub {top: 164px;}
#leftNav7Sub {top: 186px;}
#leftNav8Sub {top: 207px;}
#leftNav10Sub {top: 248px;}

#leftNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 11px Tahoma, Arial, Verdana,Geneva, sans-serif;
	border: 1px solid #FFFFFF;
}

#leftNav .list li {
	width: 185px;
	line-height: 20px;
	background-color: #0097FF;
}

#leftNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 0px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	font-weight: normal;
}
#leftNav .list a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0B569B;
}

