body {
	background: #fff url(../images/mainbg.jpg) top left;
	border:none;
	margin:0;
	padding:0;
	
}

body, .content, .page-content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #396c9f;
	
}

.wrapper{
	width:1000px;
	margin:0 auto;	
	text-align:center;
}

.page-content {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	width:962px;
	text-align:left;
}

.page-content .inner{
	padding:0 6px;
	background: #fff url(../images/col-2.gif) repeat-y right top;

}

p{margin:0; padding:0 0 10px 0;}
.bold{font-weight:bold;}
.section{padding-bottom:20px;}
.left{float:left;}
.right{float:right;}
.title {font-size: 14px;color: #fff;}				
.contentwhite {font-size: 12px;color: #fff;}		
.big {font-size: 30px;font-weight:bold;color: #fff;}				
.small {font-size: 20px;color: #fff;}				
.bigyellow {font-size: 26px;color: #f9ff00;}				
.smallyellow {font-size: 16px;font-weight: bold;color: #f9ff00;}				
.smalltext {font-size: 9px;color: #396c9f;padding-left:5px;}

.content {}				
.content a{color: #396c9f;}				
.rotating_ad {font-size: 10px;text-decoration: none;color: #fff;}

.col-1, .col-2{float:left;}
	.col-1{ width:705px; }
		.col-1 .inner-col{padding:10px;}
	.col-2{width:245px; }
	
.specials{ background: url(../images/specials.gif) repeat-x left top; margin:0; padding:0; }
	
			
/*--------LINKS------------*/	
	
a {
	text-decoration:none; 			
	color: #000;
	cursor: hand;
}

a:hover{text-decoration: underline;}			
a img {border: none;}			
	
			
/*----------------- Top Bar ------------*/			
							
.header_white {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}	


.image1 {
	background-image: url(../images/top_header_02.gif);
	background-color:#cccccc;
	margin:0;}
	
.image2 {
	background-image: url(../images/top_header_03.gif);
	background-color:#cccccc;
	margin:0;}	

.contentbold,.contentbold a {
	font-size: 13px;
	font-weight: bold;
	color: #396c9f;
}

.contentfield {
	font-size: 10px;			
	text-decoration: none;
	color: #396c9f;}		
			
.footertext, .footertext a{
	font-size: 10px;
	color: #396c9f;
}						
	
.links, .links a {
	font-weight: bold;
	color: #396c9f;
	font-size:12px;
}	

.tablestyle {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	padding-left:25px;										
}

.footer{background:#fff; margin:0 auto; width:962px;}
.footer .inner{padding:0 6px 6px;}
.footer_text, .footer_text a {font-size: 11px;  color:#336699;}
.style2 { font-size: 11px; color: #336699; font-weight: bold; }

/*********************************************
	UTILITIES
*********************************************/
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}

/* clearfix - is used for clearing floats */
.clearfix:after, div:after, ul:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix, div, ul{display:inline-block;}
* html .clearfix{height:1%;}
* html div{height:1%;}
* html ul{height:1%;}
.clearfix, div, ul{display:block;}
