#nav
{
	width: 780px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: 0px;
	margin-left: -390px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #666666;
}
body {
	margin: 0;
	color: #676767;
	background:#ffffff;
	padding:0;
	font: 0.76em/1.4 Verdana, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #333;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #7f1e6d;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 780px;
 margin: 0 auto;
 border-right: 1px solid #666666;
 border-left: 1px solid #666666;
 background: #fff url(../images/bg.gif) repeat-y;
 }

#hdr {
 	margin: 0px;
	border-bottom: 1px solid #999999;
	width: 780px;
	height: 180px;
	background: #FFFFFF url(../images/hero.jpg);
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#sidebar {
 float:right;
 width:180px;
 padding: 5px;
 text-align: center;
 padding-bottom: 30px;
}

#cont {
	float: left;
	width:550px;
	padding: 1.5em;
	line-height: 1.8em;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #333;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #7f1e6d;
}
#cont h1 {
	font-size: 20px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 0px solid black;
}
#cont h2 {
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 0px solid black;
	line-height: 2em;
}

#cont h3 {
	font-size: 16px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 0px solid black;
	line-height: 2em;
}
#cont h4 {
	font-size: 12px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 0px solid black;
}
#cont p
{
	text-indent: 0em;
	line-height: 1.8em;
}
#contWide {
 clear: both;
 background:#fff;
 }

#ftr {
 clear: both;
 color: #b0b0b0;
 background:#eeeeee;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 margin: 1em 0 0 0;
 padding-top: 5px;
 padding-bottom: 5px;
 }
.clear {
	clear: both;
}
.launch {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
.topic {
	color: #FFFFFF;
	background: #7f1e6d;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	padding-left: 10px;
}

table.alter tr.d0 td {
	background-color: #eeeeee;
}
table.alter tr.d1 td {
	background-color: #f8f6f7;
}
.indent {
	padding-left: 5px;
}

