/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #000000;
	color: #000000;
}
#outer{
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #000000;
	background-image: url(images/blackbg3.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
 
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header{
	height:283px;
	position:relative;
	border-bottom:15px solid #000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	color:#fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#left p {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}
#outer #left #leftcontent {
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
}
#footer {
	width:780px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image: url(images/footer.jpg);
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#outer #footer #footercontent {
	margin-top: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	margin-bottom:-1px;
	background-image: url(images/footer.jpg);
	background-color: #000000;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:495px;
	float:left;
	background-color: #000000;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	margin-right: 20px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
.style1 {color: #ccff33}
.style2 {color: #CCFF33}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style3 {color: #ff0033}
.style5 {color: #cbd0d3}
#outer #centrecontent li {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1ED3E;
	margin-left: -40px;
	list-style-type: none;
}

#outer #centrecontent ol {
	margin-bottom: 8px;
	padding-bottom: 5px;
}
#outer #centrecontent a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#nav
	{
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:88px;
	left:352px;
	}
#nav li a
	{
	display:block;
	width:105px;
	height:24px;
	padding:7px 0px 0px 25px;
	border-bottom:4px solid #fff;
	color:#3a4348;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:url(images/bg_nav.gif) no-repeat;
	}
#nav li a:hover
	{
	background:url(images/bg_nav_over.gif) no-repeat;
	}