body {
	background-color: #000000;
}
body, td {
	/* defines default text for the whole site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding:0;
}
#Apply{
/*	margin:10px;*/
}
#Apply a{
	display:block;
	padding: 8px 12px;
	text-decoration: none;
	width: 104px;
	border: solid 2px #CCCCCC;
	background-color: #8D9CB8;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Apply a:hover{
	display:block;
	padding: 8px 12px;
	text-decoration: none;
	width: 104px;
	border: solid 2px #CCCCCC;
	background-color: #9CB1D2;
	color: #fff;
}
#Content{
	background-color: #fff;
	padding: 10px;
}
#Content, #Content td {
	/* style for normal text */
	padding-right: 5px;
	padding-left: 8px;
	margin-top: 5px;
	text-align: left;
}

#Content h1{
	/* Main Heading */
	color: #78808D;
	font-size: 18px;
	text-align:center;	
	margin-top: 6px;
	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{
}
#TopNav tr td{
	color: #FFBF26;
	font-size: 14px;
	font-weight: bold;
	border-right: solid 1px ffffff;
	padding: 0;
}
#TopNav tr td a{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#TopNav tr td a:hover{
	color: #000000;
}


#SideNav{
}
#SideNav tr th{
	color: #fff;
	font-size: 18px;
	background-color: #000;
}
#SideNav tr td{
	background-image: url(images/bgSideNav.gif);
	background-repeat: no-repeat;
	padding: 2px;
	font-size:12px;
	border-right: solid 1px #000;
}
#SideNav tr td a{
	color: #000;

	font-weight: bold;
	text-decoration: none;
}
#SideNav tr td a:hover{
	color: #fff;
}


#Footer{
	color: #FFFFFF; /* font color */
	text-align:center;
	font-weight: bold;
	padding: 15px;
	border-top: 7px solid #000000;
}
#Footer address{
	/* address tag by default displays in italics */
	font-style: normal;
}

#Footer .inner{
color: #FFFFFF; /* font color */
	text-align:center;
	font-weight: bold;
	padding: 15px;
}
