/*
Web Design by: Remy Coll
Site: Paul Malone - Journalist
Version: 1.0 30/12/2011
*/


html, body { 
	font-family:Helvetica;
	background-color:#000;
	background:url(images/bg.jpg) repeat-y scroll center top;
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica;
}
ul, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica;
}
ol {
	margin-left:1px;
	text-align: justify;
}

#header {
	width:700px;
	margin:0 auto;
	padding-top:37px;
 }
#menu {
	background:#fff;
	line-height:35px;
	font-weight:bold;
	text-align:left;
	float:left;
	margin-left:50 auto;
	position:fixed;
}
#menuList ul { }
#menuList li {
	/*display:inline;*/
	list-style-type:none;
}
#menuList a { padding:6px 10px; }
#menuList a:link, #menuList a:visited {
	color:#000;
	text-decoration:none;
}

#menuList a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#000;
}
#submenu {
	height:20px;
	background:#fff;
	line-height:20px;
	border:4px solid #fff;
	text-align:center;
}
#submenuList ul { }
#submenuList li {
	display:inline;
	list-style-type:none;
}
#submenuList a { padding:6px 10px; }
#submenuList a:link, #submenuList a:visited {
	color:#000;
	text-decoration:none;
}

#submenuList a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#000;
}
#current {
	background-color:#000;
	color:#fff;
}
#active a:link, #active a:visited, #active a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:6px 10px; 
}
#wrapper {
	width:700px;
	margin:0 auto;
	padding-bottom:37px;
}
#mainContent {
	background-color:#FFF;
}
#footer { 
	clear:both;
	background:#000;
	margin-top:10px;
	height:35px;
	line-height:35px;
}
#footer p {
	text-align:center;
	padding:2px 10px;
	color:#999;
	font-size:11px;
}
h1, h2, h3, h5 {
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
}
h2 {
	color:#fff;
	background-color:#000;
	font-size:1.20em;
	padding:.30em 12px;
	margin:0;
}
h3 {
	color:#000;
	font-size:1.20em;
	padding:5px 5px;
	border-bottom:1px dotted #000;
}
h4 {
	color:#000;
	font-size:8pt;
	padding:5px 5px;
	border-bottom:1px dotted #000;
}
h5 {
	color:#000;
	font-size:1.20em;
	padding:5px 5px;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
}
h6 {
	color:#000;
	font-size:0.95em;
	padding:10px 10px;
}
p {
	padding:3px 10px;
}
a:link, a:visited {
	text-decoration:none;
	color:#069;
}
a:hover {
	text-decoration:underline;
	color:#fc0;
}
label {
	float: left;
	width: 175px;
}
input {
	float: left;
}
#chkBoxes li {
	display:inline;
	list-style-type:none;
}
#chkBoxes input {
	display: inline;
}	