#title {
	color: #ffffff;
	border-bottom: 1px dotted #f88c4c;
}

#navigation {
	color: #a4bac8;
	border-right: 1px solid #f88c4c;
	border-bottom: 1px solid #f88c4c;
	margin-right: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 15pt;
}

#navContainer {
	height: 535px;
	float: left;
}

.navItem {
	height: 50px;
	width: 200px;	
}

a {
	color: #a4bac8;
	text-decoration: none;
}

a:visited {
	color: #a4bac8;
}

a:hover {
	color: #f88c4c;
}

h1 {
	color: #f88c4c;	
}

li {
	color: #f88c4c;
}

td {
	vertical-align: top;	
}

#main {
	font-family: Arial;
	font-size: 10pt;
	width: 600px;
}

.standard {
	font-family: Arial;
	font-size: 10pt;	
}

#right {
	width: 200px;
}

#footer {
	background-color: #a4bac8;
	color: #f88c4c;
}