﻿/* CSS layout */
#masthead {width: 100%; height: 105px; margin-top: 0px; margin-left: 0px; background-image: url('images/banner.jpg'); 
background-repeat:no-repeat
}
#top_nav {
}
#page_content {padding:10px;
}
#footer {width:100%; height: 100px; border-top:1px solid #5E492E; margin-bottom: 0px; margin-right:0px; background-image:url('images/footer.jpg'); 
background-repeat:no-repeat; background-position:right; text-align:center;
 
}
body {padding-top:3px;
	background-image: url('images/parchment.jpg');
	background-repeat: repeat;
	font-family: Calibri, Helvetica, "Lucida Sans", arial;
	color:#5E492E;
	font-size:medium;
	margin:0px;
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:small;
font-family: "Courier New", Courier, monospace;
border-bottom:1px solid #5E492E;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#000;
text-decoration:none;
height:24px;
padding:9px 5px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:gray;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color: gray;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
}
ul.menu.orange li a:hover, .menu.orange li.current {
}
                    
                    h1 {
	font-family: "Times New Roman", Times, Courier, monospace;
	font-size: Large;
	font-weight: bold;
	font-style: normal;
	color: #5E492E;
}

a:link {
	font-family: Calibri, Helvetica, "Lucida Sans", arial;
	color: #5E492E;
	text-decoration: underline;
}

a:hover {
	font-family: Calibri, Helvetica, "Lucida Sans", arial;
	color: #000;
	text-decoration: underline;
}

a:active {
	font-family: Calibri, Helvetica, "Lucida Sans", arial;
	color: #000;
	text-decoration: underline;
}

a:visited {
	font-family: Calibri, Helvetica, "Lucida Sans", arial;
	color: #000;
	text-decoration: underline;
}
