/*--- ------------------------------------------------------------------------- ----
	
	File:		content.css
	Author:		Ben Nadel
	Section:	N/A
	Desc:		This defines styles for the main content of the site.
				
	Sample Code:
		
				N/A
				
	Update History:
	
				09/27/2006 - Ben Nadel
				Created the first run of the page.
	
----- --------------------------------------------------------------------//// ---*/

body { 
	background-image: url('/i/h/gray_background.gif');
	background-repeat: repeat-x;
	background-position: 0px 83px; 
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ff9900;
}

body,
td {
	font: 11px verdana ;
	line-height: 16px ;
	}

h1 {
	color: #FBB02F ;
	font: bold 16px verdana ;
	margin: 0px 0px 20px 0px ;
	}

h2 {
	border-bottom: 1px solid #FBB02F ;
	color: #666666 ;
	font: bold 12px verdana ;
	margin: 0px 0px 12px 0px ;
	padding: 0px 0px 3px 0px ;
	}
	
h3 {
	color: #666666 ;
	font: bold 12px verdana ;
	margin: 0px 0px 5px 0px ;
	}
	
h4 {
	font-size: 11px ;
	font-weight: bold ;
	margin: 0px 0px 3px 0px ;
	padding: 0px 0px 0px 0px ;
	}

h5 {
	font-size: 11px ;
	font-weight: bold ;
	margin: 0px 0px 3px 0px ;
	padding: 0px 0px 0px 0px ;
	}

p,
ul,
ol {
	line-height: 16px ;
	margin: 0px 0px 14px 0px ;
	}
	
p.list {
	line-height: 22px ;
	}
	
a,
a:visited {
	color: #FBB02F ;
	}
	
em.alert,
p.alert {
	color: #CC0000 ;
	}
	
p.alert a {
	color: #CC0000 ;
	}
	
.white { color:#FFFFFF;}