﻿body {
	font-size: 13px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #526F35;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container {
	background-color: #FFFFFF;
	color: #777777;
	width: 900px;
	margin: 0 auto;
}
#masthead {
	font-size: 14px;
	background-position: center;
	padding: 10px;
	text-align: right;
	background-color: #FFFFFF;
	color: #777777;
	height: 20px;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 225px;
	background-image: url('../media/header.jpg');
	background-repeat: no-repeat;
}
#column_l {
	width: 279px;
	padding: 10px;
	background-color: #FFFFFF;
	}
#column_r {
	width: 580px;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}
#footer {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #777777;
}
/* Styles for Masthead */
#masthead img { 
	float: center; 
}
#masthead a {
	color: #9999FF;
	text-decoration: none;
}
#masthead a:hover {
	color: #9999ff;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #777777;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #9999FF;
	text-decoration: none;
}
#footer a:hover {
	color: #9999FF;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #9999FF;
	text-decoration: none;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}






