/* Layout Stylesheet */ 

body {
	margin:5px;
	background-color: #cccccc;
	text-align:center;
	padding: 40px 10px 0px 0px;
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	}
	
#outer {
	text-align:center;
	margin:auto;
	background-color: #ffffff;
	}
	

#bodytop {
	position:relative;
	background: #ffffff;
	width:600px;
	height:400px;
	padding:0;
	overflow: auto;
 }

#globalNav {
	padding: 0px 0px 0px 3px;
	white-space: nowrap;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#space {
	text-align:left;
	border:1px solid #ffffff;
	background-color: #ffffff;
	width:600px;
	height:10px;
	margin:auto;
	font-size: 2px;
	color: #FFFFFF;
}
 
#footer{
    float: center;
	position:relative;
	width:760px;
	height: 36px;
}

#footerLeft{
	float: left;
	width: 233px;
	height: 35px;
	aling: left;
}

#footerCenter{
	float: center;
	width: 233px;
	height: 35px;
	aling: center;
}
	
#footerRight{
	float: right;
	width: 233px;
	height: 35px;
	aling: right;
}	


#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
