﻿@import url('layout.css');
body {
	font-family: Verdana;
	font-size: 11px;
	background-color: #ffffcc;
	color: #666666;
	background-repeat:repeat-x;
}
#container {
	width: 800px;
	margin: auto;
	background-color: #fff;
	}
#masthead {
	text-align: right;
	width: 800px;
	height: 83px;
	background-image:url('masttop.jpg');
	background-color: #fff;
	font-size:medium;
	font-family: "Palatino Linotype";
	font-weight:bold;
	

		
}
#navigation {
	position: relative;
	height: 59px;
	float: left;
	width: 800px;
	text-align: right;	
	background-image:url('mastbot.jpg');
	

	
}
#content {
	float: left;
	width: 758px;
	border-right: 1px #990000 solid;
	border-left: 1px #990000 solid;
	padding: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #990000 solid;
	border-right: 1px #990000 solid;
	border-left: 1px #990000 solid;
	color: #990000;
	font-size: x-small;
	font-weight: bold;
	
}
/* Masthead Styles */
#masthead h1 {
	color: black;
}
#masthead h3 {
	color: black;
}
#masthead a {
	color: #0000FF;
	font-size:small;
	text-decoration:none;
}
#masthead img {	

	border-style: none;	
}
#masthead a:hover {
	
	color: white;
	text-decoration:none;
}

/* Navigation Styles */
#navigation a {
	
	font-size:small;
	text-decoration:none;
	font-family:Verdana;
	font-weight:bold;
}
#navigation a:hover {
	color:maroon;
	font-size:small;
	text-decoration:underline;
}
/* Content Styles */
h6 {
	color: black;
}
h5 {
	color:#0067c6;
}
h4 {
	color: #990000;
}
h3 {
	color: #990000;
	
}
h2 {
	color: #990000;
}
#content h1 {
	font-size:small;
	color:#ccc;
}
#content img {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color:#990000;
}


/* Footer Styles */
#footer p {
	
	margin-top: 5px;
}
#footer a {
	color: #0067c6;
	text-decoration: underline;
}
#footer a:hover {
	color: blue;
	text-decoration: none;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

