﻿/* CSS layout */
body {
	background-color: #8899aa;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	width: 800px;
 	margin: 0 auto;	
 }
#masthead {
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	width: 800px;
	height: 154px;
	margin: 10px 0px 0px 0px;
	
}
#top_nav {
	background-color: #000000;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-bottom: thin solid #000000;
	width: 800px;
}
#page_content {
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	background-color: #ffffff;
		width: 770px;
		margin-top: 5px;
		padding: 5px 15px 5px 15px;
	background-image: url('images/graybg.jpg');
}
#footer {
	background-color: #000000;
	width: 800px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: medium;
	margin: 5px 0px 5px 0px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: medium;
	color: #FFFFFF;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: small;
	color: #FFFFFF;
	background-color: #658798;
	
}
/* Links */
a {
	color: #C0C0C0;
	text-decoration: none;
	border-bottom-color: #000000;
}
a:hover {
	color: #f72;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}/* Links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #DF3DA0;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}