* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: #ccc;
 background-repeat:repeat;
}
.wrapper {
	width: 782px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* ------------------------ Banner -----------------*/
.header {
 margin: 0px 0px 13px 0px;
 background-color: #000000;
 min-height: 110px;
 padding: 10px 0px 0px 20px;
}
* html .header {
	height:110px;
	width: 754px;
} 
/* ------------------------ End Banner -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
 background-color: #E8E8E8;
 margin: 0px 0px 13px 0px;
 min-height: 17px;
 padding: 13px;
 border: 1px solid #AEAEAE;
}
* html .nav-bar {
	height: auto;
	width: 754px;
} /* 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: #E8E8E8;
 color: #999;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start Main Frame -----------------*/
#outercontent {
 background-color: #e8e8e8;
 width: 754px;
 padding: 13px;
 min-height: 450px;
 margin-bottom: 13px;
 border: 1px solid #AEAEAE;
}
* html #outercontent {height: 450px} /* IE Min-Height Hack */ 



/* ------------------------ End Main Frame-----------------*/

/* ------------------------ Start Inner Frame-----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */
	background-color: #000000;
	margin: 0px;
	display: inline; /* IE Hack */
	padding: 7px;
	width: 550px;
	float: left;
	color: #E9E9E9;
	height: auto;
	clear: both;
}
.rightcolumn {
 margin: 0px 0px 13px 13px;
 padding: 7px;
 display: inline; /* IE Hack */
 width: 158px;
 float: right;
 border: 1px solid #AEAEAE;
 background-color: #ccc;
}
/* ------------------------ End Inner Frame -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
	border: 1px solid #AEAEAE;
	padding: 15px;
	margin-bottom: 13px;
	background-color: #e8e8e8;
	width: 750px;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 23px;
 font-family: Arial;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
	/*border: thin none #FFFFFF;*/
}
/* Links */
a:link {
 /*color: #666666;*/
 color: #0066aa;
 text-decoration: none;
}
a:visited {
 /*color: #333333;*/
 color: #006655;
 text-decoration: none;
}
a:hover {
 color: #333333;
 background-color: #fff;
 text-decoration: none;
}
