
BODY { 
		font-family: Arial, Verdana, sans-serif;
		color: #333333;
		font-size: 95%;
		text-align: center;
		background: white; 
}
BODY * { 
		font-family: Arial, Verdana, sans-serif;
		text-align: left; /* Left justify text and sub elements on page */
	} 

.main {
		margin: 0px auto;
		padding: 0px 0px;
		width: 910px;
		top: 10px;
	}
.head-wrapper {
		margin: 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 890px;
	}
.head-first {
		width: 890px;
	}
.head {
		width: 890px;
	}
.banner {
		margin: 5px 0px 0px 0px;
	}
.topmenu {
		text-align: right;
		margin-top: 55px;
		border-top: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
		padding: 0px 10px 0px 10px;
		width: 500px;
}
.topmenu A {
		font: 0.9em arial,verdana,sans-serif;
		text-decoration: none;
		padding: 0px 5px;
}
.menubar {
		background: #afbec4;
		border-top: solid 1px #cedbe0;	
		border-bottom: solid 1px #939a9d;	
		color: #000000;
		margin: 5px 0 0 0px;
		padding: 0px 0px 1px 0px;
		line-height: 1.1em;
		height: 1.1em;
		width: 890px;
	}
	
.content_border {
		margin: 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 890px;
	}
.content_wrapper {
		margin: 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 890px;
		min-height: 300px;
	}
.content {
		margin: 20px 0px 10px 0px;
		padding: 0px 0px;
	}
.foot {
		margin: 0px 0px;
		padding: 0px 5px 25px 5px;
		text-align: center;
		width: 890px;
		font-size: 90%;
		color: #999999;
	}

.foot * {
		font-size: 90%;
		}

#logout {
		position: absolute;
		z-index: 1100;
		top: 0px ;
		right: 0px ; 
		width: auto ; 
		height: auto; 
		padding: 1px 3px 3px 3px; 
		border: solid 1px silver; 
		background: #eeeeee;
	}
.logout {
		text-decoration: none;
		font: bold 10px arial;
		color: black;
	}

