﻿html
	{
	font-family: arial;
	font-size: 10pt;
	color: blue;
	background-color: 0;
	}
	
body
	{
	text-align: center;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	}

input, form,  /* form defaults different in IE and Moz */
	{
	vertical-align:middle;
	margin: 0;
	padding: 0;
	}
	
p
	{
   margin: 1em 5px 1em 5px;
}

p.footer
	{
	margin: 0;
	display: inline;
	}

img
	{
	 border:0;
	 margin: 5px;
	 padding:0;
	}
	 	
img.banner
	{
	border: 1px black solid;
	margin: 0;
}

img.advert 
	{
   width: 80px;
	border: 1px black solid;
	margin: 1px;
	}

h1, h2, h3, h4, h5, h6
	{
   margin: 0.5em 5px 0.5em 5px;/* explicit definition as IE and Mozilla are different */
   color: red;
}

h1	{
	font-size: 150%;
	}

h2	{
	font-size: 125%;
	}

h3	{
	font-size: 100%;
	}
	
h4	{
	font-size: 75%;
	}

.center
	{
	text-align: center;
	}

ul.menu
	{
	position: relative;
   list-style-type: none;
   font-size: 110%;
   font-weight: bold;
   margin: 0px;
   text-align: right;
	}

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color:#FF9900 }	/* Gold ffcc00 */
	
a.menu
	{
	white-space: nowrap;
	}
	
a.menu:link 
	{
	color: blue;
	text-decoration: none;
	}	
a.menu:visited 
	{
	color: blue;
	text-decoration: none;
	}	
a.menu:hover
	{
	background-color:blue;
	color: white;
	}

li.menu
	{
   color: #a0a0a0; /* grey */;
   display: inline;
}

div.newsflash
	{
   position: relative;
   font-weight: bold;
   border: 2px solid black;
   padding: .5em;
   text-align: justify;
   background-color: yellow;
   left: 10;
}

div#page
	{
	margin: 0 auto;
   position:relative;
   width: 937px;
   text-align: left;
	}

div.googleseachbar
	{
	position: relative;
	text-align: right;
	border-left: 1px black solid;
	border-right: 1px black solid;
	padding-right: 42px;
	background-color: #E6E6FF;
}

div.footer
	{
	position: relative;
	top: -1px;
	border: 1px solid black; 
	text-align: center;
	font-size: 75%;
	padding-left:5px;
	padding-right:8px;
	background-color: #E6E6FF;

	}

div#lhside
	{
	position: relative;
   margin-right: 110px;
	height: 600px;
	border: 1px black solid;
	overflow: auto;
	}	
div#rhside
	{
	position: relative;
	background-repeat: repeat; /* ??no-repeat?? */
	background-image: url(images/underthesea.gif);
	text-align: center;
	font-size: 50%;
	float: right;
	height: 600px;
	width: 110px;
	border: 1px solid black;
	}
div.note
	{
	font-size: 70%;
	font-style: italic; 
	color: black;
	text-align: right;
	}
div.item
	{
	border: 2px solid black;
	padding: .5em;
	text-align: justify;
	}
div.innerlhcol
	{
	width:30%;
	float:left;
	margin-right:20px;
	margin-left: 5px;
	height: 600px
	}
			
table
	{
	margin: 0 auto;
	background: #dddddd;
	border: 1px solid black;
	font-size: 90%;
	}
th
	{
	background: black;
	color: white;
	}
td
	{
	padding: 3px;
	}
	
span.red
	{
	color: red;
	}