* {font-size:11px; font-family:verdana, sans-serif;color: #333;}
body 	{  margin: 0; padding: 0; text-align:center;}

#tabheader
    {
    /*background:;*/
    }
    
.tabcontent
   {
   	display:table; /* for firefox non background display weirdness */
	text-align: left;
  	position: relative;
  	padding: 0:5:5:5;
  	margin: 20px auto;   /* Centers layout */
	background: url(../images/kback3.jpg) top repeat-y;
	overflow-x:auto;
	overflow-y:auto;
	height:400px;
	width:600px;
   }


#container 	{ width: 900px;
	display:table; /* for firefox non background display weirdness */
	text-align: left;
  	position: relative;
  	padding: 0;
  	margin: 20px auto;   /* Centers layout */
	background: url(../images/kback3.jpg) top repeat-y;
	}			
#nav {
	width:225px;  /*   width:"235px"; lt ie6 box model hack */
	border-top:3px solid #fff; 
	color:#fff;
	float: left;
	background: url(../images/navgrad.jpg) top repeat-x;
}
#nav a {display:block;color:#fff;padding:9px;border-bottom:2px solid white;}

.add {padding:20px 10px 10px;margin-bottom:50px;}
#nav .add a {display:inline;border:none;padding:0;color: #00C0FF;}

.ten {padding:10px;}

#page {
	width:645px;
	float: left;
	margin: 10px 0px 20px 20px;
}

#foot {background-color:#007968;color:#fff;padding:8px;clear:all;text-align:center;border-top:2px solid #fff;}

.ln {width:425px;height:25px;border-bottom:2px solid #007968;margin-bottom:20px;}
.ln img {float:right;}

.brd {border:1px solid #007968;padding:3px;margin:0 0 10px 10px;}


.nuwrap {float:right;width:196px;margin:0 0 0 20px;}
.rnoos {width:196px;border:solid 1px #007968;background: url('../images/newsback.png');margin-bottom:15px;}

h1, h2 {margin:0;}
p {margin-top:0;}


blockquote {
	font-style: normal;
	padding: 0 20px 0 30px;
	color: #000;
	background: url(../images/quote.png)  top left no-repeat;
}

a 				{ color: #00C0FF;font-weight:bold;text-decoration:none; }
a:hover			{ text-decoration: underline; }
hr 				{ color: #007968; background-color: #007968; height: 2px; style:solid; margin:10px 0 20px;}


.fltr 			{ float: right; }
.fltl 			{ float: left; }



