/* CSS Document */

body {
	font:				small/1.6em Verdana, Helvetica, Arial, sans-serif;
	color:				#000000;
	background-color:	#ffffff;
}

.main {
	padding-left:		30px;
	Padding-top:		20px;
	font-size:			1.3em;
	font-family:		Times New Roman, Times, serif;
}

.heading {
	margin-left:		5px;
	border:				none;
	padding:			1px;
	background-color: 	#8F1C5F;
}

.heading p {
	color: 				#F2DC85;
	line-height:		1.2em;
	text-align:			center;
	font-weight:		bold;
	font-size:			1.5em;
}

.sectionh {
	color: 				#F2DC85;
	margin-left:		5px;
	padding:			1px;
	padding-left:		20px;
	padding-right:		3px;
	background-color: 	#8F1C5F;
}

.sectionh p{
	padding-left:		30px;
	padding-top:		0px;
	padding-bottom:		0px;
	font-weight: 		normal;
	line-height:		1.2em; 
}

.pagenav {
	padding:			1px;
	padding-left:		10px;
	padding-right:		5px;
	margin-left:		5px;
	background-color:	#7A003D;
	border-left:		solid 10px #8F1C5F;
	border-bottom:		solid 10px #8F1C5F;
}

.pagenav p, .sectionh h1 {
	color: #F2DC85;
	line-height:		1.2em; 
	text-align:			left;
	font-weight: 		bold;
}


.pagenav a:link, .sectionh a:link, .subh a:link {  
	padding-top:		0px;
	padding-bottom:		0px;
	color: 				#F2DC85; 
	text-decoration: 	none;
}

.pagenav a, sectionh h1 a {

	font-weight: 		bold;
}

.pagenav a:visited, .sectionh a:visited, .subh a:visited {
	color: 				#F2DC85;
	text-decoration:	none;
}
	
.pagenav a:hover, .sectionh a:hover, .subh a:hover {
	text-decoration: 	underline;
	color: 				#FFFCAA;
}	



.message {
	padding:			1px;
	padding-left:		10px;
	padding-right:		5px;
	margin:		15px;
	margin-right:		1px;
	background-color:	#EFB671;

}

.message p {
	color: #7B0748;
	line-height:		.8em; 
	text-align:			center;
	font-weight: 		bold;
}

.message a:link {  
	padding-top:		0px;
	padding-bottom:		0px;
	color: 				#7B0748; 
	text-decoration: 	none;
}

.message a {

	font-weight: 		bold;
}

.message a:visited {
	color: 				#7B0748;
	text-decoration:	none;
}
	
.message a:hover {
	text-decoration: 	underline;
	color: 				#000000;
}	


.sectionh h1{
	font-size:			1em;
	font-weight: 		bold;
}

.smaller {
	font-size:			.9em;
}

#footer {
	font:				80%/1.6em Verdana, Helvetica, Arial, sans-serif;
	text-align:			center;
	padding:			15px;
}
	