a {
	color: #1c63c2;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#content {
	width:640px;
	padding:0px;
	font-size:110%;
}

#content p{
	font-size:110%;
	color: #666666;
}


#content h1 {
	font:240% Times, "Times New Roman", Times, serif;
	padding:5px 0;
	color:#666666;
	}
	
#content h1 .section a{
	color: #bfbfbf;
	text-decoration: none;
}

#content h2 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
	}
	
#content h3 {
	color:#666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	}

#subnav{
	background-color: #ccc4b9;
	width: 100%;
	height: 32px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
}

#subnav ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subnav li{
	float: left;
	list-style-type: none;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
}

#subnav a{
	color: #5b5855;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;

}


#subnav a.current, #subnav a:hover{
	color: #FFFFFF;
	background-color: #5b5756;

}
.clear {
	clear: both;
	width: 1px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.message {
	clear: both;
	font-size: 12px;
}

