/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #999999;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

.P {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.P-BIGGER {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.P-BOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.smallText {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.grayImageBorder {border: 2px solid #999999;}


#bodycont{
	min-height:400px;
	width:90%;
	text-align:left;
	margin: 10px auto;
	padding:10px 10px;
}

/* TOP FRAME */
#framecontent{
	position: absolute;
	top: 0px;
	left: 1px;
	width: 100%;
	height: 175px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFCF63;
	color: white;
	/*background-image: url(images/L7_TableBG.jpg);*/
	/*background-image: url(FW/FrameContentBG.png);*/
	/*background-repeat: no-repeat;*/
}


#maincontent{
position: fixed; 
top: 175px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #FFCF63;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 175px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/* -------------- */
/* TOP NAVIGATION */
/* -------------- */
#navcontainer {
	padding-top: 5px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 50px;
	font-weight: bold;
}


