* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: black;
 background-repeat:repeat;
}
.wrapper {
	width: 782px;
	margin: 0 auto;
}
/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 0px 0px;
 background-color: #333;
 min-height: 110px;
 padding: 0px 0px 0px 0px;
}
* html .header {height:110px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
 background-color: #E8E8E8;
 margin: 0px 0px 0px 0px;
 min-height: 17px;
 padding: 13px;
 border: 1px solid #AEAEAE;
}
* html .nav-bar {height: 17px} /* IE Min-Height Hack */ 

.nav-links li {
 list-style: none;
 display: inline;
 margin-right: 16px;
}

.nav-links li a:link {
 background-color: #E8E8E8;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:visited {
 background-color: #E8E8E8;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:hover {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background-color: #e8e8e8;
 width: 754px;
 padding: 13px;
 min-height: 655px;
 margin-bottom: 13px;
 border: 1px solid #AEAEAE;
}
* html #outercontent {height: 100%} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */
	background-color: #333;
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding: 7px;
	width: 550px;
	float: left;
	color: #FFF;
}
.rightcolumn {
 margin: 0px 0px 13px 13px;
 padding: 7px;
 display: inline; /* IE Hack */
 width: 158px;
 float: left;
 border: 1px solid #AEAEAE;
 background-color: #ccc;
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
	border: 1px solid #AEAEAE;
	padding: 15px;
	margin-bottom: 13px;
	background-color: #e8e8e8;
	font-style: italic;
	color: #000;
}

/* ------------------------ End Footer -----------------*/

h1 {
	font-size: 13px;
	font-family: Arial;
	color: #690;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
	border: none;
	alignment-adjust: middle;
}
/* Links */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #666;
	text-decoration: none;
}
.wrapper #outercontent #centercolumn ol li a b em {
	color: #FF0;
}
.wrapper #outercontent #centercolumn ol li a b em {
	color: #FFF;
}
.wrapper #outercontent #centercolumn ol {
	color: #690;
}
.wrapper #outercontent #centercolumn div p a strong {
	color: #690;
}
.seperator {
	color: #093;
}

