﻿@import url("layout.css");
body {
	font-family: Tahoma;
	font-size: 13pt;
	color: #550000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: inherit;
	background-image: inherit;
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: inherit;
	background-image: inherit;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: inherit;
	font-size: 12pt;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/wood-texture-background.jpg');
}
#content {
	background-color: inherit;
	background: inherit;
	margin-left: 150px;
	padding: 8px;
	color: #550000;
	background-image: inherit;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 0.5%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
/*	background-color: #993300; */
	background-color: #17365D;
}
#masthead img {
	float: none;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #17365D;
}
h2,h3,h4,h5,h6 {
	font-family: Western;
	font-weight: bold;
	color: #17365D;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #FEDD7A;
}
#sidebar a, visited {
	font-weight: bold;
	text-decoration: none;
	color: #FEDD7A;
	padding: 1%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #333333;
	margin-left: 10px;
} 
/*#sidebar a:link,a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	border-bottom: 1px solid #f5f5f5;
	background-color: #003300;
	font-style: normal;
	padding-left: 20px;
} */
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	border-bottom: 1px solid #f5f5f5;
	background-color: #17365D;
	font-style: normal;
	padding-left: 20px;
}
/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #DDCC99;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCDDFF;
	text-decoration: none;
}
a {
	color: #008080;
	text-decoration: none;
}
a:hover {
	color: #800080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.ped-table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}
.sire {
    background-color: #E5E2E2;
	color: #336666;
	font-family: Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #666666;
	font-size: 8pt;
	}

.dam {
	background-color: #FFFFFF;
	color: #9932CC;
	font-family: Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #666666;
	font-size: 8pt;
	}

