/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #CCCCCC;
	text-align: center;
}
#wrapper {
	background-color:#000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #333333;
	border-left-color: #333333;
	position: relative;
	width: 780px;
	text-align: center;
}
#banner {
	height: 121px;
	background-repeat:no-repeat;
	margin-left: 1px;
	background-image: url(../images/mercerbanner4.gif);
	width: 780px;
	margin-top: auto;
	background-position: center;
}
#content{
	background-color:#ffffff;
	width:600px;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: 10px;
	font-size: small;
	color: #333333;	
	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bolder;
	background-color: #FFFFDF;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
#footer {
	background-color:#C5C7CD;
	border: 1px solid #FFFFFF;
	background-position:center;
}
#footer p {
    font-size:xx-small;
	margin: 0px;
	padding: 10px;
				
}
#rightcol{
	float:right;
	width:120px;
	border-width:2px;
	border-color:#FFFFFF;
	background-color:#cccccc;		
	
	color:#ffffff;
	
	border: thin solid #999999;	
}
#rightcol p {
	font-size:60%;
	margin:0;
	padding:0px 0px 0px 10px;
	text-indent: 5px;
	float: right;
	margin-left: 20px;		
}
#leftcol {
	float: left;
	width: 1px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 60%;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: thin solid #FFFFFF;
	margin-top: 20px;
}
