
body {
	background-color: white;
	font-family: verdana;
	font-size:8pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#222;
	margin-top:5px;
}

#container {
	width: 750px;
	position: relative;
	background-position: center;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color:white;
	height:auto;

}

#banner {
	float:left;	
	background-color:white;
	width:100%;
	height:90px;
	border-bottom: 1px solid #666;
}

#menuHolder {
	float:left;	
	width:100px;
	height:450px;
	background-image:url('images/menuMedal.jpg');
	background-repeat:no-repeat;
}


#onePixLeft {
	height:460px;
	float:left;
	border-right: 1px solid #666;	
	margin-left:-1px;
	width:0px;
}

#onePixRight {
	height:460px;
	float:left;
	margin-left:-1px;
	border-left: 1px solid #666;
	width:0px;
}



#centerPanel {
	float:left;	
	background-color:none;	
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	padding-bottom:5px;
	margin-left:-1px;
	width:549px;
}


#title {
	background-color:none;	
	width:96%;
 	height:30px;
	color:rgb(246,134,32);
	font-size:18pt;
	text-align:right;
 	text-indent:-20px;
	margin-bottom:10px;
	border-bottom: 2px solid rgb(246,134,32);
}


#logoColumn {
	float:left;	
	background-color:white;
	width:100px;
	text-align:center;
	height:460px;
	padding-top:0px;
	background-image:url('images/logoColumnFade.jpg');
	background-repeat:no-repeat;
	/*
	border-right: 1px solid #666; */
}


#footer {
	float:left;	
	width:100%;
	background-color:white;
	border-top: 1px solid #666;
	padding-top:0px;

}


#footerTable {
	width:750px;
	font-size:7pt;	
	margin-bottom:5px;
	color:#666;
}


#homepageDiv {
	width:100%;
	height:315px;
	/*background-repeat:no-repeat;
	background-position:22px 0px;	*/
	margin-left:25px;
	margin-right:25px;
}
#homepageDiv a {
	font-weight:normal;
}
 
 
 
 

