@charset "utf-8";
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url("../images/tbkg.jpg");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.main #container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
/* hyperlink colours */

a img 		{
border: none;  }

a            { 
text-decoration: none; 
color: #FF0000; 
font-weight: bold }

a:link       { 
color: #FF0000; }

a:visited    {
color: #808080 }

a:hover      { 
color: #00CC00; }

a:active     {
color: #FF55FF; }

/* end hyperlink colours */



.main #topmenu {
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.main #logosec {
	text-align: left;
	float: left;
	width: 250px;
	margin: 8px;
	margin-top: 13px;
}
.main #subline {
	text-align: left;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px; 
	color:#0F87FF; 
	font-weight:bold
}





.main #maincontent {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: justify;
}

.main #maincontent1 {
	margin-top: -10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
 
}
	#maincontent1 p
{ 
line-height: 14pt
}


.main #footer {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: center;
	font-size: 11px;
}
#maincontent img {
	text-align: right;
	padding: 8px;
	margin-left: 20px;
	margin-right: 38px;
	
	
	}
#maincontent1 img {
	text-align: right;
	padding: 8px;
		margin: 8px;
	width:350px; 
	height:231px;
	}

