body {
	font-family: Trebuchet MS, Arial, Verdana, Tahoma;
	font-size: 9pt;	
	margin: 0px;
}

#title {
/*	background-image: url(images/logo.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	background-scroll: fixed;
	height: 60px;
	margin: 8px 0px 0px 8px;
}

img {
	border: 0px;
}

#septit {
	background-image: url(images/horzbar.gif);
	background-position: center left;
	background-repeat: repeat-x;
	background-scroll: fixed;
	height: 20px;
	margin-bottom: 8px;
}

#cmenu {
	text-align: center;
}

#menu {
	background-color: #ecdffb;
	border: 1px solid #8b7eba;
	padding: 6px;
	margin: 4px 20px;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0px 14px;
}

#menu li a {
	color: #8b7eba;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #cf662a;
}
