body {
	background-color: #000000;
	font-family: "Courier New";
	color: #FFFFFF;
	margin-top : 30px;
}

A:link {color : #FFFFFF;}

A:active {color : #CCCCCC;}

A:visited {color : #FFFFFF;}

A:hover {
	text-decoration:underline;
}

#header {
	width: 900px;	
	text-align: right;
	padding-top : 18px;	
}

.headerlinks { 
	font-size : 18px;
	color: #FFFFFF;	
	text-decoration : none;	
	 }
	 
.header-selected {
	font-size : 18px;
	color: #FF0000;
	font-weight : bold;
	text-decoration : none;		
}	 

#logo {
	text-align: right;
	width: 900px;		
	font-size : 38px;
	font-weight : bold;
	margin-top : 35px;
}

.logo2 {
	font-size : 38px;
	font-weight : bold;
	margin-top : 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#strapline {
	width: 900px;
	text-align: right;
	font-size : 18px;
	font-weight : bold;
	margin-top : 10px;
}

.strapline2 {
	font-size : 18px;
	font-weight : bold;
	margin-top : 10px;
}


#homeblock {
	background-image : url("../images/home-bk.jpg");
	width: 900px;
	height : 400px;
	background-repeat : no-repeat;
}

#contactblock {
	background-image : url("../images/home-bk.jpg");
	width: 900px;
	height : 504px;
	background-repeat : no-repeat;
	background-position : bottom;
}

.homecontact {
	font-size : 15px;
	text-align : right;
	padding-top : 0px;
	margin-left : 0px;
	line-height : 20px;
}

.textlink {
	text-decoration : none;		
}

.maintext {
	font-size : 15px;
	text-align : left;
	width: 900px;
	padding-top : 30px;
}

.maintext2 {
	font-size : 15px;
	text-align : left;
	width: 900px;
	padding-top : 20px;
}

.subhead {
	font-size : 16px;
	font-weight : bold;
}

.footer {
	font-size : 12px;
	text-align : left;
	width: 900px;
	padding-top : 0px;	
}

.text {
	font-size : 15px;
}




	
		
