@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #5e0000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5e0000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #5e0000;
}

.TopNavBg {
	background-image: url(images/TopNavOff.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e0000;
}

.TopNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.TopNav li {
	display: inline;
	height: 37px;
}

.TopNav li a {
    float: left;
	text-align: center;
	width: 130px;
    text-decoration: none;
    color: #5e0000;
    font-weight: bold;
	font-size: 11px;
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
    border-right: 1px solid #CCCCCC;
	background-image: url(images/TopNavOff.gif);
	background-repeat: repeat-x;
	
}

.TopNav li a:hover {
	text-decoration: underline;
	background-image: url(images/TopNavOn.gif);
	background-repeat: repeat-x;
}

.LeftNav {
	margin: 0px;
	padding: 0px;
	
}

.LeftNav li {
    padding-bottom: 7px;
	padding-top: 3px;
	padding-left: 15px;
	list-style-image: url(images/ArrowBullet.gif);
	list-style-position: inside;
}

.LeftNav li a {
	color: #5e0000;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
}

.LeftNav li a:hover {
	color: #666666;
	text-decoration: underline;
}

.LeftNavBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 170px;
	padding-top: 10px;
}

.MainBody {
    padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 730px;
}

.IndexTDRight {
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.Footer {
	background-image: url(images/FooterBackground.gif);
	background-repeat: repeat-x;
	color: #333333;
}

.Footer h2 {
    font-size: 11px;
	font-weight: bold;
	color: #5e0000;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 6px;
}

.Footer p {
	padding-left: 17px;
	padding-right: 20px;
	font-size: 11px;
}

.FooterLinks {
	margin: 0px;
	padding: 0px;
	
}

.FooterLinks li {
    padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: disc;
	margin-left: 40px;
	font-size: 11px;
}

.FooterLinks li a {
	color: #333333;
	text-decoration: none;
}

.FooterLinks li a:hover {
	text-decoration: underline;
}

.FooterLogos {
    padding-bottom: 10px;
	padding-top: 25px;
}

.FooterLogos img {
    spadding-left: 10px;
	padding-right: 10px;
	border: 0px;
	
}

.Copyright {
    padding-top: 10px;
    padding-bottom: 20px;
	color: #333333;
	font-size: 11px;
}

.Copyright a {
	color: #333333;
	text-decoration: none;	
}

.Copyright a:hover {
	text-decoration: underline;
}
