body
{	font-size: 80%; 
	font-weight: normal; 
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	min-width: 950px;
}
table
{	font-size: 100%; 
	font-weight: normal; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#bottom {	
	font-size: 85%; 
	color: #666666;
}
#mainbody {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/back.gif') repeat-y;
	
}
.bottomedge {
	margin: 0 auto;
	text-align: left;
	background: url('../images/bottomimg.gif') repeat-x;
}

#date {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgleftfloat
{
    float: left;
    margin: 0px 10px 5px 0px;
    border: 2px solid #C0C0C0;

}
.imgrightfloat
{
    float: right;
    margin: 0px 0px 5px 10px;
}

.clearfloats { clear: both; }

#header {
	background: #EEAF00 url('../images/logo.gif') no-repeat;
}

a:link, a:visited {
	color: #494949; 
	text-decoration: underline;
}
a:hover {
	color: #494949; 
	text-decoration: none;
}
a:active {
	color: #494949; 
	text-decoration: underline;
}

.navmenu {
	background-color: #EEAF00;
}

.navmenu a {
	display: block;
	width: 140px;
	margin: 2px 2px 2px 2px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	text-align: left;
	color: #494949; 
}

.navmenu a:link, .navmenu a:visited  {
	text-decoration: none;
	color: #494949; 
}
.navmenu a:hover {
	color: #ffffff;
}
.navmenu a:active {
	text-decoration: none;
	color: #494949; 
}