body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(images/bg.jpg) 0 0 repeat-x #ededec;
}
#mainTable {
	background-color: #fff;
	border-left: 0.05em solid #000;
	border-right: 0.05em solid #000;

}
.borderleft {
	border-left-width: 0.05em;
	border-left-style: solid;
	border-left-color: #000000;
}

#Content{
	background-color: #fff;
	padding: 10px;
}
#Content, #Content td {
	/* style for normal text */
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 12px;
	text-align: left;
}

#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: #7D8CA0;
	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{
	height: 25px;

}
#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: #66FF00;
}
#SideNav {
	background-color:#fff;
}
#SideNav td {
	height: 25px;
}
#SideNav th {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4e6738;
}
#SideNav tr td a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	border-bottom:0.05em solid #000;
	display: block;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-left: 5px;
}
#SideNav tr td a:hover{
	color: #648648;
	background-color: #edecec;
}
.Footer{
	color: #000; /* font color */
	text-align:center;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	height: 69px;
	border-top: 0.05em solid #000;
}
.Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}
.bg-diag {
	background-image: url(images/bg-diag.gif);
	background-repeat: repeat-y;
}

