
/* mac hide\*/
html, body {height:100%}

/* end hide */
body {
	padding:0;
	margin:0;
	
	background-color: #ffffff;
	color: #000;
	text-align: center;

	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:    12px;

}

#outer{
	width:980px;
	height:100%;
	min-height:100%;

	color: #000000;
	margin: auto;

	position: relative;

	background:url(../graphics/circlesportal1.jpg) top left no-repeat;
	background-position: 0px 265px;
	z-index: 1;

}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	position:relative;
	float:left;
}


#clearfooter{
	clear					:both;
	height					:31px;
}

#footercontainer{
	background:url(../graphics/footerback.jpg) top left repeat-y;
	margin: 0px;
	padding: 0px;
	width: 980px;
	text-align: center;
	margin-right: 18px;
}
#footer{
	margin: auto;
	padding: 0px;
	height: 42px;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 586px;
}

.footertop{
	margin: 0px;
	padding: 0px;

	font-size: 10px;
	font-family: arial;
	color: #003c75;
	
	text-align: center;
	padding-bottom: 2px;
}

.footerbottom{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;

	font-size: 9px;
	font-family: arial;
	color: #003c75;
	
	border-top: 1px solid #003c75;

	text-align: center;
}

.footerbottom a{
	font-size: 9px;
	font-family: arial;
	color: #003c75;
	text-decoration: none;	
}
