@import url("layout.css");
#Flag {
	border-width: 0;
    display:none;
}
#Logo {
	border-width: 0;
	margin-left: 10px;
	margin-right: 10px;
	width: 71px;
	height: 70px;
	float: left
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#content {
	position:relative;
	float: left;
	width: 45%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Footer Styles */
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer a {
    display: none;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
#footer li {
	float:left;
}
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer ul {
    display: none;
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
/* Masthead Styles */
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation {
    display:none;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#navigation li {
	float: left;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
/* Sidebar Styles */
#sidebar {
	float: right;
	width: 45%;
	margin-left: 0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar p {
	color: #555;
}
/* Link Styles */
.blue {
	color: #0000FF;
}
.centre {
	text-align: center;
}
.left {
	text-align: left;
}
.lowerroman {
	list-style-type: lower-roman;
}
.medium {
	font-size: medium;
}
.small {
	font-size: small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}