@charset "UTF-8";
.nav {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	height: auto;
	width: 800px;
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 6px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #ADCD3E;
	text-decoration: none;
}
.sideNav {
	font-family: Trebuchet, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 12px;
	margin-bottom: 40px;
	margin-left: 6px;
	height: auto;
	width: 175px;
}
.sideNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sideNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sideNav a:hover {
	color: #F39F4C;
	text-decoration: none;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 60px;
	margin-left: 25px;
	height: auto;
	width: 600px;
}
a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	line-height: 30px;
}
.pinkText {
	color: #8D164D;
}
li {
	line-height: 20px;
}
.footer {
	text-align: center;
	color: #006699;
	padding-top: 20px;
	font-size: 14px;
	font-family: Trebuchet, Arial;
}

.footer a:link {
	color: #006699;
	text-decoration: none;
}
.footer a:visited {
	color: #006699;
	text-decoration: none;
}
.footer a:hover {
	color: #003366;
	text-decoration: underline;
}
.navBar {
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
}
