@charset "utf-8";
h1 {
	color:#B51032;
}
#navigation {
	font-family: Tahoma;
	font-weight:bold;
	font-size:0.9em;
	background-color:#B51032;
	height:28px;
	width:816px;
	padding:0 0 0 4px;
	margin:0;
	
	
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-left: 8px;
	padding-bottom: 3px;
}
#navigation li {
	display:inline;
	padding: 2px;
}
#navigation a:link, #navigation a:visited {
	padding:3px 10px 2px 10px;
	color: #FFFFFF;
	background-color:#B51032;
	text-decoration:none;
	border:1px solid #FFFFFF;
}
#navigation a:hover {
	color:#FFFFFF;
	background-color:#711515;
}
.emphasisCentered {
	text-align:center;
	font-style:italic;
	color:#ffcb05;
	font-size:1.2em;
}
.emphasis {
	font-style:italic;
	color:#ffcb05;
	font-size:1.2em;
}
.RedButton {
	background-color: #D2583F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
form {
	padding-top:5px;
}

.smallText {
	font-size: .9em;
}

.smallText a:link, .smallText a:visited  {
	color:#0000CC;
}

.pStyle1 {
 	text-align:justify;
	width:95%;
}

.pStyle2 {
	text-align:center;
	width:95%;
}
	
