body {
	background: url(images/bgpage.jpg) repeat-x;
}
body, td {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding:0;
}
#Content{
	background-color: #fff;
	padding-left: 10px;
}
#Content, #Content td {
	/* style for normal text */
	padding-right: 10px;
	padding-left: 8px;
	padding-top:10px;
	padding-bottom:8px;
	margin-top: 5px;
	text-align: left;
}

#Content h1{
	/* Main Heading */
	color: #333;
	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: #495057;
	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: #0D558F;
}
#Content a:hover, #Content td a:hover{
	/* normal links hover effect*/
	color: #5987D2;
}

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


#TopNav{
	background: url(images/bgtopnav.jpg) no-repeat;
}
#TopNav tr td{
	color: #FFFFFF;
	font-size: 12px;
	
}
#TopNav tr td a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #A0D4E1;
}


#SideNav{
	background-color: #484848;
}
#SideNav tr th{
	color: #02E9FE;
	font-size: 18px;
	
}
#SideNav tr td{
	padding-left: 5px;
}
#SideNav tr td a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #02E9FE;
}


#Footer{
	color: #fff; /* font color */
	background-color: #99B3B5;	
	text-align:center;
	font-weight: bold;
}
#Footer td {
	padding: 10px;
}
#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}