/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background:url(Images/bg_body.gif) repeat-x top #afe5fd;
	}
	
h1
	{
	font-weight:bold;
	margin:0px 0px 9px 0px;
	}
p
	{
	margin:0px 0px 9px 0px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:960px;
	padding:0px 20px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.png) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	right:0px;
	width:1000px;
	height:230px;
	overflow:hidden;
	z-index:100;
	background:url(Images/bg_header.jpg);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	padding:247px 0px 0px 0px;/*needed to make room for header*/
	}
#right
	{
	position:relative;/*ie needs this to show float */
	width:165px;
	float:right;
	}
#footer 
	{
	width:1000px;
	clear:both;
	height:40px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(Images/bg_footer.gif) no-repeat;
	}
#footer a {
	color: #999999;
	text-decoration: none;
}

#footer p
	{
	color:#85adbf;
	padding:16px 0px 0px 10px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:700px;
	float:right;
	margin:200px 0px 0px 0px;/*make room for header*/
	padding:56px 10px 10px 10px;
	line-height: 25px;
	}
#content
	{
	width:520px;
	float:left;
	}
#clearfooter {width:100%;height:42px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-42px;} /*safari wrapper */


#leftnav li
	{
	border-bottom:5px solid #edf3e2;
	border-left:5px solid #edf3e2;
	}
#leftnav li a
	{
	width:180px;
	color:#666666;
	display:block;
	padding:4px 0px 4px 30px;
	text-decoration:none;
	font-weight:bold;
	background:url(Images/bg_leftnav.gif) no-repeat #fff;
	background-color: #fff;
	background-image: url(Images/bg_leftnav.gif);
	background-repeat: no-repeat;
	}
#leftnav li a:hover
	{
	color:#afe5fd;
	}
	
	
#topnav
	{
	position:absolute;
	top:197px;
	left:260px;
	}
#topnav li
	{
	float:left;
	padding:0px 30px 0px 0px;
	}
#topnav li a
	{
	text-decoration:none;
	font-weight:bold;
	color:#000;
	}
#topnav li a:hover { text-decoration:underline; }
	
#member td {
	padding: 3px;
}
#outer #centrecontent .listing {
	background-color: #efefef;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#outer #centrecontent .listing a {
	text-decoration: none;
	color: #333333;
}

