
<!--
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: 2c3175;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C3175;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
div#container {
	width:783px;
	margin: 0 auto;
	position: relative; 
	text-align: left;
	overflow:visible;
	background-color:#000000;
	margin-top: 20px;
  }
div#header {
	width:100%;
	height:216px;
	background-image:url(../images/header.jpg);
	position: relative; 
	}
-->
/*NAV  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */			
	
div#nav {
	height: 41px;
	background-image:url(../images/main-rtp.jpg);
	background-repeat:repeat-y;

	position: relative;
	}	
#nav ul { 
	padding:0; 
    margin:0;
	float:left;
	list-style-type:none;  
	display:inline;
  }
	  
#nav ul li { 
	padding:0; 
    margin:0;
	float:left;
	list-style-type:none;  
	display:inline;
  }
  
#nav a {
  display:block;
  }    

.navHome a {
	width:92px;
	height:41px;
	background:url(../images/nav-home.jpg) 00 no-repeat;
  }
	
.navInstruction a {
	width:162px;
	height:41px;
  background:url(../images/nav-instruction.jpg) 0 0 no-repeat;
  }	

.navVideos a {
	width:106px;
	height:41px;
  background:url(../images/nav-videos.jpg) 0 0 no-repeat;
  }	
	
.navContact a {
	width:130px;
	height:41px;
  background:url(../images/nav-contact.jpg) 0 0 no-repeat;
  }	
  .navEnd a {
	width:293px;
	height:41px;
  background:url(../images/nav-end.jpg) 0 0 no-repeat;
  }	
  /*CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
div#logo {
	width:100%;
	height:74px;
	background-image:url(../images/template/logo.jpg);
	position: relative; 
	}

div#contentbg {
	width:781px;
	background-image:url(../images/main-rtp.jpg);
	background-repeat:repeat-y;
	position:relative;
	}	
div#mainContent {
width: 733px;
padding: 25px 25px;
text-align: left;
position: relative;
}  
#mainContent p {
	margin-bottom:10px;
	line-height: 18px;
	}			

#mainContent ul {
 margin:10px 0px 10px 25px;
	}
	
#mainContent ul li {
	font-size:13px;
	line-height:20px;
	list-style-image:url(../images/bullet.gif);
	}			
	
#mainContent h1 {
	font-size:20px;
	font-weight:normal;
	color:#000200;
	margin-bottom:10px;
	text-transform:none;
	}
#mainContent h2 {
	font-size:20px;
	font-weight:normal;
	color:#FDB813;
	margin-bottom:1px;
	text-transform:none;
	}
#mainContent h3 {
	font-size:16px;
	font-weight:bold;
	color:#010101;
	margin-bottom:10px;
	}
#mainContent h4 {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:1px;
	text-transform:uppercase;
	}
#mainContent h5 {
	font-size:13px;
	font-weight:bold;
	color: #666666;
	margin-bottom:1px;
	margin-right: 5px;
	}
	#mainContent h6 {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	}
	/*FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
div#footerbg {
	width:100%;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	position:relative; 
	height: 101px;
  }
div#footer {
	margin-top:20px;
	position:relative;
	height: 101px;
	color:#ffffff;
	text-align: center;	
  }
#footer ul,
#footer address {
	font-size:10px;
	font-style:normal;
	margin-left: 40px;
	color:#ffffff;
	}	
#footer ul { 
	margin-left:40px;
  }
	  
#footer ul li { 
	padding:0; 
     margin:0;
	list-style-type:none;  
	display:inline;
  }	

#footer a { 
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
  }
  #footer a:hover{ 
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
	color:#ffcd37;
  }
	
#footer .legal a { 
	color:#405871;
	text-decoration:none;
  }	
	
#footer .legal a:hover { 
	color:#FFFFFF;
	text-decoration:none;
  }	