@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 14px;
}
.sidebarHead {
	font-weight: bold;
	background-color: #A3CED1;
}
.sidebarHead2 {
	font-weight: bold;
	background-color: #A79E8B;
	color: #FFFFFF;
}
.mainNav a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #807660;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
.mainNav a:hover {
	color: #CCCCCC;
	text-decoration:  underline;
}
a {
	color: #003366;
}

a:hover {
	color:#807660;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #B6ACAB;
	border-right-color: #B6ACAB;
	border-bottom-color: #B6ACAB;
	border-left-color: #B6ACAB;
}
.adminNav a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	text-decoration: none;
}
.adminNav a:hover {
	color: #CCCCCC;
	text-decoration:  underline;
}
.trHover:hover {
	background-color: #d7eff2;
}

