@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
#wrapper {
	width:100%;
	}
	
#banner {
	width:782px;
	margin:0 auto;
}
	
/*HEADER*/
	
#logo {
	top:0;
	vertical-align:top;
	width:141px;
	float:left;
	}

#logo p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	}
	
#logo a {
	color:#8C46BC;
	text-decoration:none;
	}
	
#logo a:hover {
	color:#0064B4;
	text-decoration:underline;
	}
	
#title {
	width:641px;
	float:right;
	top:0;
}

#title li {
	margin:0 0 0 25px;
	padding:15px 0 15px 0;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	float:left;
	clear:both;
	}
	
#title ul {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	padding:0 1.9em 0 0;
	}
	
#title a {
	color:#666666;
	text-decoration:none;
	}
	
#title a:hover {
	color:#8C46BC;
	text-decoration:underline;
	}
	
/*COPY*/
	
#copy {
	width:410px;
	text-align:left;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.2em;
	margin:15px 0 0 0;
}

#copy p {
	margin:0 0 1em 25px;
	}

#copy a {
	color:#8C46BC;
	text-decoration:none;
	}
	
#copy a:hover {
	color:#0064B4;
	text-decoration:underline;
	}

#copy h3 {
	line-height:1.2em;
	color:#262626;
	}

#bug {
	margin:0 auto;
	float:right;
	padding:20px 0 20px 0;
	}

#buttons {
	width:175px;
	float:right;
	}
	
#buttons img {
	padding:15px 0 5px 0;
	}
	
#copywide {
	width:600px;
	text-align:left;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.3em;
	margin:15px 0 0 25px;
}

#copywide a {
	color:#8C46BC;
	text-decoration:none;
	}
	
#copywide a:hover {
	color:#0064B4;
	text-decoration:underline;
	}

/*FOOTER*/

#footer {
	clear:both;
	width:808px;
	margin:0 auto;
	}
	
/*REG FORM*/

td {
	font-size:0.75em;
	}
	
td h3 {
	margin:0;
	border-bottom:1px solid #000000;
	}
	
em {
	font-size:0.9em;
	}

