a			{ text-decoration: none; color: rgb(0,0,0); }
a:link			{ text-decoration: none; color: rgb(0,0,0); }
a:visited		{ text-decoration: none; color: rgb(0,0,0); }
a:active		{ text-decoration: none; color: rgb(0,0,0); }
a:hover			{ text-decoration: underline; color: rgb(0,0,0); }
a.contact		{ text-decoration: none; color: rgb(0,0,0); }
a.contact:link		{ text-decoration: none; color: rgb(0,0,0); }
a.contact:visited	{ text-decoration: none; color: rgb(0,0,0); }
a.contact:active	{ text-decoration: none; color: rgb(0,0,0); }
a.contact:hover		{ text-decoration: none; color: rgb(250,0,0); }
a.enquiry		{ text-decoration: none; color: rgb(0,0,0); font-weight: bold;}
a.enquiry:link		{ text-decoration: none; color: rgb(0,0,0); font-weight: bold;}
a.enquiry:visited	{ text-decoration: none; color: rgb(0,0,0); font-weight: bold; }
a.enquiry:active	{ text-decoration: none; color: rgb(0,0,0); font-weight: bold;}
a.enquiry:hover		{ text-decoration: none; color: rgb(250,0,0); font-weight: bold;}
img			{ border: 0px; }
body {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: rgb(40,40,40);
	margins: 0px;
	padding: 0px;
	overflow: auto;
	background-color: rgb(220,220,220);
}	
#main_container {
	height: 250px;
	width: 400px;
	position: relative;
	top: 10%;
	overflow: none;
	border: 2px solid #777;
	background-color: rgb(255,255,255);
}
#copyright {
	height: 40px;
	width: 400px;
	border: 0px solid #900;
	font-size: 10px;
	color: rgb(0,0,0);
	position: relative;
	top: 34%;
}
#story {
	position: relative;
	top: -690px;
	height: 640px;
	text-align: justify;
	padding: 15px;
	overflow: auto;
}
#headnote {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
}
#diatec {
	font-weight: 900;
	color: rgb(0,175,245);
}
#sidecolumnleft {
	/* background: url(grafx/leftfull1.png); */
	/* background-repeat: no-repeat; */
	overflow: hidden;
	font-weight: bold;
	position: relative;
	top: -1px;
	left: -345px;
	width: 110px;
	height: 430px;
	text-align: right;
	font-size: 12px;
	background-color: rgb(5,10,15);
	padding: 5px;
}
#sidecolumnright {
	/* background: url(grafx/rightfull1.png); */ 
	/* background-repeat: no-repeat; */
	overflow: hidden;
	font-weight: bold;
	position: relative;
	top: -431px;
	left: 345px;
	width: 110px;
	height: 430px;
	text-align: left;
	font-size: 12px;
	background-color: rgb(5,10,15);;
	padding: 5px;
}
#middlecolumn {
	position: relative;
	top: -860px;
	width: 570px;
	height: 430px;
	padding: 5px;
}
.scrollBox {
 /* The box displaying the scrolling content */
 border: 0px solid #000;
 overflow: auto;
 width: 570px;
 padding: 5px;
}
.scrollTxt {
 /* the box that actually contains our content */
 font: normal 12px Trebuchet MS;
 color: rgb(255,255,255);
 position: relative;
 text-align: justify;
}
#subhead1 {
	font-size: 15px;
	font-weight: bold;
	color: rgb(255,255,255);
}
#homelink {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
}
#main_contact_info {
	position: relative;
	top: -680px;
	font-size: 24px;
	font-weight: bold;
	color: rgb(255,255,0);
}