BODY,HR{
	background-color : White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color :navy;
	font-size : 0.6em;
	
	/*max-width:850px;
	maxWidth:850px;*/
	/*   using em the font appears the same size in the editor as on the page and is browser sizable  */
}

P{
	margin-top : 0em;
	margin-bottom : 1.5em;
}

LI {
	list-style : outside;
	margin-left : -1em;
}

.heading  {
	font-size : 200%;
}

.subheading  {
	font-size : 120%;
}

.body  {
}

.bodyTiny  {
	font-size : 80%;
}

.body12 {
font-size : 12px;
}

#divall {
	width: expression(document.body.clientWidth > 850? "850px": "auto" );
	max-width:850px;
	/*the first one for msie, second for the rest*/
}

#main {
	display:block;
	margin:0px 4px 4px 10px;
}

#sponsors {
	padding:4px 0px 0px 8px;
	vertical-align : top;
	float:right;
	width:140px;
	margin:0px 0px 4px 0px;
	border-left:0px solid whitesmoke;
	}

#menu {
	float: left;
	left:10px;
	width:150px;
	background:whitesmoke;
	margin:0px 10px 10px 0px;
	bottom:inherit;
	font-size : 12px;
	}
#tame {
	float:right;
	width:800px;
	background:white;
	margin:0px 0px 10px 0px;
	text-align:right;
	}

A:hover  {color :  #F60D11; text-decoration: underline;}

.menu  {
	font-size : 12px;
	color : blue;
	text-decoration: none;
}

.menuS  {
	font-size : 12px;
}

.menuT  {
	font-size : 13px;
	font-weight:bold;
}

.editbar {
	font-size : 12px;
	color : white;
	text-decoration: none;
	background-color : Navy;
}



