body {
	background: #eee;
	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 0 5px 0;
	padding-bottom: 5px;
	font-size: 1.4em;
	FONT-WEIGHT:BOLD;
	}
h2 { 
	color: #000;
	font-size: 1.2em;
	border-bottom: 3px solid #f03;
	padding: 2px 0 3px 0;
	margin: 20px 230px 5px 10px;
	FONT-WEIGHT:BOLD;
	}
h2 a:link, h2 a:visited {
	color: #ff9900;
	text-decoration: none;
		}
h2 a:hover {
	color: #006699;
	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;
		}
#tophead {
	text-align: right;
	padding-right:10px;
	height:94px;
	line-height:22px;
	color:#fa002e;
	font-weight: bold;
	}	
#tophead a:link, #tophead a:visited {	
	color: #fa002e;
	text-decoration: none;
	font-weight: bold;
		}
#tophead a:hover {
	color:#0f2e7e;
	font-weight: bold;
	text-decoration: underline;
	}	
	
#header {
	width: 760px;
	}
#topnav {
	background:#fff;
	height:27px;
	font-size:12px;
	border-bottom: 1px solid #000;
	}	
ul#nav {
	margin: 0px;
	padding:0;
	}
#nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	border-right: 1px solid #000;
  }
#nav a:link, #nav a:visited {
	color: #0f2e7e;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 12px 7px 12px;
	LINE-HEIGHT:27PX;

	  }
#nav a:hover {
	background:#0f2e7e;
	text-decoration: none;
	color: #fff;
	LINE-HEIGHT:27PX;
  }

#main div  {
	display: inline;
	}

#leftcolumn {
	background: #fff url(images/leftnav-top.gif) top left no-repeat;
	width: 161px;
	height: 200px;
	float: left;
	}
#leftcolumn h1 {
	margin: 0;
	padding-bottom: 5px;
	}
#leftcolumn ul {
	margin: 0px; 
	padding: 30px 5px 100px 10px;
	list-style-type: none;
	}
#leftcolumn li { 
	margin: 0px;
	padding: 2px 0px;
	display: block;
	}
#leftcolumn li a:link, #leftcolumn li a:visited {
	background: url(images/leftnav-icon.gif) no-repeat top left;
	color: #0f2e7e;
	text-decoration: none;
	padding-left: 19px;
	display: block;
	font-weight: normal;
	}
#leftcolumn li a:hover {
	background: url(images/leftnav-icon-over.gif) no-repeat top left;
	color: #0f2e7e;
	padding-left: 19px;
	display: block;
	font-weight: bold;
	} 
	
#rightcolumn {
	width: 550px;
	float:left;
	border-left: 1px solid #000;
	padding: 0 0 0 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;
	}	
#buckets {
	padding: 150px 0 0 0;
	margin:150px 0 0 0;
	display:inline;
		}
			
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 {
	border-top: 1px solid #000;
	line-height: 27px;
    text-align: center;
	color: #333;
	width: 760px;
	font-size:.9em;
	}
		
.fright {
 	float: right;
	margin: 5px 15px 10px 15px;
	}  
	
.fleft {
 	float: left;
	margin: 5px 15px 10px 5px;
	}  
	
.bigger {
	font-size: 1.9em;
	font-weight: bold;
	}
.bordertop {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}

