@charset "utf-8";
body {
	margin:0;
	padding:0;
	background:#ffbb00 url(../siteImages/bg.jpg) 50% 0% no-repeat;
	text-align:center;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}

#top, #footer {
	padding:2px;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	width:782px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

.times {
	font:13px "Times New Roman", Times, serif;
	letter-spacing:.1em;
}

#top a:link, #top a:visited {
	color:#333333;
	text-decoration:none;
}

#top a:hover {
	color:white;
}

#footer a:link, #footer a:visited {
	color:black;
}

#footer a:hover {
	color:white;
}

.content {
	text-align:left;
	color:white;
	padding:10px 0px 10px 10px;
}

.content a:link, .content a:visited {
	color:white;
}

.content a:hover {
	color:black;
}
.small {
	font-size:10px;
}

.dash {
	border-bottom:2px dotted #bb343b;
	margin:10px 20px 20px 20px;
}

.moveleft {
	margin-left:-10px;
}