/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:760px;/* for mozilla*/
	overflow-y: auto;
	overflow-x: hidden; 
    height: 100%; 
    max-height: 100%;
	background-color: #666666;
	color: #666666;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	color: #666666;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:626px;
}


img.c12 { border:0;width:70px;height:70px}

#framecontentTop{
position: absolute; 
top: 0; 
left: 50%; 
margin-left: -498px;
width: 998; 
height: 221px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #666666;
color: white;
}

#maincontent{
position: absolute; 
top: 221px; /*Set top value to HeightOfTopFrameDiv*/
left: 50%;
margin-left: -498px;
height: 100%
overflow: enable; /*Disable scrollbars. Set to "scroll" to enable*/
background: #666666;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
color:#FFFF00;
}

* html body{ /*IE6 hack*/
padding: 172px 0 0 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 780; 
}			
#footer2 {
	width:100%;
	clear:both;
	height:50px;
	background-color: #666666;
	color: #ffffff;
	text-align:center;
	left:50%;
	margin-left: -498px;
	bottom:0;
	position: absolute;
	padding-left: 15px

}
* html #footer2 {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */		

/* your additions */		
body,td,th {color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
.style16 { FONT-SIZE: small; COLOR: #FF9900}


