body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	width:960px;
	margin:0 auto;
	}

#headerarea{
	width:100%;
	}
	
#header{
	width:100%;
	}
#headerimg{
	width:150px;
	float:left;
	}

#headertitle{
	width:750px;
	float:right;
	}
	
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333333;
	clear: both;
	}
	
#strapline {
	width:100%;
	text-align:center;
	clear: both;
	}

.strapline_text {
	font-size:10px;
	text-align:center;
	}

#footer {
	width:100%;
	text-align:right;
	background-color:orange;
	text-align:center;
	clear: both;
	}
	
.footer_text {
	font-size:12px;
	}

h1 {
	margin: 10px 0 5px 10px;
	font-size:34px;
	color:#666666;
	}

h2 {
	margin: 1px 0 0 10px;
	font-size:20px;
	color:orange;
	}

h3 {
	margin: 10px 0 0 10px;
	font-size:14px;
	color:#666666;
	}
	
#lhs {
	width:230px;
	float:left;
	/*border: 1px solid #000;*/
	}
	
#content {
	position: relative;
	margin: 0px 0 0 10px;
	}

#contentimages {
	padding: 0px 2px 15px 15px;
	float:right;
	}

#rhs_links {
	font-size: 10px;
	}

#rhs {
	width:200px;
	/*height: 500px;*/
	margin: 0 0 0 10px;
	padding: 5px;
	float:right;
	background-color:#ddd;
	position: relative;
	/*border: 1px solid #000;*/
	}

.links {
	/*border: 1px solid #000;
	background-color:red;*/
	margin-left: 20px;
	}

.links ul
	{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-left: 4px;
	font-size: 12px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.links a:link
	{
	color:darkorange;
	}

.links a:link, a:visited
	{	
	color:darkorange;
	text-decoration:underline;
	}

.links a:hover
	{
	color:#CC6600;
	text-decoration:none;
	}


.contentlists ul
	{
	margin-left: 50px;
	margin-top: 0px;
	padding-left: 190px;
	font-size: 12px;
	line-height:16px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.contentlists a
	{
	padding: 2px;
	font-size: 12px;
	}

.contentlists a:link, a:visited
	{	
	color:darkorange;
	text-decoration:underline;
	}

.contentlists a:hover
	{
	color: #CC6600;
	text-decoration:none;
	}



	
p 	{
	color:#333;
	font-size:12px;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	}
	
a 	{
	color:darkorange;
	text-decoration:underline;
	}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
	}

.menu	{
	width: 100%;
	background-color: #333; 
	font:13px Arial, Helvetica, sans-serif;
	clear: both;
	}

.menu ul
	{
	margin: 0; 
	padding: 0;
	float: left;
	}

.menu ul li
	{
	display: inline;
	}

.menu ul li a
	{
	float: left; 
	text-decoration: none;
	color: white; /*text color*/
	padding: 4px 15px;
	background-color: #333; 
	}

.menu ul li a:visited{
	color: white;
	}

.menu ul li a:hover, .menu ul li .current
	{
	color: #333;
	background-color:#FFA500;
	}


table,td,th
	{
	border-collapse:collapse;
	border:0px solid #FFA500;
	}
table
	{
	width:99%;
	}
th
	{
	height:50px;
	}