*
{
	margin: 0;
	padding: 0;
}

/* commented backslash hack v2 \*/ 
html, body
{
	height: 100%;
} 
/* end hack */ 

div#outer
{
	height: 100%;
	min-height: 100%;
	min-width: 400px;
	margin-left: 190px;
	margin-right: 130px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	margin-bottom: -42px;
}

div#left
{
	position: relative; /*ie needs this to show float */
	width: 190px;
	float: left;
	margin-left: -189px; /*must be 1px less than width otherwise won't push footer down */
	left: -2px;
	margin-right: -1px;

}

div#right
{
	position: relative;
	width: 130px;
	float: right;
	margin-right: -129px;
	margin-left: -1px;
	left: 2px;

}
html > body #outer
{
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/

div#header
{
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	/* color: #000000; */
	text-align: center;
	position: relative;
	margin: 0 -161px;
	padding-top: 8px;
	
}

/* mac hide \*/
* html div#header{height:16px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#header span
{
	font-size: small;
	font-weight: bold;
	/* color: #ffffff; */
	white-space: nowrap;
}


* html #left
{
	padding-bottom: 42px;
	margin-right: -3px;
}/*3px jog */

* html #right
{
	margin-left: -3px;
	left: 4px;
}

#footer
{
	width: 100%;
	clear: both;
	height: 50px;
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	/* background-color: #46b2b2; */
	position: relative;
	text-align: left;
	vertical-align: baseline;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearfooter
{
	clear: both;
	height: 40px;
}/*needed to make room for footer*/

* > html #clearfooter
{
	float: left;
	width: 100%;
}/* ie mac styles */

* html #centrecontent
{
	height: 1%;
}/* combat IE's 3 pixel jog */

html > body #minHeight
{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -52px;

} /*safari wrapper */


#centrecontent
{
	position: relative;
	width: 100%;
	float: left;
}

#innercenter
{
	padding: 8px;
	margin-bottom: 8px;
	
}
div#topnav_center
{
	position: absolute;
	top: 0px;
	left: 190px;
	padding-right: 130px;
	text-align:center;
	
}
div#topnav_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	
}
div#topnav
{
	background-color: White;
	padding-bottom: 8px;
}
