
/* ********************side menu ****************************** */
	/*
		Style for the menu in the left hand column.
		Thanks to www.alistapart.com for most of the following
	*/
	

/* ********************end of side menu ****************************** */

/* mac hide\*/
html, body {/*height:100%;*/}
/* end hide */
body
{
	padding:0;
	margin:0;
	text-align:center;
	min-width:758px;/* for mozilla*/
	background-color: #EEEEEE;
	color: #B4B4B4;
}
#outer
{
	/*height:100%;
	min-height:500px;*/
	width:758px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #212121;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../graphics/background-2.gif) repeat-y center center;
	background-color: #FFFFFF;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
{/* enables content first */
	float:left;
	width:500px;
}
#header
{
	position:absolute;
	top:0;
	left:0px;
	width:758px;
	height:275px;
	background:#FFFFFF;
	border:0px solid #000;
	/*overflow:hidden;*/
	color: #000000;
	z-index:100;
}
/*#menu
{
	position: absolute;
	top:182px;
	left:-40;
	width:815px;
	height:14px;
	
}*/
#left
{
	position:relative;/*ie needs this to show float */
	width:145px;
	padding-left:10px;
	padding-top:390px;/*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
	/*background-image: url('../graphics/small_logo.jpg');
	background-repeat: no-repeat;
	background-position: bottom left; */
}

#right p {padding-left:4px;padding-right:2px}

#right
{
	position:relative;/*ie needs this to show float */
	width:210px;
	float:right;
	padding-top:380px;/*needed to make room for header*/
	padding-right:20px;
	background-color:#FFFFFF;
	padding-bottom:55px;/* needed to make room for footer */
}

#footer 
{
	width:758px;
	clear:both;
	height:50px;
	border-top:0px solid #094CB6;
	border-bottom:0px solid #000;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	/*position: absolute;*/
}
* html #footer 
{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent
 {
	width:340px;
	float:right;
	padding-top:380px;
	padding-bottom:52px;/* needed to make room for footer */
	border-color:#B4B4B4;
	/*border-width:1px;
	border-right-style: dotted;
	border-left-style: dotted;*/
}
#centrecontent p {padding-left:7px;padding-right:10px;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */