/*Red 032
ef2b2d*/
html,body{margin:0;padding:0}
body{font: 76% verdana,arial,sans-serif;text-align:center;color: #333333;}
p{margin:0 10px 10px}
div#header h1{height:180px;line-height:180px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#E2E2E0}
div#extra{background:#EF3E42}
div#footer{background: #fff;color: #333}
div#footer p{margin:0;padding:5px 10px}

div#container{width:720px;margin:0 auto}

div#footer{clear:both;width:100%}


#header ul {
	margin: 0;
	padding: 0;
	float: left;
	/*position: absolute;
	right: 0;
	bottom: 0;
	top: 5px;*/
}

#header li {
	float: left;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	line-height: 15px;
	overflow: hidden;
	border: 0px solid green;
	height: 40px;
	text-align: center;
}

#header a:link {
	padding:10px;
	display: block;
	color: #213d30;
	font-weight: bold;
	font-size: 1.2em;
}
#header a:visited {
	display: block;
	padding:10px;
	color: #213d30;
	font-weight: bold;
	font-size: 1.2em;
}

#header a:active {
	background-color:#fff;
	color: #a32638;
	font-size: 1.2em;
	display: block;
	padding:10px;
}
#header a:hover {
	background-color:#ef2b2d;
	font-size: 1.2em;
	color: #fff;
	display: block;
	padding:10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
	font-size: 1em;
	list-style: square;
	color: #333;
	font-weight: normal;
}
#pageTile{font-size:1.4em;color:#8C8B8B;font-weight:bold;width:100%;background-color:#fff;border-bottom:1px solid #EF3E42;}
