/***Page Properties***/

body {	
	background-color: #e0e0e0;	
	font-family: arial, "lucida console", sans-serif;	
}

h1 {
	font-weight: bold;
	font-size: larger;
	color: #000080;
	padding: 0 0 0 0;
}

#container {
	background-color: #ffffff;	
	width:775px;	
	margin:0 auto 0;
}

/***Top Utility Bar - Not Implemented - Future Consideration***/

#util {
	height: 19px;
	font-size: x-small;	
	background-color: #000080;
}

#util table tr td a {
	text-decoration: none;
	color: #ffffff;
	margin-right: 5px;
}

/***Header Area***/

#header {
	margin-bottom: 0px;
	background-color: #000080;
}

/***Top Navigation***/

#nav-top {	
	background-color: #1356c1;	
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	width: 100%; /*IE needs this to center*/
}

.navs, .over{	
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	padding: 3px;
}

.navs {
	background-color: #1356c1;	
	list-style-type: none;
	display: inline;
}

.navs a {
	text-decoration: none;
	font-weight: bold;	
	color: #ffffff;	
}

.over {
	background-color: #3369be;
}

.over a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#nav-side-cell{
	border-right: 1px solid black;
}

/***Content***/

#content {
	padding: 4px;
	padding-top: 0px;
	font-size: small;
}

#quotes-header {
	font-style: italic;
	font-weight: bold;
}

.top-header {
	margin-top: 0;
	padding: 5px;
}

/*Gives the appearance of an Email link*/
.emails {
	color: #0000ff;
	cursor: pointer;
	text-decoration: underline;
}

.resource {	
	padding: 5px;
}

/***Footer***/

#footer {
	width: 775px;
	vertical-align: bottom;
	background-color: #1356c1;
	margin:0 auto 0;
}

.footer-link  a {
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}

.footer-text {
	font-size: xx-small;
	color: #ffffff;	
}