body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/metal.gif);
}
#container {
	width: 780px; 
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
border: #000000 solid 1px;
background-image: url(images/bkg.gif);
background-repeat:repeat-y;
}
#header {
padding: 15px 0 3px 310px;
border-left: 1px solid #000000;
background:#cccccc;
}
#content {
margin-left: 266px;
padding: 0 75px 15px 75px;
border-left: 1px solid #000000;
}

#portal_content {
padding: 15px 15px 3px 15px;
border-left: 1px solid #000000;
background:#cccccc;
}

#photo1 {
margin-left: 266px;
background-image:url(images/home_photo.jpg);
background-repeat: no-repeat;
height: 134px;
}

#menunav {
float: left;
background: #343233;
border-right: 1px solid #000000;
min-height: 100%;
}
#footer {
clear: both;
background-color: #343233;
height: 60px;
text-align:right;
border-top: 2px solid #AB0534;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 80%;
color: #FFFFFF;
}
#masthead {
background: #343233;
padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color:#E5E5E5;
}

h1 {
color: #AB0534;
font-size: 20px;
margin-left: 95px;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px #AB0534 solid;
}
h2 {
color: #AB0534;
padding-top: 10px;
font-size: medium;
font-weight: bold;
font-family:  Arial, Helvetica, sans-serif;
}
h3 {
color: #AB0534;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 135%;
}
.boldsub {
color: #AB0534;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight:bold;
line-height: 135%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 135%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 125%;
	list-style:disc;
}
a:link {color: #AB0534;}
a:visited{color: #666666;}
a:hover{color: #AB0534}
a:active{color: #AB0534;}
a:focus{color: #AB0534;}

/*hor nav dropdown menu*/

#dropmenudiv{
position:absolute;
font: 12px Arial;
}

#dropmenudiv a{
display: block;
text-indent: 15px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-style:italic;
line-height: 150%;
color: white;
background-color: #666666;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
color: white;
font-style:italic;
}
#horznav{
margin: 0;
height: 25px;
background-color:#AB0534;
}
ul#horznav {
margin: 0;
background:none;
width: 100%;
}
ul#horznav a {
display: block;
float: left;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding-top:3px;
padding-left:.4em;
border-right: 1px solid #000000;
background-color:#AB0534;
width: 96px;
}
ul#horznav a:hover {
color: #FFFFFF;
}
ul#horznav li {
display: inline;
list-style-image: none;
}
