/*
Colour scheme

#DCDCDC - Light Grey
#CBCCCE - Darker Grey
#343839 - Light Black
#232426 - Darker Black
#FD9E20Ê- Orange

*/


/* Set the margin and padding to 0 for all elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
hr {
	margin-right: 200px;
}
body {
	background: url(img/body_bg.gif) 0% 0% repeat #fff;
	color: #333;
	text-align: left;
	margin: auto;
	font-family: Verdana, "Sans-Serif";
}
#header {
	width: 100%;
	text-align: left;
	background: url(img/header_bg.gif) 0% 0% repeat-x #CBCCCE;
	height: 150px;
	min-width: 920px;
}
#menu {
	clear: both;
	padding: 10px 10px 15px 10px;
	min-width: 900px;
	text-align: left;
	background: #CBCCCE;
}
#menu li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	padding: 5px;
	color: #343839;
	border-bottom: 2px solid #232426;
	font-size: 0.7em;
}
#menu a:hover {
	border-bottom: 2px solid #FD9E20;
	
}
#menu-active a {
	border-bottom: 2px solid #232426;
	color: #FD9E20;
}
#menu-active a:hover {
	color: #FD9E20;
}
#content {
	width: 900px;
	text-align: justify;
	padding: 5px 0;
	overflow: hidden;
}
#content p, form {
	padding: 0 200px 0 10px;
	margin-bottom: 1em;
	text-align: justify;
	font-size: 0.9em;
}
#content h1 {
	padding: 0 200px 0 10px;
	text-align: justify;
	font-size: 1.5em;
}
#content a {
	text-decoration: none;
	color: #FD9E20;
}
#content a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#footer {
	width: 100%;
	margin-bottom: 10px;
	background: #232426;
	text-align: left;
	font-size: 0.7em;
}
#footer p {
	padding: 5px 10px;
	color: #DCDCDC;
}
#footer a {
	text-decoration: none;
	color: #FD9E20;
}
#footer a:hover {
	text-decoration: underline;
}
#announce {
	width: 100%;
	background: #232426;
}
#announce p {
	font-size: 0.7em;
	text-align: left;
	padding: 5px 10px;
	width: 900px;
	color: #DCDCDC;
	overflow: hidden;
}
h4{
	padding: 0 10px 10px 10px;
}
.content_menu {
	padding: 0 200px 0 10px;
	margin-bottom: 1em;
	text-align: justify;
	font-size: 0.9em;
	}
