﻿body {
	font-family: Verdana;
	font-size: small;
	color: black;
	margin: 0, 0, 0, 0;
}

/* 	
	Color Palette:
	Yellow: 		#FFD204
	Light Blue:		#A0CCED
	Med. Blue:		#009BC9
	Dark Blue:		#0082C8
	Light Gray:		#E7E7E9
*/

a:link {
	color: #0082C8;
}

a:visited {
	color: #009BC9;
}

a:hover {
	color: #A0CCED;
	text-decoration: underline;
}

.topbar {
	color: #E7E7E9;
	text-align: right;
	font-size: smaller;
	vertical-align: middle;
}

.leftbar {
	color: black;
}

a:link.leftbar {
	color: black;
	text-decoration: none;
}

a:visited.leftbar {
	color:black;
	text-decoration: none;
}

a:hover.leftbar {
	color: #FFD204;
	text-decoration: underline;
	font-weight: bold;
}

a:link.leftbarOn {
	color: #FFD204;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
}

a:visited.leftbarOn {
	color: #FFD204;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
}

a:hover.leftbarOn {
	color: #FFD204;
	text-decoration: underline;
	font-weight: bold;
}


a:active.leftbar {
	color: #FFD204
}


.sitemenu {
	border: 1px, #686868, solid;
	background-color: #E7E7E9;
	font-size: smaller;
	color: #686868;
}

.bottomBar {
	color:#CCCCCC;
	font-size: x-small;
}