
/* ============================================================
	Generic page styles
============================================================ */

body {
	background-color: white;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

a:visited {
	color: #80A0ff;
}

img {
	border-width: 0;
}

/*
h1 {
	background-color: #80ff80;
	border: 1px solid black;
}
*/


/* ============================================================
	Nav bar
============================================================ */

.nav {
	margin: 0 auto 0 auto;
	width: 760px;
}

.nav table td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0;
}

.nav table.secondary td {
	padding: 2px 2em 0 0; /* for the text labels */
}

.nav table.secondary td.category {
	padding: 2px 0 0 0; /* for the image tabs */
}

.nav table.secondary td.category a {
	display: block;
	padding-top: 17px;
}

.nav table.secondary td.logopart2 {
	padding: 0;
}


.nav table td img {
	border-width: 0;
	display: block;
}

.nav table td a {
	color: black;
	text-decoration: none;
}
.nav table td a:visited {
	color: black;
}
.nav table td a:hover {
	text-decoration: underline;
}


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

.content {
	margin: 0 auto 0 auto;
	width: 760px;
}


/* ============================================================
	Footer
============================================================ */

.footer {
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 1em 0 0 0;
	text-align: center;
	width: 760px;
}

.footer p {
	margin: 0;
}

.footer .missionstatement {
	font-size: smaller;
}

.footer .phonenumber {
	color: gray;
}
