body {
	background-color: #FFFFFF;
}
body, td {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Content{
	background-color: #fff;
	padding: 0 9px 10px 13px;
	text-align: left;
	border: 0.05em solid #000000;

}
#Content td {
	/* style for normal text */
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 3px;
	margin-top: 5px;
	text-align: left;
}

#Content h1{
	/* Main Heading */
	color: #CC6600;
	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: #494441;
	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{
margin: 0 0 0 0;
}
#TopNav tr td{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
#TopNav tr td a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #FF9900;
}
#Header {
	border-right-width: 0.05em;
	border-right-style: solid;
	border-right-color: #000000;
}
#MainTable {
	border-right-width: 0.05em;
	border-right-style: solid;
	border-right-color: #000000;
}



#SideNav{
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 0px;
}

.bgsidenav {
	background-image: url(http://www.rdfinanceinc.net/Images/bgsidenav.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#SideNav tr th{

}
#SideNav tr td{
	padding: 2px;
	height: 25px;
}
#SideNav tr td a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #FF9900;
}


#Footer{
	color: #fff; /* font color */
	background-color: #445680;
	text-align:center;
	font-weight: normal;
	padding: 15px;
}
#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}
.bg-toplinks {
	background-image: url(http://www.rdfinanceinc.net/Images/bgtoplinks.jpg);
	background-repeat: no-repeat;
}
