a:link {
	color: #981B1E;
	text-decoration: underline;
}
a:active {
	color: #981B1E;
	text-decoration: underline;
}
a:visited {
	color: #981B1E;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.BackgroundFooter {
	background-color: #F0F0F0;
	background-image: url(img/background_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height:100px;
	text-align: center;
	margin-top:20;
}

.BackgroundLightGray {
	background-color: #F0F0F0;
}

Body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
    color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin:0;
	text-align: center;
}

.Footer {
    color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left:25px;
}

.Header {
	margin-bottom:6px;
	margin-top:23px;
	text-align:center;
	width:770px;
}

.HomeFeature {
	background-color: #FFFFFF;
	background-image: url(img/home_feature.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:230px;
	width:770px;
}

.HomeCallout {
	margin:15px 30px 15px 25px;
	text-align:left;
}

.Line1pxGray {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:2px;
	width:323px;
}

.Line1pxRed {
	border-bottom: 1px solid #981B1E;
	margin-bottom:5px;
	margin-top:2px;
	text-align:center;
	width:770px;
}

.Line1pxGrayLong {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
	margin-top:2px;
	width:555px;
}

/* ---------------------------------------------- */

#navigation {
	font-size: 14px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top:25px;
	padding: 0px; 
}

#navigation li {
	display: inline; 
	list-style-type: none;
	margin: 10px; 
}

#navigation a {
	color: #666666;
	margin: 0px; 
	padding: 30px 10px 30px 10px;
	text-decoration: none;
}

#navigation a.active {
	background: #ffffff; 
	color: #003776;
	padding: 30px 10px 30px 10px;
}

#navigation a:hover {
	color: #981b1e;
	padding: 30px 10px 30px 10px;
	text-decoration: none;
	background-image: url(img/bg_navigation_over.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* ---------------------------------------------- */


table {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.TextDarkBold {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
}

.TextDarkSubtitle {
	color: #333333;
	font-size: 15px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.Title {
	background-color: #F0F0F0;
	color: #666666;
	font-size: 18px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:50px;
	margin-top: 5px;
	padding: 18px 0px 18px 190px;
}
/*
a.FooterLink:link {
	color: #981b1e;
	text-decoration: none;
}
a.FooterLink:active {
	color: #981b1e;
	text-decoration: none;
}
a.FooterLink:visited {
	color: #981b1e;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #000000;
	text-decoration: underline;
}