a:link {
	color: #a00;
	text-decoration: none;
}

a:visited {
	color: #815151;
	text-decoration: none;
}

a:active {
	color: #900;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	margin-bottom: 50px;
	margin-top: 0px;
	font-family: "Trebuchet MS",verdana,sans-serif;
	font-size: 14px;
	color: #333;
}

form {
	display: inline;
}

input {
	background: #eee;
	font-size: 10px;
	font-weight: bold;
}

input:focus {
	background: #F1F1DE;
}

.container {
	margin: 0px;
	background: white;
	border-bottom: 1px solid #900;
}

#topnav {
	margin: 0px;
	background: #999;
}

#logobar {
	margin: 0px;
	position: relative;
	background-image: url(../images/wsll_strp_bkg.gif);
}

#leftnav {
	float: left;
	width: 190px;
	/*background-color: #8EA48E;*/
	border-right: 1px dotted #900;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}

#centercontent {
	padding: 10px;
	margin-left: 200px;
	margin-top: 10px;
}

table {
	margin: 0;
	vertical-align: top;
}

td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

p, h1, h2, h3 {
	margin: 0px 14px 14px 14px;
	line-height: 140%;
}

h3.data {
	margin: 7px 7px 7px 7px;
	line-height: 140%;
}

h3.list {
	margin: 7px 7px 4px 14px;
	line-height: 120%;
}

p.nav {
	margin: 14px 10px 0 10px;
	line-height: 140%;
	white-space: nowrap;
}

p.subnav {
	margin: 0 14px 0 14px;
	line-height: 120%;
	white-space: nowrap;
}

p.lastitem {
	margin: 0 14px 20 14px;
	line-height: 120%;
	white-space: nowrap;
}

p.data {
	margin: 7px 7px 7px 7px;
	line-height: 120%;
}

h1 {
	font-size: 18px;
	color: #900;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}


a.topnavlink, a.topnavlnk:link, a.topnavlink:visited {
	color: white;
}


a.subfoot, a.subfoot:link, a.subfoot:visited {
	font-size: 11px;
	color: #ddd;
}

.subfooter {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}

a.linknav {
	color: #5E715E;
}

.underline {
	text-decoration: underline;
}

.callout {
	width: 30%;
	float: right;
	margin: 50px 20px 10px 5px;
	padding: 6px;
	background-color: #F1F1DE;
	border: 1px solid #CCCC99;
}

.datatable {
	width: 500px;
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: 4px;
	margin-right: 0;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #CCCC99;
}

.datatablerowdrk {
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	background-color: #ddd;
}

.datatablerow {
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
}

.datatablehdr {
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	background-color: #ccc;
}

td.twocol {
	width: 50%;
}

.weathertable {
	width: 550px;
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: 4px;
	margin-right: 0;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #CCCC99;
}

.bannerright {
	position: relative;
	top: 5px;
	right: 0px;
}




/*

	body {
		margin:0px 0px 10px 0px;
		background:#FFFFFF;		
		}
	A 			{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link		{ color: #999966; text-decoration: none; } 
	A:visited	{ color: #999966; text-decoration: none; } 
	A:active	{ color: #99CC66;  } 
	A:hover		{ color: #99CC66;  }

	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
*/
	#banner {
		color:#FFF;
		font-size:x-large;
		font-weight:normal;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
  		padding:15px; 
  		text-transform:uppercase;
		letter-spacing: .2em; 		
		}
	
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-size: x-large;
		color: #FFF;
		text-decoration: none;
		}

	.description {
		color:#99CCFF;
		font-size:x-small;
		font-weight:bold;
  		background:#336699;	
  		text-transform:none;	
		letter-spacing: none; 		
		}	
				
	#content {
		float:left;
		width:65%;
		background:#fff;
		border-right:1px dotted #999;
		margin-right:15px;
		padding-bottom:20px;
		}

	#links {
		background:#fff;
		padding-right:15px;				
		}
		
	.blog {
  		padding-left:15px;
  		padding-top:15px;
  		padding-right:15px;			
		}	
	
	.blogbody {
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding-left:10px;	
  		padding-right:10px;
  		padding-top:10px;			
		}


	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	
	.title	{ 
		font-size: small; 
		color: #003366; 
		text-transform: uppercase;
		font-weight:bold;	
		}			
		
	#menu {
  		margin-bottom:15px;
		background:#FFF;  							
		}	
		
	.date	{ 
		font-size: small; 
		color: #666; 
		border:1px solid #999;
		padding:5px;
		margin-bottom:10px;
		font-weight:normal;
		}			
		
	.posted	{ 
		font-size: x-small; 
		color: #003366;
		margin-bottom:15px; 
		}
		
		
	.calendar {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;
  		text-align:center;	
		}
	
	.calendarhead {	
		color:#003366;
		font-size:x-small;
		font-weight:bold;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;				
		}	
	
	.side {
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;				
		}	
		
	.sidetitle {
		color:#666;
		font-size:x-small;
		font-weight:bold;
  		background:#EEE;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.syndicate {
		font-size:xx-small;
		font-weight:bold;		
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#EEE;  		
 		}	
		
	.powered {
		color:#003366;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;		
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em  					
		}	
		
	
	.comments-body {
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;			
		}		

	.comments-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}	

	.trackback-body {
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;			
		}		

	.trackback-url {
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;
  		border:1px dashed #CCC;			
		}

	.trackback-post {
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}

		
	.comments-head	{ 
		font-size: small; 
		color: #666; 
		border:1px solid #999;
		padding:5px;
		font-weight:normal;
		margin-top:10px;		
		}		

	#banner-commentspop {
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
  		padding:15px; 
		}


