/* CSS Document */
body {
	padding: 0 0px 0 0px;
	margin: 0;
	background-color: #E3CED0;
	font-family: Arial, Helvetica, sans-serif;
}
#headertop {
	padding: 0px;
	background-color: #FFB824;
	color: #FFB824;
	text-align: justify;
}
#header {
	padding: 20px;
	background-color: #70031f;
	color: #70031f;
	text-align: justify;
}
#headerbottom {
	padding: 0px;
	background-color: #FFB824;
	color: #FFB824;
	text-align: justify;
}
#footertop {
	padding: 0px;
	background-color: #FFB824;
	color: #FFB824;
	text-align: justify;
}
#footer {
	padding: 20px;
/*	background-color: #A31422; */
	background-color: #70031f;
	color: #000000;
}
#footerbottom {
	padding: 0px;
	background-color: #FFB824;
	color: #FFB824;
	text-align: justify;
}
p {
	text-align: justify;
}
#sidebar {
position:absolute; 
left:0px; 
top:280px; 
width:180px; 
height:500px;
/*	float: left;
	width: 15%;
	height: 100%;
	text-align: center;
	border-bottom-width: 2px;
	border-top-width: 5px;
	margin: 5px 5px 5px 5px;*/
}
#sidebar ul {
	list-style-type: none;
	text-align: center;
	margin: 5px 5px 5px 5px;
}
#sidebar li {
	background-color: #FFB824;
	/*display: inline;*/
	padding: 5px;
	margin: 5px 5px 5px 5px;
}
#sidebar a:link, a:visited, a:hover, a:active {
	background-color: #FFB824;
	text-decoration: none;
}
#sidebar a:hover {
	background: #ffcc00;
	text-color: #000066;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
#navigation {
	border-bottom-width: 2px;
	border-top-width: 20px;
}
#navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0 5px 5px 5px;
}
#navigation li {
	background-color: none;
	display: inline;
	padding: 5px;
}
#navigation a:link, a:visited, a:hover, a:active {
	background-color: none;
	text-decoration: none;
}
#navigation a:hover {
	background: #ffcc00;
	text-color: #000066;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
#content {
	background-color: #E3CED0;
}
#container {
	background-color: #E3CED0;
	padding: 10px 10px 10px 180px;
}
/* IE hack to even out desplay of the list */
* html #sidebar {
	\margin-top:20px; /* for IE5 */
	ma\rgin-top:20px; /*for IE6 */
}
