
body
{
	background-color: #040404;
	color: #eeeeee;
}

#header
{
	color: #cccccc;
	background-color: #111111;
	background-image: url("header_background.png");
	background-repeat: repeat-x;
	border: 4px solid #333333;
}

#navigation
{
	border-bottom: 5px dashed red;
}

#navigation li
{
	background: url("linkimages/red_white/link_middle.png") repeat-x;
}

#navigation #navbegin
{
	background: url('linkimages/red_white/link_begin.png') no-repeat;
}

#navigation #navend
{
	background: url('linkimages/red_white/link_end.png') no-repeat;
}

#navigation li a
{
	color: white;
	font-family: sans-serif;
	font-style: normal; 
}

#navigation li a:hover { color:black; background: url("linkimages/lime_white/link_middle.png") repeat-x}

a
{
	text-decoration:none;
	font-style:italic;
	color: #80ff00;
}

a:visited
{color: #e1ffc4;}

a:hover
{
	color:#e1ffc4;
}

#toc
{
	border: 1px dashed #7af200;
}


#content
{
/*	border: solid 2em #86FF45; 
	background-color: white;
*/
	font-family: sans-serif;
}

#content p:hover, li:hover, dt:hover, dd:hover
{
	background-color: #101010;
}


#content h1
{
	padding-left: 20px;
	background-color: #bfff7f;
	border-bottom: 5px solid #7af200;
	margin-top: 1em;
	color:black;
}
#content h1:hover
{
	background-color: #cfff9f;
	border-bottom: 5px solid #80ff00;

}

#content h2
{
	padding-left: 25px;
	margin-right: 10%;
	margin-top: 2em;
	color: black;
	background-color: #ffd1d1;
	border-left: 10px solid #ba0000;
}

#content h2:hover
{
	background-color: #ffe1e1;
	border-left: 10px solid #cc0000;
}

#content h3
{
	margin-right: 15%;
	padding-left: 5px;
	border-left: 3px solid #96c8fe;
}

#content h3:hover
{
	background-color: #333333;
}

.quote
{
	font-family: sans-serif;
	font-style: italic;
	border: 1px dashed #61c100;
}


.sgb_Entry
{
	font-family: Arial;
	border:thin solid #80ff00;
	margin-top: 2.5em;
}


.sgb_EntryLine1
{
	background-color: #101010;
}
