/*=================== Layout ===================*/
body{
	font:11px/1.25 "Gill Sans", Arial, Helvetica, Verdana; 
	color: #033;
	background-color: #330000;
}
#content{
	padding:10px 28px 10px 25px; /* Top , Right , Bottom, Left */
	background-color:#fff;
	text-align:left;
}
.menubutton {
	font-family: "Gill Sans", Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
#sidebar {
	width:215px;
	background-color:#633;
	color:#C7B35E;
	font-weight:700;
	font-style:italic;
	line-height:1.5;
	text-align:left;
	/*padding:30px;*/
}
/* Put the fonts for all the paragrpahs in the sidebar otherwise they inherit the body text
and then the sidebar attributes above */
#sidebar p {
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size:18px;
	color:#030;}
a:link {
	text-decoration: none;
	color: #066;}
a:visited {
	text-decoration: none;
	color: #066;}
a:hover {
	text-decoration: none;
	color:#633;}
a:active {
	text-decoration: none;}
.footer {
	font-size: 16px;
	font-weight: bold;
	color: #030;
	text-decoration: none;}
.headline {
	font-family: "Gill Sans", Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #003300;}