body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

body, td {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding:0;
}
#MainTable {
	border-left: 0.05em solid #000000;
	border-right: 0.05em solid #000000;
	background-color: #FFFFFF;
}
#Center td.leftcol {
	border-right: 0.05em solid #000000;
	width: 198px;
	background-color: #FFFFFF;
}


/*
#Content{
	background-color: #fff;
	padding: 10px;
}*/
#Content, #Content th {
	font-size: 24px;
	color: #464f55;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 12px;



}
#Content, #Content td {
	padding-right: 5px;
	padding-left: 8px;
	text-align: left;
	color: #000000;
	padding-bottom:15px;

}

#Content h1{
	/* Main Heading */
	color: #000000;
	font-size: 18px;
/*	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: #bcb493;
	text-align:left;
	font-size: 16px;
	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: #000000;
}
#Content a:hover, #Content td a:hover{
	/* normal links hover effect*/
	color: #bcb493;
}

#Content #Financing li {
	/* style for financing pages - add 20px space after each bullet item */
	font-size: 12px;
	margin-bottom: 20px;
}


#TopNav{
	background-color:#000;

}
#TopNav tr td{
	
	padding-right: 15;
	height:30px;
	
	color: #FFFFFF;
	font-size: 12px;
}
#TopNav tr td a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #7ba1b5;
}


#SideNav{
	background-color:#666633;
} 
#SideNav tr th{
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 0.05em solid #000000;
	
}
#SideNav tr td{
	padding-left: 5px;
	border-bottom: 0.05em solid #000000;
}
#SideNav tr td a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #bcb493;
}


#Footer{
	color: #fff;
	background-color: #000000;

}
#Footer tr td {
	padding: 15px;
}

#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}
