﻿body {
}
* { padding: 0; margin: 0; }

body
{
    font-family: Tahoma;
    font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header
{
    background-position: #66CCFF;
    color: #333;
    width: 910px;
    float: left;
    padding: 0px;
    border: 0px solid #ccc;
    height: 80px;
    margin: 0px 0px 0px 0px;
    background: #ffffFF;
}
#navigation
{
    background-position: #FFFFCC;
    float: left;
    width: 890px;
    color: #333;
    padding: 10px;
    height: 20px;
    border: 1px solid #ccc;
    margin: 0px 0px 0px 0px;
    background: #666699;
}
#leftcolumn
{
    background-position: #FFFFCC;
    color: #333;
    border: 0px solid #ccc;
    background: #F9F1D9;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 500px;
    width: 204px;
    float: left;
    position: absolute;
    top: 120px;
    left: 0px;
}
#rightcolumn
{
    background-position: #CDE9E6;
    float: right;
    color: #333;
    border: 0px solid #ccc;
    background: #F4FFFF;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 500px;
    width: 668px;
    display: inline;
    position: relative;
    top: 0px;
    left: 10px;
    line-height: 18px;
    
}
#footer 
{
    position: absolute;
    left: 0px;
    top: 670px;
    color: Gray;
    font: Arial;
    font-size: xx-small;
}
	.menutabs{
width: 900px;
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: #000CCC;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 8px;
    border-right: 1px solid white;
    color: #00FFFF;
}

.menutabs li a:visited{
color: white;
}

.menutabs li a:hover, .menutabs li.selected a
{
    
    background: #003399;
}

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: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 {
	
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0em 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;
	}	

td {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em .5em;
	text-align:center;
	}				
th {
	font-weight:bold;
	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;
	}
* 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; 
}
p {
	text-align:left;
	}	
h4  
{
    text-align: left;
    color: Black;
    margin:0;
	padding:0;
  
}
h5  
{
    text-align: left;
    color: Gray;
    margin:0;
	padding:0;
  
}
h6 
{
    text-align: left;
    color: Maroon;
    font-size: 10px;
    margin:0;
	padding:0;
}