
body{
	font-family: "Trebuchet MS", georgia, times, "times new roman", serif;
	color: #000;
	background-color: #000;
	font-size:0.9em;
	line-height:150%;
	margin: 25px 25px 25px 25px;
	background-image:url(../images/body-bg.jpg);
}
#container {
	color:#000;
	background-color: #fff;
	border:1px solid #000;
}	
#banner	{
	color:#fff;
	background-color: #000;
	background-image:url(../images/sunset.jpg);
	background-position: right;
	height:125px;
	background-repeat: no-repeat;
}
#rightcolumn {
	float: right;
	width: 160px;
	margin-right: 10px;
	padding-top: 1em;
}	
#rightcolumn p { 
	margin-top: 0; 
	font-size:0.85em;
	line-height:120%;
	font-family: arial, helvetica, sans-serif;
}	
#content {
	padding-top: 1em;
	margin: 0 200px 0 10px;
}
#content h1 {
	size:150%;
	background-image:url(../images/headerh1-bg.gif);
	background-position: left;
	height:26px;
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom: 3px; 
	color: #f60;
	text-indent:20px;
}
#content h2 {
	size:130%;
	background-image:url(../images/headerh2-bg.gif);
	background-position: left;
	height:26px;
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom: 3px; 
	color: #666;
	text-indent:20px;
}

#content h3 { 
	margin-bottom: 3px; 
	color: #ff9933;
	background-color:inherit;
	text-indent:20px;
}	
#content p { 
	margin-top: 0;
	line-height:150%;
	margin-left:22px;
}
#footer	{
	font-size:12px;
	clear: both;
	padding:20px 5px 0 0;
	text-align: right;
	background-image:  url(../images/footer-bg.jpg);
	background-position:top;	
	height:24px;
}
#menu {
	border-top:1px solid #000;
	padding-top:8px;
	height:54px;
	color:#f60;
	background-color:#000;
}

/* upper horizontal navigation */
	ul#navlist {
	padding-top:0px;
	margin-left: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #666;
	text-decoration: none;
	border:1px solid #f60;
}
#navlist a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
/* sidebar list navigation */

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
}
.iconlist ul {
	margin:3px;
}
li.bullet {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 0px;
	margin: .2em 0;
	text-indent:20px;
}
li.bullet {
	background-image: url('../images/bullet.gif');
}

/* miscellaneous */
.search {
	border:1px solid #666; 
	background-image: url('../images/view.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:20px;
	background-color:#fff;
}
img {
	border:none;
}

#rightcolumn a{ text-decoration:underline;}
#rightcolumn a:link { color:#00c;}
#rightcolumn a:visited { color:#c30; }
#rightcolumn a:active { color:#c30; }
#rightcolumn a:hover { color:#c30; }

/* forms stuff */

fieldset {
	border: #666 solid 1px;
	padding-bottom:0px; 
	padding-top:0px; 
	padding-left:10px;
	margin-top:10px;
	margin-left:20px;
}
legend {
	background: #f60;
	border: #666 solid 1px;
	padding: 1px 5px;
	font-weight:bold;
	color:#000;
	font-family:arial, helvetica, sans-serif;
}
.submit { 
	background-color:#f60; 
	color:#000;
	border: #666 solid 1px;
	font-weight:bold;
	margin-bottom:6px;
}
input,textarea { 
	border:1px solid #f60; 
	background-color:#f7f7f7;
}

/* floated images */
.floatright {
	float: right;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 2px;
}
.floatleft1 {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 2px;
}
 #textlogo {
 	display:none;
}
