/*
Version 1.4
2 May, 2008
*/

.style_form textarea,
.style_form input,
.style_form select {
	padding:2px;
	border:1px solid #ccc;
	font: 0.9em Arial, Tahoma, Verdana, sans-serif;
	color: #666666;
}
.style_form textarea,
.style_form input {
	idth:250px;
}

.style_form input:hover, .style_form input.over, .style_form input:focus,
.style_form textarea:hover, .style_form textarea.over, .style_form textarea:focus,
.style_form select:hover, .style_form select.over, .style_form select:focus {
	background-color: #f5f5f5;
	color: #333333;
}
.style_form input:focus,
.style_form textarea:focus,
.style_form select:focus {
	border:1px solid #aaa;
}


body { background-color:#ffffff; color:#666666; }
a { color:#716fb3; }
a:hover { color:#ff6600; }

#nav { border-color: #716fb3; }
#nav a { color:#666666; }
#nav a:hover { color:#716fb3; }
#nav a.selected { color: #716fb3; }
#nav a.selected:hover {}
#tagline { background-color: #716fb3; }
#tagline h2 { color:#ffffff; }
#subcontainer { background-color:#ffffff; }
#content { background:#ffffff; }
#content h1 { color:#716fb3; }

#container { background-color: #ffffff; border-color: #555555; }
#content, #subcontent { border-color:#cccccc; }
#extra2 { border-color:#716fb3; }

#footer { color: #666666; }
#footer a { color: #9EA374; }
