/* CSS Document */

body,td,th,html {
	font-family: Arial, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: none;
	border: none;
	padding: 0; 
	margin: 0; 
	border: 0; 	
}

a {font-size: 12px; color: #A4B2BC;}
a:link {text-decoration: none; color: #A4B2BC;}
a:visited {text-decoration: none; color: #A4B2BC;}
a:hover {color: #A4B2BC; background:none; text-decoration:underline; border:none;}
a:active {text-decoration: none;}

a.small {font-size: 8px; color: #bbbbbb;}
a.small:link {text-decoration: none; color: #bbbbbb;}
a.small:visited {text-decoration: none; color: #bbbbbb;}
a.small:hover {color: #888888; background:none; text-decoration:underline; border:none;}
a.small:active {text-decoration: none;}

img {
	border: 0;
}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	color: #888888;
	background: #ffffff url('images/header-long.jpg') no-repeat bottom left;
	height: 170px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#content {
	font-size: 12px;
	top: 100px;
	left: 300px;
	position: relative;
	}

#page {
	left: 75px;
	width: 100%;
	}
	
#smallertext {
	font-size: 11px;
	}

#sidebar{
	top: 275px;
	position: absolute;
	left: 75px;
	width: 225px;
	}	
	
.moveright  {
	position: relative;
	left: 35px;
	}
	
.narrowcolumn {
	width: 400px;
	}
	
.midcolumn {
	width: 435px;
	}
	
.widecolumn {
	width: 800px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */



.alignright {
	font-size: 11px;
	float: right;
	}

.alignleft {
	font-size: 11px;
	float: left
	}
/* End Images */


/* Begin FOOTER */
/* commented backslash hack v2 \*/ 
html, body{height:100%;padding:0} 
* html, * html body{
	overflow: hidden;
	padding: 50px 0;
	margin: -50px 0;
	padding: 0;
	margin: 0;
}
* html #outer { 
	overflow: auto;
	height: 99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}
* html #contain-all{
	position:absolute;
	overflow-y:scroll;
	width:100%;
	height:100%;
	z-index:1;
}
/* end hack */ 

#footer-inner {
	height: 90px;
	left: 75px;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner,* html #footer-inner {margin-right:17px;}
/* end hide*/

#footer{
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 50px;
	left: 75px;
	z-index: 999;
}
.Fspacer {height:50px}/* same height as footer/header to preserve space*/
p{margin-top:0}
html>body #top-bar,html>body #footer{position:fixed}/* for moz/opera and others*/


#myheader-inner {
	height: 75px;
	left: 75px;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner,* html #myheader-inner {margin-right:17px;}
/* end hide*/

#myheader{
	position: absolute;
	top: 325px;
	width: 100%;
	height: 75px;
	left: 75px;
	z-index: 999;
}
.Hspacer {height:50px}/* same height as footer/header to preserve space*/
p{margin-top:0}
html>body #top-bar,html>body #myheader{position:fixed}/* for moz/opera and others*/
						        
							

