﻿/* CSS layout */
#container {
 width:760px;
 height:auto;
 margin-left:auto;
 margin-right:auto;
}
#masthead {width: 760px; 
height: 110px;
background-image:url('images/banner.png');
background-repeat:no-repeat;

}
#top_nav {width: 760px;
}
#page_content {width: 750px;
border-top: thin;
border-top-color: #F00737;
border-top-style: solid;
border-bottom: thin;
border-bottom-color: #F00737;
border-bottom-style: solid;

padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 5px;
}
#footer {width: 760px;
}

h1 {
	font-family: Calibri, Cambria, Helvetica, Trebuchet MS, Arial;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #F00737;
}

h2 {
	font-family: Calibri, Cambria, Helvetica, Trebuchet MS, Arial;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #F00737;
}

h3 {font-family: Calibri, Cambria, Helvetica, Trebuchet MS, Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #F00737;
	
}

h6 { font-family: 
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #000;
	
}

	
body {
	font-family: Calibri, Cambria, Helvetica, Trebuchet MS, Arial;
	font-size: small;
	font-weight: normal;
	color: #333333;
}


a:link {
	color: #F00737;
	text-decoration: underline;
}


a:visited {
	color: #F00737;
	text-decoration: underline;
}


a:hover {
	color: #F00737;
}


a:active {
	color: #F00737;
}

#navcontainer
{
font-family: Calibri,Arial,Sans-Serif;
margin: 0 auto;
width: 80%;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 70%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #F00737;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #ccc;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #F00737; }
