body {
	text-align: center; /* required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	border:0px;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
	background-color:#000000;
}
html, body {
  
height: 100%;
width: 100%;
}	
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	font: 12px Arial,sans-serif;
	}

h1,h2,h3,.componentheading, .contentheading{
	font: normal normal 180% Tahoma,Arial,sans-serif;
	font-weight:bold;
	color: #C40001;
	letter-spacing: 2px;
}
h2{font-size:160%}
h3{font-size:140%}

#pageWrap {
margin:0px;
height: 100%;
width: 100%;
position:relative;
}

#wrapper {
margin-left:auto;
margin-right:auto;
width:776px;
height:750px;

position: absolute;

left:50%;
margin-left:-413px;
}

#leftNav {
text-align:left;
float:left;
width:115px;
height:539px;
	background-image: url(../images/backgroundLeftt.png);
}

#centre {
text-align:left;
float:left;
width:500px;
height:539px;
margin-left:10px;
margin-right:10px;
}

#right {
	text-align:left;
	float:right;
	width:255px;
	height:509px;
	background-image: url(../images/backgroundRight.png);
	padding:15px;
}


#clear {
	height: 0px;
	clear:both;	

	}
	.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

	/*Vertical Nav*/

#leftNav .moduletable	{
padding-top:4px;
}

#mainlevel {
	width: 115px;
	list-style-type: none;
	text-indent: 10px;
	text-transform: lowercase;
	letter-spacing: 2px;
}

#mainlevel ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;


	
	
}

ul#mainlevel a
{
display: block;
height:27px;
width: 115px;

line-height:26px;


}

ul#mainlevel a:link,  ul#mainlevel a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;

}

ul#mainlevel a:hover
{
	font-weight: bold;
color: #C40001;
background-image:none;
}
ul#mainlevel a:link#active_menu, ul#mainlevel a:visited#active_menu
{
background-image:url(../images/buttonActive.gif);
	font-weight: bold;
color: #fff;
}