body {
	text-align: center;
	background-color: #000;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 18px;
}
#container {
	width: 920px;
	\width: 940px;
	w\idth: 920px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color:#FFFFFF;
}

#banner {
	padding: 0px;
	background-color: #282F33;
}

#content {
	float: left;
	padding: 4px;
	width: 680px;
	background-color: #FFF;
	text-align:left;
}

#sidebar-a {
	float: right;
	text-align:left;
	width: 200px;
	padding: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: rgb(235, 235, 235);
	border:1px dashed #999;
}

#footer {
	clear: both;
	font-size: .8em;
	color: #999;
	padding: 10px;
	margin-top: 20px;
	background-color: #282F33;
}

#content a:link { 
	color: #990000;
}

#content a:visited { 
	color: #990000;
}

#content a:hover { 
	color: #990000;
	background-color: #FFFF00;
	text-decoration: none;
}

#content a:active { 
	color: #333333;
}

#sidebar-a a:link { 
	color: #990000;
}

#sidebar-a a:visited { 
	color: #990000;
}

#sidebar-a a:hover { 
	color: #990000;
	background-color: #FFFF00;
	text-decoration: none;
}

#sidebar-a a:active { 
	color: #333333;
}

#footer a:link {
	color: #336699;
}

#footer a:visited {
	color: #336699;
}

#footer a:active {
	color: #CCFFFF;
}

#footer a:hover { 
	color: #CCFFFF;
	text-decoration: none;
}

h3 {
	margin-bottom: 2px;
	color: #282F33;
}

h4 {
	margin-bottom: -12px;
	color: #000;
}

h5 {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #fff;
}

/* navigation bar */ 

#navcontainer {
	background: #369;
	border-top: 1px solid #9CC;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

@media all {
#navlist {
	text-align: center
}
}

#navlist li {
	bottom: 11px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}

html>body #navlist li {
	background: #000;
	margin: 0 3px 0 0;
	padding: 0px 0px 2px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
	background: #900;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

#navlist a:hover {
	background: #C00;
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
}

#navlist a:active {
	background: #999;
	bottom: 0px;
	color: #FFF;
	position: relative;
	right: 0px;
}

#navlist li#active {
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body #navlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #369;
	border-bottom: none;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
/* navigation list 2 */
#navcontainer2 { margin-left: 30px; margin-bottom: 20px; margin-top: 30px; }

/*Fat Erik's Pipelist*/
#navlist2
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist2 li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist2 li:before { content: "| "; }
#navlist2 li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist2 li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist2 { height: 1%; }

* html #navlist2 li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist2 li:first-child { border-left: 0; }
/* image borders */

.highlightit img{
	border: 4px solid #369;
	margin-left: 4px;
	margin-right: 4px;
}

.highlightit:hover img{
	border: 4px solid #CC0000;
}

.highlightit:hover{
	color: red; /* Dummy definition to overcome IE bug */
}