body {
	margin: 0;
	padding: 0;
	background: url(template-graphics/bg.gif) top center repeat;
	}
* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}

a:link, a:visited {
	color:#006699;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline; 
	color:#36F;
	}	
h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	border-bottom: 2px solid #6c849b;
	margin-right: 200px;
	color:#6c849b;
	}	
#bg {
	background: url(template-graphics/bg.gif) top center repeat;
	}
#all {
	align: center;
	}	
#headr {
	background:url(template-graphics/header-repeat.jpg) top left repeat-x;
	}	
#headr img{
	float: right;
	}
#shadel {
	background: url(template-graphics/shade-l.gif) top right repeat-y;
	width: 9px;
	}	
#shader {
	background: url(template-graphics/shade-r.gif) top left repeat-y;
	width: 11x;
	}		
#topnav {
	line-height:25px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}	
#topnav td {
	text-align: center;
	border-left: 1px solid #fff;
	}
	
#topnav td a {
	text-decoration: none;
	line-height:20px;
	font-weight: bold;
	font-size: .8em;
	padding:5px 12px 5px 12px;
	display:block;
	color: #fff;
	}
#topnav td a:link, #topnav td a:visited {
	background: #d80000;
	padding:5px 12px 5px 12px;
	}		
#topnav td a:hover {
	background: #ff0000;
	padding:5px 12px 5px 12px;
	}
		
#leftcolumn {
	width: 163px;
	vertical-align: top;
	background: #6c849b url(template-graphics/leftnav-bg.gif) bottom left no-repeat;
	}	
#leftcolumn ul {
  margin: 0px; padding: 10px;
  list-style-type: none;
  }
#leftcolumn li { 
	margin: 0px; padding: 4px 0px;
	border-bottom: 1px solid #5D758C;
	display: block;
	font-weight: bold;
	font-size: .8em;
   }
#leftcolumn li a:link, #leftcolumn li a:visited {
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  display: block;
  background:url(template-graphics/trans-pat.gif); 
  }
#leftcolumn li a:hover {
  color: #0094d8;	
  padding: 4px 10px;
  display: block;
  background: #fff;
  } 	
	
#rightcolumn {	
	background: #fff;
	padding:15px;
	}
#rightcolumn p {
	line-height: 1.5em;
	}	
.grey {
	background: #6c849b;
	}	
.blue {
	background:#0094d8;	
	}		

td.buckets a:link, td.buckets a:visited{
	color: #333;
	text-decoration: none;
	line-height:20px;
	font-weight: bold;
	font-size: .8em;
	padding:5px 10px 5px 10px;
	border-bottom: 2px solid #6c849b;
		}	
td.buckets a:hover {
	background: #ddd;
	}		
			
		
#footer1 {
	text-align: center;
	padding:3px 200px 0 0;
	}		
#footer {
	background: #5D758C;
	text-align: center;
	color: #c7ddf3;
	padding:3px 0 0 0;
	}	
#footer strong, #footer a, #footer1 a, #footer1 {
	color: #c7ddf3;
		}	
	
.fright {
 	float: right;
	margin: 5px 15px 10px 15px;
	}  
	
.fleft {
 	float: left;
	margin: 5px 15px 10px 25px;
	}  		
