body {
	background-color: #000166;
}
body, td {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
}
.bg {
	background-image:  url(../uscommerciallendinggroup/images/bg.jpg);
	background-repeat: repeat-x;
}
#mainTable {
	border: 1px solid #000;
	background-color: #FFF;
}
#centerTable {
	background-image:  url(../plumbusinessfinance/images/bgblend.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#Content{
	background-color: #fff;
	padding-top: 25px;
	
}
#Content, #Content td {
	/* style for normal text */
	padding: 10px;
	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: #000166;
	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: #FF0000;
	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;

}
#Content h1{
	/* Main Heading */
	color: #000166;
	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: #FF0000;
	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: #FF0000;
}

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


#TopNav tr td{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
}
#TopNav tr td a{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #000166;
}

#SideNav tr td{
	color: #000;
	font-size: 12px;
}
#SideNav tr td a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #FF0000;
}
#Footer {
	color: #FFF; /* font color */
	background-color: #000166;
	border-top: solid 5px #000;
	text-align:center;
	font-weight: bold;
	padding: 15px;
	border-top: 12px solid #FF0000;
}
#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}
