body {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #28281e;
	margin-top: 0px;
	margin-left: 0px;
}
#Header     {
	background: url(images/bg-topnav.jpg) no-repeat right bottom;
	border-bottom: solid #28281e 0.05em;
}
#Header td.logo {
	height: 177px;
	padding-top: 0px;
}

#Header td.topnav {
	height: 98px;
	text-align: center;
	line-height: 28px;
}
#Header td.topnav  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display:block;
	padding-top:60px;

}
#Header td.topnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e16300;
	text-decoration: none;
	font-size: 12px;
	
}
#MainTable {
	background-color: #FFFFFF;
}
#MainTable td.leftcol {
	padding-top: 2px;
	width: 200px;
}

#SideNav{
	background-color: #3e3e32;
}
#SideNav td {
	height: 30px;
	border-bottom: solid #dfdcc9 0.05em;
}
#SideNav h1 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
#SideNav a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 5px;
}
#SideNav a:hover{
	display:block;
	color: #e16300;
	text-decoration: none;
}




#Content, #Content td {
	left: 5px;
	top: 0px;
	right: 5px;
	font-size: 12px;
	text-align: left;
	color: #28281e;
	padding: 5px 10px;
}

#Content h1{
	/* Main Heading */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e16300;
	margin-top: 10px;
	margin-bottom: 5px;

}
#Content h2{
	/* Main Sub Heading */
	/* mostly used to style the "Types of Financing" text  on financing pages*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #28281e;
	font-style: italic;
	padding: 0;
	margin: 0;
	top: -5px;
}
#Content h3{
	/* used Sub Sub Headings on some financing pages */
	font-size: 16px;
	margin: 0px;
	color: #8c9923;

}
#Content a{
	/* normal links */
	color: #28281e;
	text-decoration: underline;
}
#Content a:hover{
	/* normal links hover effect*/
		color: #e16300;
	text-decoration: none;
}
#Footer {
	background-color: #dfdcc9;
	border-top: solid #28281e 0.05em;
}
#Footer td {
	text-align: center;
	padding: 10px 0;
	color: #28281e;
	font-size: 12px;
}
#Footer td a {
	color: #28281e;
	text-decoration: underline;
}
#Footer td a:hover {
	color: #e16300;
	text-decoration: none;
}
