#idMainContent {
	position: relative; 
	color: SlateGray; 
	background: WhiteSmoke; 
	width: 760px; 
	margin-left: auto; 
	margin-right: auto; 	
	text-align: left; 
	font: 12pt Verdana, sans-serif;
}

#idMainHeader {
	color: White; 
	background: SlateGray; 
}

#idMainHeader h1 {
	padding: 10px 0px 10px 30px;
	font-size: 17pt;		
	font-weight: bold;		
}

#idTopNav {
	overflow: hidden;
	height: 40px; 
	border-bottom: 1px solid Lavender; 
	padding: 0 0 0 70px; 
}

#idTopNav li {
	float: left; 
	background: url(../images/separator01.gif) 100% 66% no-repeat;
	padding: 0 24px 0 12px; 
	margin-right: 5px; 
}

#idTopNav li a {
	display: block; 
	padding: 12px 0 4px 0; 
	text-transform: uppercase; 
}

#idTopNav a:hover {
	background: url(../images/background02.gif) top left repeat-x;
}

#idTopNav #idTopNavItemLast {
	background: none;
}

#idLeftColumn {
	float: left; 
	background: WhiteSmoke; 
	width: 550px; 
}

#idRightColumn {
	float: right; 
	background: WhiteSmoke; 
	width: 200px;
}

#idFooter {
	clear: both; 
	background: WhiteSmoke;
	height: 21px;
	border: 1px solid SlateGray; 
	border-width: 1px 0 20px 0; 
}

#idFooter p {
	background: WhiteSmoke url(../images/footer01.gif) 0px 50% no-repeat;
	padding: 4px 8px 4px 12px; 
	text-align: right;
	font-size: 8pt; 
} 

#idFooter .cssCopyright {
	background: WhiteSmoke url(../images/separator01.gif) 10px 50% no-repeat;
	padding-left: 24px; 
}

