
/* =======================================
	CSS RESET ***DO NOT REMOVE***	
==========================================*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0; display:block;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
strong {font-weight:bold;}



body,  p, th, td, li, dd {
  font-family: verdana, Helvetica, sans-serif;
  font-size: 10px;
  padding:0px;
  color: #606961; 
  line-height:19px;
  text-align: center; /* for IE */
 }


a:link {font-family:"Century Gothic", sans-serif; text-decoration:none;  font-size: 10px; color: #00A5E0; 		
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}
a:visited {font-family:"Century Gothic", sans-serif; font-size: 10px;color: #00A5E0;
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}
a:hover {font-family:"Century Gothic", sans-serif; font-size: 10px; color: #E67A43;
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}
a:active {font-family:"Century Gothic", sans-serif; font-size: 10px; color: #00A5E0;
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}  


a.rightbarLink:link {font-family:"Century Gothic", sans-serif; font-size: 12px; color: #606961; 		
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}
a.rightbarLink:visited {font-family:"Century Gothic", sans-serif; font-size: 12px;color: #606961;
display: inline; text-decoration:none;font-weight: bold; margin-top:10px}
a.rightbarLink:hover {font-family:"Century Gothic", sans-serif; font-size: 12px; color: #E67A43;
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}
a.rightbarLink:active {font-family:"Century Gothic", sans-serif; font-size: 12px; color: #606961;
display: inline; text-decoration:none; font-weight: bold; margin-top:10px}





p{
 margin-top:20px;
 text-align: left; /* for IE */
 }

H1{
  font-family:"Century Gothic", sans-serif;
   font-size: 150%; 
   color: #00A5E0;
   line-height:19px;
   margin-top:10px;
   font-weight:bold;
}


h2 {
  font-family:"Century Gothic", sans-serif;
  font-size: 130%; 
  color: #E6C55E;
  margin-bottom:10px;
  margin-top:5px;
  font-weight: bold;
}



h3 {
  font-family:"Century Gothic", sans-serif;
  font-size: 110%; 
  color: #606961;
  margin-bottom:10px;
  margin-top:5px;
  font-weight: bold;
}

h4 {
	font-family:"Century Gothic", sans-serif;
	font-size: 200%; 
  	color: #00A5E0;
	margin-bottom:10px;
	margin-top:5px;
	font-weight: bold;
	line-height:120%
	}
	
.mainBody{
	width:632px;  
	border:1px solid #E4E3E3; 
	padding:4px; 
	margin-left:auto; 
	margin-right:auto;
	text-align: left; /* for IE */ 
	margin-top:2px; 
	margin-bottom:2px; 
	min-height:400px;
    
}
.contentHolder {
	 min-height:400px;
	 
	}
.header{height:92px; border:0px solid green;}
.headerBar { 
	padding:0px;
	width:632px;
	height:2px;
	background-color: #E67A43;
	margin-top:2px;
	}
.titleBar {
	float:left;
	width:480px;
	}

.titleImage {
	float:right;
	width:124px;
	}

.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
	
		
.floatrightImage {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	}
	
.floatleftImage {
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
		}
.contentArea {float:left; min-height:400px; width:450px; margin-left:5px; border:0px solid green;}
table.timetable {border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.timetable th {
	border-width: 1px 1px 1px 1px;
	font-weight:bold;
	font-family:"Century Gothic", sans-serif; font-size: 10px;color: #ffffff;
	padding: 3px 3px 3px 3px;
	border-style: dotted;
	border-color: gray;
	background-color:#B4B98D ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.timetable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted;
	border-color: gray;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

.storyContainer {margin-top:30px; }

.rightBar{width:124px; float:right; margin-top:2px; border: 0px solid #D9D9D9;}
.navArea{padding-top:10px; border: 0px solid #D9D9D9;}
.navArea ul {
	border:0px solid red;
	margin-left: 0;
	padding-left: 0;
	} 

.navArea ul li {
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	font-size: 10px;
	color: #61882B;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 0px 0px 10px;
	border: 0px solid #D9D9D9;
	list-style: none;
	
	
	
	}
	.navBar { 
	padding:0px;
	width:125px;
	height:2px;
	background-color: #E67A43;
	margin-top:10px;
	}

.features {
	width:125px;
	margin-top:10px
	}
	
.featuresWod {
	width:125px;
	margin-bottom:20px
	}

.features2weeks {
	width:125px;
	margin-bottom:20px
	}
		

.homePageimage { 
	width:294px 
	height:197px;
	}
.advertArea { 
	float:left;
	padding:0px;
	margin-right:5px;
	margin-top:5px;
	}
.advertAreaBoxes { 
	float:left;
	padding:0px;
	}
	
.footerBar { 
	float:left;
	padding:0px;
	width:632px;
	height:2px;
	background-color: #E67A43;
	margin-top:25px;
	}



.blog_btn{
	margin:12px 0px 0px 12px;
	}
	
.cfj_btn{
	margin:15px 0px 10px 0px;
	}
.ttable_note{
	font-size:9px;
	}
