﻿body 
{
	font-family:Arial;
	font-size:12px;
	background:#f4f4ea;
	color:#292A2E;	
}

input 
{
	font-family:Arial;
	font-size:12px;
}

select 
{
	font-family:Arial;
	font-size:12px;
}

textarea 
{
	font-family:Arial;
	font-size:12px;
}

td 
{
	vertical-align: top;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style:italic;
}

img, div { behavior: url(ClientScripts/iepngfix.htc)}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

#contentwrapper 
{
	margin: 0 auto;
}

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
} 

.toplogocontainer 
{
	width:100%;
	background:#ffffff;
}
.toplogo 
{
	height:65px;
	margin: 0 auto;
	border: 0px solid blue;
}

.toplogo img 
{
	padding-top: 23px;
}

.topmenucontainer 
{
	background:#28292d;
	border: 0px solid blue;
	height:50px;
}

.topmenu 
{
    position: relative;	
    margin: 0 auto;
	height:50px;
}

.topmenu-control 
{
	top:25px;
	vertical-align:bottom;
}

.submenu
{
	height:25px;
	color: #292A2E;
	background:#e5e5e5;
}

.main-content-container 
{
	width: 100%;
	text-align: left; 
	margin-left:auto;
	margin-right:auto;
}

.clearboth
{
	clear:both;
	visibility:hidden;
}


#footer {
    /*position: absolute;*/
    bottom: 0;
    margin: 0 20px;
    margin-top:10px;
    border-top: 1px solid #e0e0ca;
    padding-top:5px;
    color: #A8A8A6;
    background-color:#FFFFFF;
    font-size:9px;
} 

#footer img 
{
	vertical-align:middle;
}

.breadcrumbs 
{
	border: 0px solid blue;
	margin-left:10px;
	margin-right:10px;
	text-align: left; 
	font-family:Arial;
	font-size:10px;
	color: #6C6C6C;
}
