body
{
	background: #DEE6DD url('images/bg.jpg') repeat-x;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #000000;
}

td, p
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #474345;
}

.headline
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #006600;
}

ul
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #474345;
	list-style-image:url('images/star.gif'); list-style-type:disc;

}

.newsbox
{
	background: #F3F3FF url('images/news_bg.gif') repeat-x;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #000000;
}


.white
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	line-height:11px;
	color: #FFFFFF;
}

.headline
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 16px;
	line-height:10px;
	font-weight: bold;
	color: #336633;
}


a:link, a:visited, a:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color:#6878B7;
}

a:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size:11px;
	text-decoration: underline;
	color:#006600; 
}

a.submenu:link, a.submenu:visited, a.submenu:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color:#993399;
}

a.submenu:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
	color:#006600;
}

input.clock
{
        background-color: #006600;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFCC00;
        border: 1px solid #006600;
}

input.clock2
{
        background-color: #024800;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFCC00;
        border: 1px solid #024800;
}



/*SCROLLABLE DIV*/

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/

#makeMeScrollable {
	width: 720px;
	height: 65px;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 65px;
}

div.scrollableArea
{
	position: relative;
	width: 100%;
	height: 65px;
}
