/* CSS Document */

.sideBar {
	background-image: url(images/bkgrndCompass.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3dfd2;
	line-height: 12px;
	
}
.BlueTextList {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395475;
	line-height: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
.LightTextList {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3dfd2;
	line-height: 15px;
	list-style-type: circle;
	list-style-position: outside;
}
.BlueText {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395475;
	line-height: 20px;
}
.RedText {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	line-height: 20px;
}
.footer {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #395475;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}
.CAP {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #395475;
	font-weight: bold;
	text-transform: uppercase;
	
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
	
}
.headerLight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #e3dfd2;
	font-weight: bold;
	text-transform: uppercase;
	
}

.CAPLight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e3dfd2;
	font-weight: bold;
	text-transform: uppercase;
}
.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff9c00;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	}
.redTextSm {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}

