body
{
    font-family: Consolas, Tahoma, 'Courier New' , Courier, monospace;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #94b14b;
}

#container
{
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

#header
{
    line-height: 100px;
    /*background-color: #C0C0C0;*/
    
    azimuth: center;
    border-style: none none solid none;
    border-width: 5px;
    border-color: #8ad9ff;    
}
#banner
{
    float: right;
    margin-right: 20px;
    font-size: 16px;
    font-style: italic;
}

#body
{
    width: 726px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    position: relative;
    
    min-height:400px;
    height: auto !important;
    height: 400px;
}
#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    font-size: 11px;
    
    border-style: solid none none none;
    border-width: 5px;
    border-color: #8ad9ff;   
}


/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs
{
	height: 25px;
	padding: 0;
	float:right;
}

#Tabs ul
{
	margin: 0;
	padding: 0;
}

#Tabs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#Tabs ul#MainTabs
{
}

div#Tabs a:link, div#Tabs a:visited
{
    text-decoration: none;
    color: #94b14b;
}

#Tabs a:hover
{
	color: #fff;
	border-bottom: 1px solid #600;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited
{
	float: left; /* for IE6 */
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:hover
{
	border-bottom-style: solid;
    border-bottom-width: 5px;
    border-color: #8ad9ff;
}


#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current
{	
	border-bottom-style: solid;
    border-bottom-width: 5px;
    border-color: #94b14b;
} 

/* Use headers in the markup for accessibility reasons but control look with styles below*/
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}