/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 175%;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	
}


h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
}


h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Left column XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#framecontent {
position: absolute;
top: -1px;
bottom: 0; 
left: 2px;
width: 235px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #008083;
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#framecontent h1 {
color:#FFFFFF;
font-size: 120%;
}

.leftinnertube {
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#navcontainer ul
{
margin: 5px 5px 0px 0px;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #008083;
width: 190px;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #00B9BD;
color: #FFF;
}
#navcontainer li ul
{
margin: 0;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #008083;
width: 190px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}



div.leftinnertube img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Left column XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Right column XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#maincontent{
position: fixed;
top: 0; 
left: 235px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
font: Verdana, Arial, Helvetica, sans-serif;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

table.generalFormat

{
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #969D8D;
	width: 97%;
	background-color: #FFFFFF;

}

th.generalFormatHeader
{
	text-align: left;
	background-color: #008083;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}

td.generalFormatData
{
	padding: 2px 5px;
	vertical-align: top;
}

th.generalFormatHeader a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

th.generalFormatHeader a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Right column XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


* html body{ /*IE6 hack*/
padding: 0 0 0 230px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}











