/* CSS Document */

A:link {text-decoration: none;
	font-weight:300;
	color: #FFFFFF;
	font-weight:bold;
}
A:visited {text-decoration: none;
	font-weight:bold;
	color: #CCCCCC
}
A:active {text-decoration: none;
	font-weight:bold;
	color: #CCCCCC;
}
A:hover {text-decoration: none;
		 color: white;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

img.floatLeftClear { 
    float: left; 
    margin: 4px; 
	clear: left;
}

.meta-header{color:#CCCCCC;}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-image: url(images/tile2.jpg);
	background-repeat: repeat;
}

#framecontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	/*background-color: white;*/
background-image: url(images/menu_tile.gif);
	background-repeat:repeat-x;
	z-index: 5;	/*color: white;*/
}


#maincontent{
position: fixed; 
top: 50px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
/*background: #fff;*/
background-image:url(images/main_left.jpg);
background-repeat:no-repeat;
width:auto;
z-index: 4;
}

.innertube2{
margin: -1px;
height: 65px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
/*padding-left: 450px;*/
}

* html body{ /*IE6 hack*/
padding: 46px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.headers{
color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.headers2{
color:#FFFFFF;
font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.maintext {
	margin: 0px;
	margin-top:40px;
	margin-left: 360px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
	line-height: 16px;
	
}
#Layer1 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:10;
	z-index:200;
	background-color: #000000;
}
#Layer2 {
	position:absolute;
	left:40px;
	top:635px;
	width:141px;
	height:116px;
	z-index:6;
}
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}


.footer{margin:30px 0; padding-bottom:20px; font-size:12px; color:#FFCC66;}