@charset "utf-8";
/* CSS Document */

p {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: lighter;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

h5 {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	color: #2F3945;
}

h4 {
	font-size: small;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 5px;
	font-variant: small-caps;
	color: #2F3945;
}
	

h3 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	color: #B51032;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	line-height: 1.5em;
	margin: 5px;
	color: #2F3945;
}
blockquote {
	text-indent: 15px;
}
table tr td p {
	font-size: small;
}

#navigation {
	font-family: Verdana, Geneva, sans-serif;
}


#content h3 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	line-height: 1.5em;
	margin: 5px;
}
#content p a {
	color: #B51032;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #FFF;
}
.centertext {
	text-align: center;
}
p.centertext {
	line-height: 1em;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
p.tighttext {
	line-height: 1.3em;
}
p.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	text-align: center;
}
p.signature {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
	color: #006;
	font-size: 1em;
	margin-left: 20px;
	font-variant: small-caps;
	font-style: italic;
}



.itals {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.highlighttext {
	color: #00F;
	font-size: smaller;
}


#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	border-bottom: 1 px solid #ED9F9F;
}
li.copylist {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: lighter;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

#navigation ul ul {
	margin-left: 12px;
}

#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #BFB18E;
	color: #711515;
}

#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#contentreallylong ul ul li {
	margin-left: 10px;
}
#contentreallylong li {
	list-style-type: none;
}
#contentreallylong ul {
	list-style-type: none;
}
#contentreallylong ul ul ul li {
	margin-left: 30px;
}

.styledlist {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #666;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}
