﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	color: #999999;
	font-size: large;
}
#masthead {
	text-align: center;
	background-color: #000000;
	width: inherit;
	color: #00FF00;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
#header {
	background-color: #000000;
	overflow: hidden;
	color: #00FF00;
	font-size: x-large;
	font-family: Verdana, Geneva, Tahoma, sans-serif; ];
	#footer { width: 620px;
	text-align: center;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
}
