@charset "utf-8";

body {
	background: #781b23;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #Black;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding: 10px 20px;
	background-image: url(EveryPageImages/headerimage.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

a img { border: none; }

.oneColFixCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #TopTabs {
	background-image: url(EveryPageImages/silvertabbg.jpg);
	border:0px;
	background-repeat: no-repeat;
	height:32px;
	padding-bottom: 0px;
}


.oneColFixCtrHdr #mainContent {
	padding: 5px 20px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent #LeftNav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin-right: 18px;
	margin-bottom: 3px;
	margin-top: 0px;
	background: #DDDDDD;
	background-repeat: no-repeat;
	background-position: left top;
	Width: 220px;
	background-attachment: scroll;
	font-size: 10.5pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: relative; bottom: 5px;
}

.oneColFixCtrHdr #container #mainContent #AboutUs {
padding-left: 25px;
}


.oneColFixCtrHdr #container #mainContent #AboutUs li {
padding-left: 0px;
margin-left: 0px;
}

.oneColFixCtrHdr #header a {
color: white;
}

.oneColFixCtrHdr #LeftNav a {
text-decoration: none;
color: black;
}

.oneColFixCtrHdr #LeftNav a:hover {
font-weight: bold; 
}

.oneColFixCtrHdr #TopTabs a {
color: black;
text-decoration: none;
font-weight: bold;
}

.oneColFixCtrHdr #TopTabs a:hover {
color:#781b23;
}


.oneColFixCtrHdr #container #mainContent #AboutUs a {
color: #781b23;
}

.oneColFixCtrHdr #container #mainContent #AboutUs a:hover {
font-weight: bold; 
color: #781b23;
}

.oneColFixCtrHdr #container #mainContent #contact a:hover {
font-weight: normal;
}

h1 {
font-weight: bold;
font-size: 13pt;
}

li {
position: relative; left: 20px;
}

hr {
line-height:40%;
}

