/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: "Lucid Sans", Arial, Helvetica, sans-serif;
	color:#666666;
}
body.mceContentBody {
	background-image: none;	
	background-color:white;
}
p {
	margin:0;
	padding:0;
	font-family: "Lucid Sans", Arial, Helvetica, sans-serif;
	color:#666666;
	
}
a {
	color:#666666;
}
form {
	margin:0;
	padding:0;
}
div.search {
	margin-bottom:20px;
}
#tabBar a {
	color:white;
	text-decoration:none;
}

.mosimage_caption
		{
	font-size:10px;
	text-decoration:italics;
	}
.componentheading
		{
	font-size:14px;
	font-weight:700;
	color:#333333;
	margin-bottom:20px;
}

table.poll th {
	font-size:11px;
}
table.poll td {
	font-size:11px;
}
li.mostread a.mostread, li.latestnews a.latestnews  {
	font-size:11px;
	
}
ul.mostread, ul.latestnews {
	list-style-type:none;
	margin:0;
	padding:0;
	
}
div.sponsor {
	border-top: 1px dashed #666666;
	margin:10px 0 5px 0;
}

/* old menu */
a.mainlevel_active {
	color: #f26921;
	text-decoration:none;
}
a.mainlevel {
	text-decoration:none;
}

/* flyout nav */
/*.transMenu .item td
{
	color:#656565;
	background:#fff;
	text-indent: 0px;
	height:24px;
	padding-top:10px;
padding:10px;
}

 .transMenu #active .item td
{

}

.transMenu .item {
    color:#656565;
    text-decoration:none;
	this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row 
	border:none;
	cursor:pointer;
	cursor:hand;
	display: block;
	width: 175px !important;
	width: 160px;
	background:#fff;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-indent: 0px;
	height: 25px !important;
	height: 30px;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-family: "Lucid Sans", Arial, Helvetica, sans-serif;
	}
*/
.transMenu .item:hover td
{
	color: #f26921;
	background:#fff;
}