body {
	background-color: #CCCCCC;
	font-family: Tahoma, Arial, san-serif;
}
.footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
}
#content {
	background: #FFFFFF;
}
#content p, #content li {
	font-size: 12px;
}
#content h1 {
	font-size: 20px;
	color: #586971;
}
#content h2 {
	font-size: 14px;
	border-bottom: 1px solid #CCC995;
	border-top: 1px none #CCC995;
	border-right: 1px none #CCC995;
	border-left: 1px none #CCC995;
	color: #F8914C;
}
.breadcrumb {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}
#content a {
	text-decoration: none;
	color: #A973CC;
}
#content a:hover {
	color: #663586;
	text-decoration: none;
}
.smallText {
	font-size: 9px;
	color: #999999;
}
.choice {
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
.choiceFocus {
	font-size: 11px;
	text-align: center;
	background: #EAEBC3;
	padding: 7px;
	color: #FFFFFF;
	border: 1px solid #CCC995;
}
#navigation {
	padding:0;
	margin:0 auto;
	text-align: center;
}
#navigation a:link, #navigation a:visited {
	font-size: 14px;
	padding: 0 20px 0 20px;
	text-decoration: none;
	color: #333;
	display: block;
	float: left;
	line-height: 44px;
}
#navigation a:hover {
	color:#000;
}