/*
	project-specific CSS for 960.
*/

/* `Containers0800FF
----------------------------------------------------------------------------------------------------*/
#container	{
	background:#eee;
	overflow:hidden; }
	
#leftnav	{
	background:#FFB200; 
	height:950px;}

#gutter	{
	background:#eee;}
	
#maincol	{
	background:#eee; }
	
#maincol.p {
	padding: 2px; }

#header	{
	background:#fff;
	text-align:center; }

#title	{
	background:#0000FF;
	text-align:center; }
	
#pagetitle	{
	text-align:center; 
	font-size:22px; 
	font-weight:bold; 
	font-color:white; }

#footer	{
	background:#FFB200; 
	text-align:center; 
	font-size:11px; }
	
#col1	{
	background:#ccf;
	text-align:center; 
	font-size:16px; 
	font-weight:bold; }
	
#col2	{
	background:#eee;}

#col3	{
	background:#fff; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; }
	
#col4	{
	background:#c0c0c0; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; }
	
#col5	{
	background:#eee;  }

#col6	{
	background:#ccf; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; }
	
hr {
	border: 0;
	color: #FC0;
	background-color: #FC0;
	height: 2px;
	width: 90%;
	text-align: left;
}
