/*
*
{
	margin: 0;
	padding: 0;
}
*/

body
{
    font-family: tahoma,verdana,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    background-color: #fff !important;
    padding: 20px;
}
a
{
	color: #444444;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #D7D7D7;
	background: inherit;
}

.page
{
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}



.logo
{
	height: 40px;
	width: 900px;
	text-align: left;
	background: #ffffff url(../../images/console/logo.GIF) no-repeat;
	margin-top: 5px;
}

.logo p
{
	text-align: right;
	margin-top: 10px;
	vertical-align: bottom;
	margin-right: 10px;
}


.bar
{
	height: 25px;
	width: 900px;
	text-align: left;
	background: #ffffff url(../../images/console/bar.GIF) repeat-x;
	margin-top: 4px;
}

.sitemap
{
	margin-top: 5px;
	width: 900px;
	text-align: left;
}

.sitemap .sitemappath
{
	margin-left: 10px;
}


.content
{
	height: auto;
	width: 900px;
	margin-top: 10px;
	text-align: left;
}


.footer
{
	font-size: 11px;
	width: 800px;
	border-top: solid 1px #aaa49e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}


