body, p {
	font-family: Arial,sans-serif;
	font-size: 88%;
	line-height: 1.5;	
}



#header
{
background-color:white;
height: 63px;
width: 100%;
}

#grey { font-size: 10px; color: #CCCCCC; }
#grey a:link {   text-decoration: none; color: #CCCCCC;}
#grey a:visited {text-decoration: none; color: #CCCCCC;}
#grey a:hover {  text-decoration: none; color: #FF9900;}
#grey a:active { text-decoration: none; color: #CCCCCC;}
#darkGrey { font-size: 12px; color: #333333; }
#darkGrey a:link {   text-decoration: none; color: #333333;}
#darkGrey a:visited {text-decoration: none; color: #333333;}
#darkGrey a:hover {  text-decoration: none; color: #FF9900;}
#darkGrey a:active { text-decoration: none; color: #333333;}

#footer
{
background-image: url(images/bottombar.gif); 
background-position: top left; 
background-repeat: repeat-x;
color:#FF9900;
z-index: 1;
font-size: 12px;
background-color:white;
position: relative;
height: 45px;
width: 760px; 
left: 0px; 
}
#footer a:link {   text-decoration: none; color: #FF9900;}
#footer a:visited {text-decoration: none; color: #FF9900;}
#footer a:hover {  text-decoration: none; color: #333333;}
#footer a:active { text-decoration: none; color: #FF9900;}

#content
{
color:black;
background-color:white;
width: 100%;
overflow: hidden;
}

#barContainer
{
	color:black;
	background-color:#E9E9E9;
	width: 100%;
	left: 0px;
	top: 63px;
	width: 760px;
	height: 150px;
	z-index: 1;
}

#main
{
	color:black;
	position: absolute;
	top: 217px;
	width: 760px;
	z-index: 1;
	overflow: hidden;
}

#mainText {
	padding-left: 75px;
	padding-right: 10px;
}
#mainText a:link {   text-decoration: none; color: #333333;}
#mainText a:visited {text-decoration: none; color: #333333;}
#mainText a:hover {  text-decoration: none; color: #FF9900;}
#mainText a:active { text-decoration: none; color: #333333;}

#links
{
	position: absolute;
	width: 760px;
	left: 0px;
}
#leftBar
{
 position:absolute; 
 width:225px;  
 z-index:-1; 
 left: 32px; 
 top: 0px; 
 background-color: rgb(248,248,248); 
 border: 1px none #000000;
}
