#mainTable {
	border: 1px solid #000;
	background-color: #FFF;
}
#centerTable {
	background-image: url(images/bgblend.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#Content{
	font-size: 14px;

	
}
#Content, #Content td {
	/* style for normal text */
	padding-top:10px;
	padding-right: 10px;
	padding-left: 8px;
	text-align: left;
}
p{
padding-left: 10px;
}
a{
	/* normal links */
	color: #000;
}
a:hover{
	/* normal links hover effect*/
	color: #006600;
}
a:visited{
	/* normal links */
	color: #000;
}
h1{
	/* Main Heading */
	color: #000000;
	font-size: 16px;
	text-align: center;
	
	margin-top: 10px;
	margin-bottom: 15px;
}
h2{
	/* Main Sub Heading */
	/* mostly used to style the "Types of Financing" text  on financing pages*/
	color: #B3A271;
	text-align:left;
	font-size: 15px;
	font-style: italic;
	padding: 0;
	margin: 0;
}
h3{
	/* used Sub Sub Headings on some financing pages */
	font-size: 16px;
	margin: 0px;
}	
#Apply{
/*	margin:10px;*/
}
#Apply a{
	display:block;
	padding: 8px 10px;
	text-decoration: none;
	width: 104px;
	border: solid 2px #CCCCCC;
	background-color: #8C9C86;
	font-weight:bold;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
#Apply a:hover{
	display:block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:bold;
	width: 104px;
	border: solid 2px #CCCCCC;
	background-color: #b8ac90;
	color: #fff;
	text-align:center;
}

#Content h1{
	/* Main Heading */
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

#Content h2{
	/* Main Sub Heading */
	/* mostly used to style the "Types of Financing" text  on financing pages*/
	color: #B3A271;
	text-align:left;
	font-size: 15px;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#Content h3{
	/* used Sub Sub Headings on some financing pages */
	font-size: 16px;
	margin: 0px;

}
#Content a, #Content td a{
	/* normal links */
	color: #000;
}
#Content a:hover, #Content td a:hover{
	/* normal links hover effect*/
	color: #B2C2AC;
}

#Content #Financing li {
	/* style for financing pages - add 20px space after each bullet item */
	font-size: 13px;
	margin-bottom: 20px;
}


#TopNav{
	font-family: Arial, Helvetica, sans-serif;

}
.bg-maintable {
	background-image: url(images/bg-maintable.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#TopNav tr td{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#TopNav tr td a{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #E3A445;
}
#SideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg-SideNav.gif);
	background-position:top;
	background-repeat: no-repeat;
	height:388px;
}
#SideNav tr th{
	padding-top: 5px;
	padding-bottom: 2px;
	height: 25px;
	font-size: 16px;
	color: #FFFFFF;
	
}
#SideNav tr td{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
		
	
}
#SideNav tr td a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #618350;
	font-weight: bold;
	padding-left:1px;
}
#Footer{
	color: #000000;
	background-image: url(images/bgFooter.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}
#Footer  tr td {
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 3px;
}
