body {
	margin: 0; 
	padding: 0;
	color: #444;
	font-family : 'MS Sans Serif', Helvetica, Arial, sans-serif;
	font-size: 95%;
	text-align: center;
	background: #ffe;
	}

#fwc {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}


a {
	color: #558;
	text-decoration: underline;
	}

a:hover {
	color: #44b;
	}
	
#bannerrow {
	width: 770px;
	height: 100px;
	}

#banner-left {
	float: left;
	width: 670px;
	height: 100px;
	}

#logo {
	width: 670px;
	height: 100px;
	border: 0;
	}

#banner-right {
	float: left;
	width: 100px;
	height: 100px;
	background: rgb(192,199,228);
	}

#imgrotate {
	width: 100px;
	height: 100px;
	border: 0;
	}



#menu {
	width: 770px;
	border-bottom: 1px solid rgb(100,115,159);
	border-top: 1px solid rgb(192,199,228);
	background: rgb(127,145,193);
	text-align: center;
	color: #ffe;
	padding: 0.4em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 90%; 
	}

#menu a {
	color: #ffe;
	text-decoration: none;
	}

#menu a:hover, #menucur {
	color: #558;
	text-decoration: none;
	}

#content h2 {
	color: #558;
	font-size: 150%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#content h2, #content p {
	margin: 0.8em 0;
	}

#cleft {
	width: 580px;
	float: left;
	}

#cright {
	width: 170px;
	float: left;
	padding: 0 0 0 20px;
	}

#cboth {
	width: 770px;
	padding: 0;
	}

div.rbox {
	border-bottom: 1px solid rgb(100,115,159);
	padding: 6px 10px;
	margin: 2em 0;
	font-size: 90%;
	width: 150px;
	background: rgb(127,145,193);
	background-image: url(images/rboxbg.jpg);
	background-repeat: repeat-x;
	color: #ffe; 
	}

div.rbox strong a, #footer a {
	text-decoration: none;
	}

table.fbox { 	
	border-bottom: 1px solid rgb(100,115,159);
	background: rgb(127,145,193);
	background-image: url(images/rboxbg.jpg);
	background-repeat: repeat-x;
	color: #ffe;
	padding: 6px 10px;
	}

#footer {
	text-align: right;
	font-size: 75%;
	height: 25px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	padding: 8px 10px 0 0;
	clear: both;
	}

hr {
	height: 1px;
	border: 0;
	color: #558;
	background-color: #558;
	}

span.wdate {
	color: #558;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	}

a img { border: 0; }