/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #385227;
}

#wrapper {
	margin: 15px auto 0px;
	width: 950px;
	text-align: center;
	padding: 0px;
	background: #781301;
}

#header {
	color: #FFFFFF;
	padding: 0;
	font: normal 70% Arial, Helvetica, sans-serif;
	background-color: #781301;
	text-align: center;
}

#date {
	background-color: #000000;
}

#date h1{
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	padding: 2px 0;
}

#date a{
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	padding: 2px 0;
	text-decoration: none;
}

#date a:hover{
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	padding: 2px 0;
	text-decoration: underline;
}

.pedigree {
	float:right;
	margin-right: 20px;
}

#contact {
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 2%;
}

#content {
	font-size: 80%;
	background-color: #FFFFFF;
	width: 90%;
	margin-bottom: 10px;
	margin-top: 20px;
}

#content ul {
	margin-left:40px;
}

#content h1 {
	text-align: left;
	font-size: 150%;
	padding: 20px 0 0px 0px;
	color: #385227;
	text-decoration: underline;
	font-weight: bold;
}

#content h2 {
	text-align: left;
	font-size: 120%;
	color: #000000;
	padding: 0;
	margin: 20px 0 0 0;
}

#content h2 strong{
	color:#660000
}

#content h3 {
	text-align: left;
	font-size: 110%;
	color: #000000;
	margin-left: 20px;
	margin-top: 5px;
}

#content h4 {
	text-align: left;
	color: #000000;
	font-size: 110%;
	margin-left: 2px;
	margin-top: 5px;
}

#content h5 {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 0;
}

#content h6 {
	text-align: center;
	font-size: 150%;
	padding: 20px 0 10px 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content p {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
}

#content p strong {
	color: #385227;
	font-weight: bold;
	font-size: 110%;
}
#content p em {
	color: #660000;
	font-weight: bold;
	font-size: 100%;
}

#content a {
	text-align: left;
	font-size: 100%;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
text-align: left;
	font-size: 100%;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}



.clearit {
clear:both;
}

.leftcol {
	float:left;
	width:48%;
	margin-left: 2%;
}

.rightcol {
	width:48%;
	margin-left: 52%;
	margin-right: 2%;
}


#footer {
	background: #781301 url(../assets/global/footer.jpg) no-repeat;
	height: 40px;
	width: 950px;
}

#footer_text {
	margin: 0;
}

#footer_text p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 8pt;
	line-height : 120%;
	font-weight : bold;
	color: #FFFFFF;

}
#footer_text a {
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : center;
font-size : 8pt;
color : #000000;
text-decoration : underline;
}
#footer_text a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : center;
font-size : 8pt;
color : #990000;
text-decoration : underline;
}

#site_text {
	margin-top:10px;
	margin-bottom:15px;
}
#site_text {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-style : normal;
line-height : normal;
color : #e6e3c3;
text-decoration : none;
margin-bottom : 25px;
}
#site_text a{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-style : normal;
line-height : normal;
color : #FFFFFF;
text-decoration : underline;
margin-bottom : 25px;
}
#site_text a:hover{
color : #660000;
}

