/* GENERAL LAYOUT */

body {
	margin: 0px;
	padding: 0px;
	background-color: #2a3334;	
	text-align: center; /* IE center bug */
}
body {margin: 0px 0px 0px 0px;}

.closedmessage {background: white url(messagepic.gif) left 50% no-repeat; margin: 0px 11px 10px 212px; padding: 8px 8px 8px 50px; border: 1px solid #CDBF78; }
.confirm {background: white url(messagepic.gif) left 50% no-repeat; margin: 11px 80px 10px; text-align: left; padding: 8px 8px 8px 50px; border: 1px solid #CDBF78; }
 
div#wrapper {
	width: 897px;
	text-align: left;
	margin: 10px auto 10px;
}
div#pageFrame {}

div#bottomPage {
	clear: both;
	text-align: left;
	font-size:11px; 
	padding: 0; 
	position: relative;
	margin-left: 10px;
	color: #666666;
}
div#bottomPage a {color: #666666; text-decoration: none; font-weight: normal;}
div#bottomPage a:hover {text-decoration: underline;}

/* TOP AREA */

div#logoFrame {}
div#logoFrame img {display: block; border: none;}
#headerpics {position: absolute; right: 4px; top: 49px;}

div.navBarFrame {/*height: 30px;  prevent collapse ? */}
div.navAcc {/*position: absolute; top: 16px; right: 8px;*/ float: right;}

div.breadCrumb {
	padding:5px 7px;
	margin: 0px 8px 8px;
}

/* MIDDLE AREA */

#middleFrame {position:relative; width:897px; margin: 0px 0px 5px; padding: 8px 0px 0px; background: white;}
#middleContent {width: 634px; margin-left: 235px; }
div#boxes1Frame {float: left; width: 214px;}
div#navFooter {}
div#boxes2Frame {float: right; width: 184px;} 
#mainFooter {height: 0px; clear: both;}

/* FOOTER AREA */

#footer {position: absolute; top: 0px; right: 10px; font-size: 11px;}
#footer a {font-weight: bold;}
