body {	
	background-color: #e0e0e0;
	font-family: arial, "lucida console", sans-serif;	
}

h1 {
	font-weight: bold;
	font-size: larger;
	/*color: #000000;*/
	color: #3b5998;
	padding: 0 0 0 0;
}

img {
	border: 0;
}

/*makes a box, 800 px wide*/
#container {
	background-color: #ffffff;
	/*position:relative;*/ /*this threw everything off in IE*/
	width:800px;		
	margin:0 auto 0;
}

#header {
	margin-bottom: -3px;
}

/*hack that only Firefox pics up...adjusts navigation*/
html>body #header {
	margin-bottom: 0px;
}

#nav-top {
	/*background-color: #3b5998;*/
	background-color: #3b59af;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	width: 100%; /*IE needs this to center*/
}
/*
.navs, .over{	
	display: inline;
	padding: 3px;
	padding-left: 9px;
	padding-right: 9px;	
}
*/

/*CSS Hack excludes IE*/
/*html>body .navs, .over{	*/
.navs, .over {
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
	padding: 3px;
}

.navs {
	background-color: #3b59af;
	list-style-type: none;
	display: inline;
}

.navs a {
	text-decoration: none;
	font-weight: bold;	
	color: #ffffff;	
}

.over {
	background-color: #5c75aa;	
}

.over a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	/*color: #3b5998;*/
}

#nav-side-cell{
	border-right: 1px solid black;
}

#content {
	padding: 4px;
}

#quotes-header {
	font-style: italic;
	font-weight: bold;
}

/*Gives the appearance of an Email link*/
.emails {
	color: #0000ff;
	cursor: pointer;
	text-decoration: underline;
}

.emails-special{
	color: red;
	cursor: pointer;
	text-decoration: underline;
}

#resources-container {	
	padding: 0;
	margin-left: 5px;
}

#resources-tabs {	
	width: 100%;	
}

.resource-tab, .resource-tab-select {
	/*border: 1px solid black;*/
	margin-left: 25px;
	margin-right: 25px;
	padding: 3px;
	cursor: pointer;
}

.resource-tab {
	font-weight: bold;
	color: #ffffff;
	/*background-color: #3b59af;*/
	background-color: #5c75aa;
}

.resource-tab-select {
	font-weight: bold;
	color: #5c75aa;
	/*background-color: #5c75aa;*/
	background-color: #d0d0d0;
}

#resource-options-table {
	/*width: 100%;*/
	
}

#resource-options {
	background-color: #d0d0d0;
}

.resource-option {
	border-right: 1px solid black;
	cursor: pointer;
	color: #ffffff;
}

.resource-option-last {	
	cursor: pointer;
	color: #ffffff;
}


.resource {	
	padding: 5px;
}

.top-header {
	margin-top: 0;
	padding: 5px;
}

/*adjustment relative to ext-all.css*/
#photo-header {
	margin-top: 10px;
	margin-bottom: 7px;
}

#footer {
	width: 800px;
	vertical-align: bottom;
	color: #ffffff;
	/*background-color: #34347e;*/
	background-color: #3b59af;
	margin:0 auto 0;
}

.footer-link  a {
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.footer-text {
	font-size: xx-small;	
}


/****************************************************************************************************************************************/

#navmenu {
	padding-top: 1em;	
}

.menu-left {
	width: 20%;
	border-right: 1px solid #b7b7b7;
	color: #3b5998;
	padding: 2em;
}

.menu-left td a, .menu-left td a:link, .menu-left td a:visited {
	/*color: #3b5998;*/
	color: green;
}

.chosen , .chosen a {
	background-color: #e0e0e0; /*#ffffff;*/
	background-color: #ffffff;
	color: #3b5998;
	border-bottom: 0px;	
}