* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 background-color: #666666;
 background-repeat:repeat;
}
.wrapper {
	width: 948px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 0px 0px;
 background-color: #666666;
  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: #FF99FF;
 margin: 0px 0px 10px 0px;
 min-height: 17px;
 padding: 0px;
 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: #FF99FF;
 color: black;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:visited {
 background-color: #FF99FF;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
.nav-links li a:hover {
 background-color:#FF99FF;
 color: white;
 font-weight: bold;
 font-size: 13px;
 text-decoration: none;
}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
	background-color:#FFFFFF;
	width: 922px;
	min-height: 400px;
	margin-bottom: 0px;
	border: 0px solid #FFF;
	padding: 13px;
}
* html #outercontent {height: 300px} /* IE Min-Height Hack */ 



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

/* ------------------------ Start Columns -----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */ 
 background-color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 7px;
 width: 690px;
 float: left;
 color: #4b4b4b;
}
.rightcolumn {
 margin: 0px 0px 13px 13px;
 padding: 7px;
 display: inline; /* IE Hack */
 width: 178px;
 float: left;
 border: 1px solid #333333;
 background-color: #FF3399;
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
	border: 0px solid;
	padding: 15px;
	margin-bottom: 13px;
	background-color: #FFF;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 23px;
 font-family: Arial;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
 border: none;
}
/* Links */
a:link {
 color: #FF3399;
 text-decoration: none;
}
a:visited {
 color: #FF3399;
 text-decoration: none;
}
a:hover {
 color: #FF3399;
 background-color: ;
 text-decoration: none;
}
