body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
body, table, td, th {font-size:100%;}
table { empty-cells: show }
img	{ border: 0px none; }

a:link {color:#091991;}
a:hover, a:visited:hover, a:active, a:focus  {color:#006699;}

#logo h1 {
	display: block;
	background:#fff url(images/logo.gif) top left no-repeat; 
	padding: 0;
	height:56px; 
	border: 0px none; 
	margin:0;
	position:relative;
}

#bulbs h3 {
	display: block;
	background:#79828B url(images/bulbs.gif) top left no-repeat; 
	padding: 0;
	height:116px; 
	margin:0;
	font-size:1em;
}
#container {
	width:692px; 
	background-color:#fff; 
}
.home #maincontent {
	width:525px;
	float:left;
}
.green{color:#009966;}

#maincontent {
	width:inherit;
	float:left;
}
#nav {
	margin: 2px;
	padding: 0;
	background:#B56F27;   
	height:1.3em;
}
#nav ul {
	border: 0px none;
	margin:0; 
	padding:0; 
	list-style-type:none; 
	text-align: center;
	clear: left;
}
#nav ul li {
	float:left; 
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #B56F27;
}
#nav ul li a.last { border-right:0; }
#nav ul li a.first { border-left:0; }
#nav ul li a {
	display:block; 
	margin:0; 
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 75px;
	line-height:1.5em;
	text-align: center;
	font-size:0.7em;
}
#text {	
	padding:30px;
	font-size:0.8em;
}
h2 { 
	padding: 0; 
	margin: 0 0 15px 0; 
	color:#000;
	font-size:small;
}
h2.welcome {
	background:#fff url(images/welcome.gif) top left no-repeat;	
	width:61px;
	height:13px;
	margin-bottom:8px;
}
#rightnav {
	float:right; 
	width:165px; 
	padding:4px 0 40px 0;
	font-size:0.6em;
	text-align:left;
}
#rightnav a {
	color:#000;
	text-decoration:none;
}
#rightnav img {
	border:1px solid #000;
	margin-bottom:5px;
}
#rightnav img.noborder {
	border:0;
	margin:2px 0 5px 0;
}
.newsitem { 
	width:150px;
	background:url(images/line.gif) bottom center no-repeat;
	padding:0 6px 25px 6px;
}
.lastitem { 
	background-image:url(images/spacer.gif);
	width:150px;
	padding:0 6px 25px 6px;
}
#footer {
	background-color:#79828B;
	text-align:right;
	font-size:0.7em;
	clear:both;
	height:1.5em;
}
#footer a {
	color:#FFF; 
	text-decoration:none; 
	padding:0 7px 0 7px; 
	border-left:1px solid #fff; 
	line-height:150%;
}
#footer a.first { border:0px; }


