html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
		}
body {

	font:76%/160% "Tahoma",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	
		}
	
p {
	text-align:left;
	}	
h5  
{
    text-align: left;
    color: Black;
  
}

h6 
{
    text-align: left;
    color: Gray;
    font-size: 10px;
}
	
a:link
{
    color: #000080;
    text-decoration: none;
}	
a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
a:hover,
a:focus {
	color:#f03b58;
	
	text-decoration:none;
	}
table a,
table a:link,
table a:visited {
	border:none;
	}							
	
img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-top:.5em;
    width: 79px;
    height: 81px;
}	
table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:black;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: black;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
	.menutabs{
width: 900;
overflow: hidden;
border-bottom: 1px solid black; 
}
.menutabs ul{
margin: 0;
padding: 0;
padding-left: 8px; 
font: bold 12px Tahoma;
list-style-type: none;
}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a
{
    background-position: #0000CC;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 8px;
    border-right: 1px solid white;
    color: #FFFF00;
    background: #808080;
}

.menutabs li a:visited{
color: white;
}

.menutabs li a:hover, .menutabs li.selected a{
background: black; 
}
#textwrap
{
    width: 910px;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 20px;
    background: #FFF000;
    
}
#framecontentLeft{
position: fixed; 
top: 180; 
left: 0; 
width: 240px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: White; 
color: Teal;
}

#framecontentRight{
position: fixed;
top: 180;
right: 0; 
height: 100%;
width: 240px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:  Gray;
color: white;
}

#maincontent{
position: fixed;
top: 125px;
left: 244px; /*Set left value to WidthOfLeftFrameDiv*/
height: 100%;
width: 499px;
background: #fff;
color: Black;
padding: 2px;
text-align:left;
margin-left: 15px;
line-height: 17px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
#footer 
{
    position: fixed;
    bottom: 0;
    left:0;
    color: Gray;
    font: Arial;
}
#disclaimer 
{
    position: absolute;
    top:100;
    left: 100;
    width: 90%;
    overflow: visible;
    text-align: left;
    height: 100%;
    font-family: Arial;
    font-size: 11px;
    color: Black;
    z-index: 1;
}   
* html body{ /*IE6 hack*/
padding: 0 50px 0 20px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
overflow: scroll;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 900px; 
}

