/* CSS Document */

body {
	font-family: Tahoma, Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	background:url(images/site_architecture/bg.jpg) repeat-x;
	background-color:#0F171D;
}
td {
	font-family: Tahoma, Veranda, Arial, Helvetica, sans-serif;
	font-size:1em; 
	color: #000000;
}
th {
	font-family: Tahoma, Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a, a:visited {
color: #8C0303;
}
a:hover {
color: #2B0000;
}
h1 {
	font-size:1.5em; 
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #7E1219;
}
h2 {
	font-size:1.25em; 
	margin-bottom: 0.5em; 
	color: #7E1219;
}
p{
	margin-top: 0;
	margin-bottom: 0.75em; 
	line-height:1.35em;
}
ul{
margin: 1em 0em 1em 1em;
padding-left: 1em;
}
li {
padding: 0.5em;
}

#container {
width: 750px;
/*Margin "10px" pulls the container away from all edges; "auto" centers the page*/
margin: auto;
border: 1px solid #000;
background-color:#FFFFFF;
}
#header_container {
width: 750px;
height: 158px;
}
#header_logo {
float:left;
width: 258px;
height: 102px;
padding: 12px;
background-color: #725945;
background:url(images/site_architecture/logo_bkgd.gif) repeat-x;
}
#header_photo {
float:left;
width: 468px;
height: 126px;
background-color: #686868;
}
#navcontainer ul{
padding: .5em 0;
margin: 0;
list-style-type: none;
background-color: #8C0303;
background-image:url(images/site_architecture/bg_menu.jpg);
background-repeat:repeat-x;
color: #E7E8D1;
width: 100%;
text-align: center;
}

#navcontainer li {
display: inline;
padding: 0 4px;
	}

#navcontainer li a{
text-decoration: none;
color: #E7E8D1;
padding: .5em 0px;
margin: 0;
}

#navcontainer li a:hover{
text-decoration: none;
color: #C3C4AF;
}
#banner {
clear:both;
width:710px;
}
#banner_left {
float:left;
width:486px;
}
#banner_middle {
float:left;
width:217px;
height:260px;
background-image:url(images/site_architecture/banner_middle.jpg);
background-repeat:no-repeat;
}
#banner_right {
float:left;
width:47px;
}
#main {
width: 710px;
margin: 0;
padding: 0 20px 20px 20px;
background-color: #ffffff;
}
#main_secondary {
width: 710px;
margin: 0;
padding: 20px 20px 20px 20px;
background-color: #ffffff;
}
#footer {
clear:both;
width: 730px;
height: 13px;
margin: 0;
padding: 3px 10px 5px 10px;
background-color: #000000;
}
.footer_content {
float:left;
width: 365px;
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 13px;
color: #C5C3C3;
}
.footer_content a {
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #C5C3C3;
}
.footer_content a:hover {
text-decoration: none;
color: #8C0303;
}
.clear {
clear:both;
}
.name{
font-size:1.1em;
font-weight:bold;
color: #7E1219;
}