BODY {
	FONT: 13px Arial, Helvetica, sans-serif; 
	BACKGROUND: url(images/bg.gif) repeat-x;
	padding:10px 40px 0px 40px;
	margin-top:0px;
	}


.more {
	text-align: right;
	font-size:10px;
}
.more a {
	text-align: right;
	color:#CC6666;
}
.more a:hover {
	text-decoration: underline;
	color:#FF0000;
}


/* align images + text */	

.img-left{ float:left; margin:0px 0px 0px 0px; width:80; height:90; }		/* Add this to any image you want to left align  */
.img-right{ float:right; margin:10px 5px 10px 10px;width:80; height:90; }	/* Add this to any image you want to right align */
.textimg-left{ float:left; margin:0px 0px 0px 0px; width:150; height:130; }		/* Add this to any image you want to left align  */
.textimg-right{ float:right; margin:0px 0px 0px 0px;width:150; height:130; }	/* Add this to any image you want to right align */

.text-right{ text-align:right; }
.text-center{ text-align:center; }

.header {
	WIDTH: 900px; 
	/*/background:#ffffff;*/
	background: url(images/bgh.gif) repeat-x;
	vertical-align:middle;

	
	
	}
	

.nav {
	background: url(images/bg_nav.gif) repeat-x;
	width:100%;
	height:50px;
	vertical-align:baseline;
}

/* =NAVIGATION & SUBNAVIGATION
	-------------------------------*/
	.navtext { padding:15px 0px 0 5px; margin:0px 0px; }
	.navtext ul { padding:0; margin:0; list-style:none; border:0;}
	.navtext ul li { float:left; margin:0; padding:0 0 0 0; border:0;}
	.navtext ul li a { float:left; margin:0; padding: 5px 15px 10px 10px; color:#fff; font-size: 12px;text-decoration:none;
	font-weight:bold;}
	.navtext ul li a:hover{ text-decoration:underline; }
	.navtext ul li a.active {  background:url(images/bg_nav_act.gif) no-repeat bottom center; padding: 5px 10px 15px 10px;  }
	
	/* =CONTENT 
-------------------*/

  .content { 
	height:100%;
	width:100%;
	LINE-HEIGHT: 20px; 
	background:#eeeeee;
	padding:0px 0px;
	margin:0px 0px;
	}

	
	.content h2 { margin:0; padding:10px 5px; font-size: 25px; color:#424a55; }
	.content h3 { margin:0; padding:0px 0px; font-size:14px; color:#CC3300;}
	.content h4 { margin:0; padding:15px 5px; font-size:16px; font-weight:bold; text-align:left; color:#003399; }
	.content ul { margin:0 40px 0 0; padding:0 10px 15px 20px; list-style:inside; } 
	.content li { margin:0; padding:0;} 
	.content ul li ul{ padding-bottom: 0px; }
	.content p, #content li { line-height:24px; }
	.content p { padding:5px; margin:0;}
/*  SIDEBAR */
	#textblock { float:left; width:600px; padding:5px 10px 5px 20px; font-size:13px; text-align:justify; line-height:30px; }
	#textblock  h3{ padding:0px 0; margin-bottom:3px; font-size:14px; border-bottom:1px solid #CCccff; }
	#textblock  h4{ padding:0px 0; margin-bottom:00px; font-size:12px; }
	

/*  SIDEBAR */
	#sidebar { float:left; width:300px; padding:5px 10px 5px 10px; font-size:12px; text-align:justify; }
	#sidebar  h3{ padding:0px 0; margin-bottom:3px; font-size:14px; border-bottom:1px solid #CCccff; }
	#sidebar  h4{ padding:0px 0; margin-bottom:00px; font-size:12px; }

/*  SIDEBAR R */
	#rsidebar { float:right; width:300px; padding:5px 10px 5px 10px; font-size:12px; text-align:justify; }
	#rsidebar  h3{ padding:0px 0; margin-bottom:3px; font-size:14px; border-bottom:1px solid #CCccff; }
	#rsidebar  h4{ padding:0px 0; margin-bottom:00px; font-size:12px; }

/* =RIGHT SIDEBAR */
	#navbar { float:left;  padding:20px 20px 20px 20px; width:180px; }
	#navbar  h3{ padding:5px 0; margin-bottom:3px; font-size:14px; border-bottom:2px solid #ff9900; }

/* =SIDEBAR NAVIGATION*/
	#navbar ul { padding:0; margin:0; list-style:none;}
	#navbar ul li { padding:5px 5px; border-bottom:1px solid #ff9900;}
	#navbar ul li a { background:none; color:#CC0000; font-weight:normal; padding:0 0 0 5px; text-decoration:none;  }
	#navbar ul li a.active { color:#0000FF;}
	#navbar ul li a:hover {  text-decoration:underline;color:#FF0000;}

/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */

.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
	.fixed{display:block;}
	/*  \*/
	.fixed{min-height:1%;}
	* html .fixed{height:1%;}
			
/*FOOTER */
.footer {
	background: url(images/bg_nav.gif) repeat-x;
	width: 100%;
	height:18px;
	font-size:10px;
	text-align:center;
	color:#CCCCCC;
	padding-top:3px;
	
}
.flink{
background-color:#ffeeff;
padding:0px 0px 0px 0px;
font-size:10px;
width:100%;
text-align:center;
}
.flink a { background:none; color:#CC6666; font-weight:normal; padding:0px 5px 5px 5px; text-decoration:none;  }
.flink a:hover {  text-decoration:underline;color:#FF0000;}

