@charset "utf-8";
/* CSS Document */




#minitabs {
	margin: 0px; /*to makes menu bar sticks to header section vertically*/
	padding: 8px 6px 20px 0px; /*top right bottom left*/
	/*border-bottom: 1px solid #9FB1BC;*/
	/*text-align: center;*/

	font-size: 80%;
}

#minitabs li{
margin:0;
padding: 0;
display: inline;
list-style-type: none;

}

#minitabs a{
line-height: 14px;
padding: 0px 12px 6px 12px;
text-decoration: none;
color:#000000;
}





#minitabs a.selected {
 color:#003366;
 padding-top: 50%;
 font-size: 100%;
 border-bottom: #003366 thick inset;
 font-weight: bolder;;
}

#minitabs a:hover{
/*color:#003366;*/
/*background:  #FCC654;*/

/*background:  #FCC654;*/
padding-top: .6em; /*this is to control the height of the tab background orange box*/
height: 1em;
font-size: 108%;
font-stretch:ultra-expanded;
font-weight:300;
/*border-style:outset;*/
/*border-bottom: solid 1px #003366;*/
border-bottom: solid thick #FCC654;
}


#leftcolumn {
	position: absolute;
	top: 81px;
	width: 12%;
	background:#E6FFE6;
	padding: 4px;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}


#rightcolumn {
	position: absolute;
	top: 81px;
	width: 12%;
	background:#E6FFE6;
	padding: 4px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}



p {
	line-height: 1.5em;

}

/* rss news styling */


#news{
font-family: Arial, Helvetica, sans-serif;
}

#news h2{
font-weight:bold;
font-size: 80%;
margin-bottom:0;
margin-bottom: 0;
margin-top: 2px;
}

#news h4 {
	margin: 0px 0;
	padding-left:0;
	 font-size: 100%;
  font-weight:100;
  line-height: 1.5em;
  margin-top: 0;  /*keep first line close to its title*/
	}

#news p {
	font-size:80%;
	margin:0 0 0 25px;
	
	}

#news a {
	text-decoration:none;
	margin-top: 50px;
	padding:2px 0;
	font-size: 150%;
	color:#000000;
	font-weight:200;
	}
	
#news a:link {
	color:#000000;
	}
	
#news a:visited {
	color: #CC9900;
	}
	
