/*===========================================================================
	Colors.css
===========================================================================*/

/* Defaults
===========================================================================*/

body {
	background-color: rgb(231, 231, 231); /* gray */
	color: rgb(80, 80, 80);
}

div#page a {
	color: rgb(103, 127, 174); /* light blue */
}

div#page a:hover {
	color: rgb(0, 64, 141); /* dark blue */
}

/* Primary Content
===========================================================================*/

div#page div#content {
	border-color: rgb(0, 64, 141); /* dark blue */
	background-color: #fff;
}

div#primary-content div#instructions p {
	color: rgb(0, 64, 141); /* dark blue */
}

div#primary-content ul li,
form label {
	color: rgb(0, 64, 141); /* dark blue */
}

div#primary-content h3 {
	color: rgb(0, 64, 141); /* dark blue */
}

dl dt {
	color: rgb(0, 64, 141); /* dark blue */
}

p.success {
	color: rgb(0, 64, 141); /* dark blue */
}

/* Forms
===========================================================================*/

form input, form textarea {
	border-color: rgb(143, 143, 143);
}