@charset "UTF-8";

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0;
	margin-top: 0px;
}

#navcontainer a
{
	display: block;
	width: 160px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#navcontainer a:hover
{
	background-color: #4C95D1;
	color: #FFFFFF;
}

.HeaderBG {
	background-image: url(../Images/TopBorder.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #666666;
}
.FooterBG {
	background-color: #4A96D0;
	background-image: url(../Images/BottomBorder.jpg);
	height: 30px;
	background-repeat: repeat-x;
}
.BottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.BottomNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.BottomNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}
.BottomNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.BottomNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.LeftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
	clear: none;
	padding: 5px;
}
.LeftNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	height: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: normal;
	text-decoration: none;
	color: #000000;
}
.LeftNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	height: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: normal;
	text-decoration: none;
	color: #4C95D1;
	background-color: #00CCFF;
}
.LeftNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	height: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: normal;
	text-decoration: none;
	color: #000000;
}
.LeftNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	height: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: normal;
	text-decoration: none;
	color: #000000;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	list-style-position: inside;
	list-style-type: square;
}
.li {
	color: #666666;
	text-indent: 20px;
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.PageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
}
.HomeBottom {
	background-image: url(../Images/HomeBottom.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 700px;
	background-color: #B3B3B3;
}
.mainHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #E4E4E4;
	margin: 20px;
	padding: 15px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #000000;
	list-style-position: outside;
	list-style-type: square;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
}
.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A96D0;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	font-weight: bold;
}
.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A96D0;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	font-weight: bold;
}
.main a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A96D0;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	font-weight: bold;
}
.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A96D0;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: underline;
	font-weight: bold;
}
