/* Copyright Efflinch Dot Com - Master Layout Control */

/* Standardise all elements */
 
html, body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, td, img, form, fieldset, label, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #F5F5F5;
	background: #333;
	font: 90% Arial, Helvetica, sans-serif;
}
h1, h2, h3, p {
	margin-bottom: 0.7em;
}
h1 {
	color: #F90;
	font-size: 130%;
	font-variant: normal;
}
h2 {
	font-size: 110%;
	color: #F90;
}
h3 {
	font-size: 100%;
	color: #F90;
}
p {
	font-size: 100%;
}
#container {
	width: 990px;
	text-align: left;
	position: relative;
	margin: 5px auto 0px;
	background: #252525;
}
#topMenu {
	height: 30px;
	overflow: hidden;
	width: 990px;
	color: #F5F5F5;
	border-bottom: 3px solid #999;
}
#topMenu .date {
	color: #F5F5F5;
	padding-top: 5px;
	padding-left: 10px;
}

#topMenu ul {
	list-style-type: none;
	float: right;
	margin-right: 10px;
}
#topMenu li {
	display: block;
	float: left;
	height: 25px;
}
#topMenu a:link, #topMenu a:active, #topMenu a:visited {
	text-decoration: none;
	display: block;
	padding-left: 30px;
	color: #F90;
	padding-top: 5px;
	font-size: 100%;
}
#topMenu a:hover {
	color: #FC0;
}
#topMenu .current a:link, #topMenu .current a:active, #topMenu .current a:visited {
	color: #F5F5F5;
}
#topMenu .current a:hover {
	color: #FC0;
}
#container #headline {
	border-bottom: 3px solid #999;
	text-align: center;
}
#container #headline h1 {
	font: small-caps 300% Verdana, Geneva, sans-serif;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	color: #F5F5F5;
}

#content {
	text-align: justify;
	padding: 10px 60px 5px;
}




/* Footer elements */

#footer {
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	background: url(../images/_bck_footerBord.jpg) no-repeat top;
	font: 70% Arial, Helvetica, sans-serif;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#ftrleft {
	height: 30px;
	float: left;
	width: 216px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
}
#ftrmid {
	text-align: center;
	height: 30px;
	margin-right: 224px;
	margin-left: 224px;
	padding-top: 6px;
}
#ftrright {
	float: right;
	width: 214px;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #F5F5F5;
}
#footer a:hover {
	color: #F5F5F5;
}

/* Requirements to take care of floated content anomolies */

.leveler {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
#content .section {
	margin: 0px;
	padding: 0px;
}
#container #content .section .NB {
	font-style: italic;
	color: #F90;
}
