/*
-----HEX COLOR PALETTE-------
#2f4b95 - dark blue (type)
#3553a1 - dark blue
#9d9dc8 - light blue
#dcd7d2 - tan
#8b7b6a - brown
*/

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f4b95;
	font-size: 1.6em;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #9d9dc8;
	font-size: 1.2em;
	font-weight: bold;
}

.logout {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #cc3300;
	font-weight: plain;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #9d9dc8;
	font-weight: plain;
}

/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #736657;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	list-style-position: inside;
	list-style-type: circle;
}

/* Regular links on page - normal state */
a {
	color: #9d9dc8;
}

/* Regular links - roll-over state */
a:hover {
	color: #2f4b95;
}


/*------------ Type styles --------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2f4b95;
	margin-top: 0px;
	padding-top: 0px;
}

p {
	line-height: 1.4em;
}

