@charset "UTF-8";

body {
	margin-top: 70px;
}

body a:link { text-decoration: underline; color: #606060; }
body a:visited {	text-decoration: underline;  color: #606060;}
body a:hover { text-decoration: underline; color: #024e7f; }
body a:active {	text-decoration: underline; color: #606060; }


body,td,th {
	font: 12px/20px regular Arial, Helvetica, sans-serif;
	color: #606060;
}

strong {
		color: #024e7f;
}

.boldGreen {
	font: 12px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7b8f00;
}
.boldGreen a:link { text-decoration: underline; color: #7b8f00; }
.boldGreen a:visited {	text-decoration: underline;  color: #7b8f00;}
.boldGreen a:hover { text-decoration: underline; color: #024e7f; }
.boldGreen a:active {	text-decoration: underline; color: #7b8f00; }

.quote {
	font: 12px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7b8f00;
}
.quote a:link { text-decoration: underline; color: #7b8f00; }
.quote a:visited {	text-decoration: underline;  color: #7b8f00;}
.quote a:hover { text-decoration: underline; color: #024e7f; }
.quote a:active {	text-decoration: underline; color: #7b8f00; }

.quoteName {
	font: 12px/20px Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #7b8f00;
}

.orgNav {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #c05711;
}
.orgNav a:link { text-decoration: none; color: #c05711; }
.orgNav a:visited {	text-decoration: none;  color: #c05711;}
.orgNav a:hover { text-decoration: underline; color: #c05711; }
.orgNav a:active {	text-decoration: none; color: #c05711; }

.orgNavDk {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #7b8f00;
}
.orgNavDk a:link { text-decoration: none; color: #7b8f00; }
.orgNavDk a:visited {	text-decoration: none;  color: #7b8f00;}
.orgNavDk a:hover { text-decoration: underline; color: #7b8f00; }
.orgNavDk a:active {	text-decoration: none; color: #7b8f00; }

.navMain {
	font: 11px/12px regular Arial, Helvetica, sans-serif;
	color: #024e7f;
}
.navMain a:link { text-decoration: none; color: #024e7f; }
.navMain a:visited {	text-decoration: none;  color: #024e7f;}
.navMain a:hover { text-decoration: none; color: #7b8f00; }
.navMain a:active {	text-decoration: none; color: #024e7f; }

.navSub {
	font: 11px/12px regular Arial, Helvetica, sans-serif;
	color: #7b8f00;
}
.navSub a:link { text-decoration: none; color: #7b8f00; }
.navSub a:visited {	text-decoration: none;  color: #7b8f00;}
.navSub a:hover { text-decoration: none; color: #024e7f; }
.navSub a:active {	text-decoration: none; color: #7b8f00; }

.footer {
	font: 10px/12px regular Arial, Helvetica, sans-serif;
	color: #606060;
}
.footer a:link { text-decoration: none; color: #606060; }
.footer a:visited {	text-decoration: none;  color: #606060;}
.footer a:hover { text-decoration: none; color: #024e7f; }
.footer a:active {	text-decoration: none; color: #606060; }


.name {
	text-align: right;
	padding-top: -10px;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

.title {
	font: 10px/12px Arial, Helvetica, sans-serif;
	font-style: italic;
}

ul {
color: #606060;
text-decoration: none;
list-style-position: outside;
list-style-image: url(images/grSquare.gif);
list-style-type: square;
padding: 6px;
margin: 6px;
}

.staffBoard {
	font: 12px/16px regular Arial, Helvetica, sans-serif;
	color: #606060;
}
