@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	padding-top:none;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	vertical-align: baseline;
	height: 100%;
	background-image: url('../images/gradient.JPG');
	background-repeat: no-repeat;
}
#page_content {
	position: absolute;
	vertical-align: top;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #3b6022;
	background-repeat: no-repeat;
}
#content {

	margin-left: 140px;

	padding: 0px;

	background-color: #FFFFFF;

}

#goldframe {
	border: thin #F3CA04;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#masthead img {

	float: left;

}

#masthead p {

	font-size: small;

	margin: 0;

	margin-right: 1%;

}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: none;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F1C30E;
	padding: 5%;
	display: block;
	border-bottom: none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F1C30E;
	background-color: #F1C30E;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color: #000000;
}
.style_italic {
	font-style: italic;
}