body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
}
img{
	border: 0px;	
}

h1
{
	color:#0060aa;
	font-size:30px;	
}
h3
{
	color:#005292;
	font-size:18px;	
}
#container{
	width:950px;
	margin:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#nav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(/Includes/images/siteimages/black_bar.gif);
    background-repeat: no-repeat; 
    background-position: center;
    height:30px;
    padding-top:13px;
}
#nav_text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav_text a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav_text a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#nav_text a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#page_shadow_left {
	width:16px;
	background-image:url(/Includes/images/siteimages/left_shadow.gif);
	background-repeat:repeat-y;
	font-size:0px;
}
#page_shadow_right {
	width:16px;
	background-image:url(/Includes/images/siteimages/right_shadow.gif);
	background-repeat:repeat-y;
	font-size:0px;
}
#page_shadow_bottom {
	height:21px;
	background-image:url(/Includes/images/siteimages/bottom_shadow.gif);
	background-repeat:no-repeat;
	font-size:0px;
}
#page_shadow_leftcorner {
	background-image: url(/Includes/images/siteimages/left_corner.gif); 
	background-repeat: no-repeat;
	font-size:0px;
}
#page_shadow_rightcorner {
	background-image: url(/Includes/images/siteimages/right_corner.gif); 
	background-repeat: no-repeat;
	font-size:0px;	
}
.nav_separator {
	font-size: 14px;
	font-weight:bold;
}
#clickonlogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left:10px;
}
#mainContent
{
	padding: 10px 50px 20px 50px;	
}
#mainContent a
{
	color:#003660;
	text-decoration:none;
	font-weight:bold;	
}
#mainContent a:visited
{
	color:#003660;
	text-decoration:none;
	font-weight:bold;		
}
#mainContent a:hover
{
	color:#0060aa;
	text-decoration:underline;
	font-weight:bold;	
}
#mainContent a:active
{
	color:#003660;
	text-decoration:none;
	font-weight:bold;	
}
#mainContent li
{
	padding-top: 3px;
}
.commentBox 
{
	background-color:#EEEEEE; 
	width:400px; 
	margin:auto; 
	padding:5px; 
	text-align:center; 
	border: solid 1px #999999;	
}
.textHighlightBlue
{
	color:#0060aa;
	font-weight:bold;
}
.featuresOptions
{
	float:left;	
	margin-left:50px;
	text-align:left;
}
.featuresOptionsTitle
{
	font-size:16px;
	font-weight:bold;
}
.currentIncentives
{
	float:right;
	margin-right:50px;
	text-align:left;
}
.currentIncentivesTitle
{
	font-size:16px;
	font-weight:bold;	
}

.incentivesText
{
	text-align:left;
}
.RegCol2
{
	text-align:left;
	margin-left: 5px;
}
#copyright
{
	font-size:10px;
	text-align:right;
	font-weight:bold;
	color:#005292;	
}
#copyright a
{
	font-size:10px;
	font-weight:bold;
	color:#003660;
	text-decoration:none;
}
#copyright a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#003660;	
	text-decoration:none;
}
#copyright a:hover
{
	font-size:10px;
	font-weight:bold;
	color:#0060aa;
	text-decoration:underline;
}
#copyright a:active
{
	font-size:10px;
	font-weight:bold;
	color:#003660;
	text-decoration:none;
}

/*      Incentives         */

.incentiveTable {
	border: solid 1px #181818;
	margin: 0px 0px 0px 20px;
	width: 790px;
}
.incentiveTitleVehicle {
	background-color:#181818;
	background-image: url(/Includes/images/siteimages/incentiveTitleBG.gif);
	background-repeat:repeat-x;
	height:10px;
	width:30%;
	font-weight:bold;
	color:#FFFFFF;	
}
.incentiveTitleAvailable {
	background-color:#181818;
	background-image: url(/Includes/images/siteimages/incentiveTitleBG.gif);
	background-repeat:repeat-x;
	height:10px;
	width:40%;
	font-weight:bold;
	color:#FFFFFF;	
}
.incentiveTitleAPR {
	background-color:#181818;
	background-image: url(/Includes/images/siteimages/incentiveTitleBG.gif);
	background-repeat:repeat-x;
	height:10px;
	width:30%;
	font-weight:bold;
	color:#FFFFFF;	
}
.incentiveTitleText {
	font-weight:bold;
	color:#FFFFFF;	
}
.incentiveTitleHighlightBG {
	background-color:#dddddd;
}