@charset "utf-8";
body {
	background-color: #292828;
	background-image: url(../Gifs/pagebg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#DivNav {
	background-image: url(../Gifs/navbg.gif);
	height: 25px;
	width: 950px;
	padding-left: 20px;
}
#DivContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 25px 50px;
	line-height: 16px;
}
.TdFooter {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	background-image: url(../Gifs/footer.gif);
	height: 31px;
	width: 946px;
	padding-right: 20px;
	line-height: 28px;
	text-align: right;
	vertical-align: bottom;
}
h1 {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
	background-color: #eeeeee;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
}

.TdFooter a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;	
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #072e81;
	letter-spacing: 1px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	letter-spacing: 1px;
}


.TdFooter a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;	
}
.TdFooter a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;	
}
li {
	line-height: 20px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.DivTestimonials {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FEF4E2;
	padding: 25px;
	width: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: left;
}
