@import url(layout.css);
body {
	color: #1a1e20;
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 1px solid #000000;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 900px;
}
#navigation {
	background-image:url('../image/navigation_bkgd.jpg');
	text-align: center;
	overflow: hidden;
	font-family:Georgia, "Times New Roman"
}
#footer {
	width: 900px;
	text-align: center;
	background-color: #1a1e21;

	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #b8aca9;
	text-decoration: none;
	display: block;
	padding: 7px;
	border: 1px solid #1a1e20;
}
#navigation a:hover {
	color: #5f1610;
	text-decoration: none;
	border: 1px solid #1a1e20;
	background-color: #d5ccb9;
}


/* Styles for Footer */
#footer p {
	font-size: 10px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #b8aca9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
#footer a:hover {
	color: #b9ab8c;
	text-decoration:underline;
}
/* Styles for Links */
a {
	color: #4c1711;
	text-decoration: underline;
}
a:hover {
	color: #1a1e20;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
