body {
	background-image: url(../images/backgroundcolor.jpg);
	margin-top: 0px;
	font: 14px Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 125%;
}

p{ line-height: 140%; }

a{
	color: #093;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #906;
}

.purple{ color: #606; }
.red{ color: #F00; }

#footer{ font-size: 12px; margin-top: 5px; }
#copyright{ color: #C63; font-size: 12px; }

.loud{ font-size: 17px; font-weight: bold; }

#resources em{ font-size: 16px; font-weight: normal; color: #333; }
#who strong{ color: #606; }
#what ul{ list-style-type: none; font-size: 17px; font-weight: bold; font-style: italic; }

#login{
	position: absolute;
	left: 50%;
	width: 720px;
	background: #a77793;
	margin-left: -360px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	}
	
#login input{
	display: inline;
	font-size: 10px;
}

#login a{
	color: #fff;
	text-decoration: underline;
}

#login a:hover{ color: #ffc; }

#login form{ width: 60%; float: right; display: block; }
#login #apply{ display: block; float: left; width: 30%; text-align: left; }
