@charset "utf-8";
/* CSS Document */

.navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
}
.sidenav {
	background-image: url(images/sidenav.gif);
	background-repeat: no-repeat;
}
.bgwhite {
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
div.LinksMainNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}
div.LinksMainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}
div.LinksMainNav a:hover {
	color: #00CCFF;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}
div.LinksMainNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}
div.LinksNavLeft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksNavLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksNavLeft a:hover {
	color: #333333;
	text-decoration: none;
}
div.LinksNavLeft a:active {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksContent a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksContent a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.LinksContent a:hover {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
div.LinksContent a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txt-white {
	color: #FFFFFF;
}
.txt-whiteLG {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.txt-liteblue {
	color: #6699CC;
}
.txt-drkblueLG {
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
.txt-blackLG {
	font-size: 150%;
	font-weight: bold;
	color: #000099;
}
.dotted-line-gray {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.pad-top5 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.txt-blackMed {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
}
.txt-grey {
	color: #666666;
}



div.LinksFooter a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.LinksFooter a:hover {
	color: #00CCFF;
	text-decoration: none;
}
div.LinksFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
}
