/* CSS Document */

/* === GENERAL === */
map {  /*  Firefox treats image maps/hotspots as block level element while IE does not, need this for FF */
display: inline;
}

    .hidden { display:none; }
    .fixer  { clear:both; font-size:1px; }

    body {
        color:#000000; 
		background:#DADADA url(../images/skin/bg-v1.gif);
		background-attachment: fixed;
		margin:0 ; 
		padding:0 ;
        font:normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
    }
	


   #maincontainer {
	width:797px;
	background:#fff;
	margin:0px auto 6px;
	padding:0px 0px 14px;
	text-align:left;
	clear: both;
	float: none;
	position: relative;
	 }
	 
	.header_container {
	height:287px;
	clear: none;
	padding: 0;
	position: relative;
    }
	/* === SIDE BAR === */

    .sidebar {
	background-color:#999999
	background-color: #FFFFFF;
	width: 100px;
	padding-right: 15px;
    }
	
	#navigator table{
	background-image:images/nav2/nav-bg.jpg;
	background-repeat:no-repeat;
	}
	
	.rightsidecontent {
	padding:0 10px 0 0;
	background-color: #FFFFFF;
	border-color: #0066FF;
	position: relative;
	width: 480px;
	display: inline;
	top: auto;
	right: auto;
	margin-left: 30px;
    }
	
	.rightsidecontent p {
	margin:15px 10px 0px 0px;
	padding:0 0px 24 0;
	background-color: #FFFFFF;
	clear: none;
	border-color: #0066FF;
	color: #000000;
	line-height: 16.25px;
	position: relative;
	top: 10px;
    }
	
	.rightsidecontent ul {
	margin:15px 10px 0px 0px;
	padding:0 0px 24 0;
	background-color: #FFFFFF;
	clear: none;
	border-color: #0066FF;
	color: #000000;
	line-height: 16.25px;
	position: relative;
	top: 10px;
	}
	
.heading1 {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.listcolour1 {
	color: #666666;
}

#footer {
	font-size: 9px;
	padding: 4px;

	margin-top: 9px;
	display: block;
	clear: both;
	float: none;
	line-height: 16px;
	
}


#footer a:link {
color: #B38355;
text-decoration:underline;	
	
}

#footer a:visited {

color: #000000;
text-decoration:underline;	
}

.whatsnewdate {
font-weight:bold;

}
a:link {
	color: #B38355;
	text-decoration:underline;
}
a:visited {
	color: #B38355;
	text-decoration:underline;
}

#formbox {
display:block;
border:1px solid gray;
padding:4px 4px 4px 4px;

}

ul
 {
 
 list-style-type:disc;
 color: black;
 line-height: 17px;

 }
