body {
	background: #000;
	margin-top: 0;
	margin-bottom: 20px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
body, table, p, div, ul, li {
	font-size: 12px;
	}	
#wrap {
	background:#FFF;
	}	
a:link, a:visited {
	color:#006699;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline; 
	color:#f66;
	}
table, td, tr { 
	vertical-align: top;
	}
h1 {
	color: #0f2e7e;	
	margin: 20px 50px 5px 0;
	BORDER-BOTTOM: 2px solid #9fc8dd;
	padding-bottom: 5px;
	font-size: 1.6em;
	FONT-WEIGHT:BOLD;
	}
h2 { 
	color: #333;
	font-size: 1.2em;
	padding: 2px 0 3px 0;
	margin:0 20px 0 0;
	FONT-WEIGHT:BOLD;
	border-bottom: 1px solid #9fc8dd;
	}
h2 a:link, h2 a:visited {
	color: #006699;
	text-decoration: underline;
		}
h2 a:hover {
	color: #f66;
	text-decoration: underline;
	}		
h3 { 
	color: #0f2e7e;
	font-size: 1em;
	padding: 2px 0 3px 0;
	margin: 0 0 0 10px;
	FONT-WEIGHT:BOLD;
	}	
hr 	{
	color: #ccc;	
	margin: 15px 5px 10px 30px;
		}

#header {
	width: 760px;
	height: 110px;
	}


#leftcolumn {
	background: #ccc;
	width: 180px;
	border-right: 3px solid #000;
	}
	
#leftcolumn h1 {
	margin: 0 2px 0 2px;
	padding:0;
	font-size: .9em;
	font-weight: bold;
	border: none;
	}
#leftcolumn h1 a:link, #leftcolumn h1 a:visited{
	color: #222;
	background: #9fc8dd;
	text-decoration: none;
	padding:5px 0 5px 9px;
	display:block;
	}
#leftcolumn h1 a:hover {
	color:#FFF;
	background: #3288b4;	
	padding:5px 0 5px 9px;
	text-decoration: none;
	display:block;
	}	
		
ul, #leftcolumn ul {
	margin: 3px 0 0 4px; 
	padding: 1px 2px 1px 2px;
	list-style-type: none;
	}
#leftcolumn ul {	
	margin: 0;
	}
#leftcolumn li { 
	margin: 0px;
	padding: 1px 0px;
	display: block;
	}
#leftcolumn li a:link, #leftcolumn li a:visited {
	background: #9e9e9e;
	color: #222;
	text-decoration: none;
	padding: 0 0 0 9px;
	display: block;
	font-weight: normal;
	font-size:.8em;
	line-height: 20px;
		}
#leftcolumn li a:hover {
	background: #000;
	color: #fff;
	padding: 0 0 0 9px;
	display: block;
	font-weight: normal;
	font-size:.8em;
	line-height: 20px;
	} 
	
#rightcolumn {
	width: 600px;
	padding: 0 20px 20px 10px;
	} 

#rightcolumn p {
	padding: 0 0 0 10px;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
	
#rightcolumn img {
	padding: 4px;
	border: 1px solid #000;
	}	
#rightcolumn ul {
	list-style-type:disc;
	margin-left: 15px;
	font-size:10px;
	}	
#buckets td.grey{
	padding:0 0 2px 0;
	margin:0;
	background: #a3a3a3;
	color: #fff;
		}
#buckets a:link, #buckets a:visited{
	font-weight: bold;
	color:#fff;
	}
#buckets a:hover {
	color:#FFFF66;
	}			
blockquote {
	padding: 0 0 0 30px;
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	}
.red {
	color: #f03;
	}

a:link.red, a:visited.red {
	padding: 2px 4px 2px 2px;
	line-height: 25px;
	background: #fff9b0;
	border-bottom: 2px solid #fff25f;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
	
 a:hover.red {
 	font-weight: bold;
	padding: 2px 4px 2px 2px;
	background: #fff25f;
	color: #000;
	text-decoration: none;
	}	
		
#footer {
	background: url(images/footer-bg.gif) top left repeat;
	border-top: 3px solid #000;
	height: 41px;
    text-align: center;
	padding-top:6px;
	color: #333;
	width: 760px;
	font-size:.9em;
	}
		
.fright {
 	float: right;
	margin: 5px 15px 10px 15px;
	}  
	
.fleft {
 	float: left;
	margin: 5px 5px 10px 2px;
	}  
.calign td{
	text-align: center;
	}	
.bigger {
	font-size: 1.9em;
	font-weight: bold;
	}
.smaller {
	font-size: .8em;
	}
.bordertop {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}
.indent {
	text-indent: 2em;
	font-size: .8em;
	}