/* Body */

.header {
	background-image: url(../ofc/images/logo.jpg);
	height: 160px;
}

#footer {
	background-color: #CC5358;
	color: #FFF;
}

/* Text */

.title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	border-bottom: 1px solid #5577B1;
	width: 100%;
}

.rightheadline {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AC3338;
}

/* Top Menu */

		#menu {
			background-color: #AC3338;
		}

/* Navigation */

		#navigation {
			background-color: #AC3338;
		}

.navtitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #E6C684;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
}

/* The Main Table */

.right {
	vertical-align: top;
	width: 170px;
	padding: 5px;
	border-left: 2px solid #AC3338;
}

/* Links */

A:link, A:active, A:visited {
	color: #00F;
	text-decoration: none;
}

A:hover {
	color: #AC3338;
	text-decoration: none;
}

