.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	text-decoration: none;
}

.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	text-decoration: underline;
}

	
#menu {
	float: left;
	background: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 720px;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;

	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #333333 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;	}



.border {
	border: 2px outset #000033;
}

.border2 {
	border: 2px ridge #000033;
}

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 600px; left: 300px; width: 650px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 12px Verdana, sans-serif; text-align: center;}
   
#container {
	background-color: #000000;
	font-size: 0.75em;
	overflow: hidden;
	width: 750px;
}
* html #container {
height: 1%;
}
   
   
#container h1 {
font-size: 1.7em;
clear: both;
padding: 0 10px;
}
#container p {
padding: 0 10px 1em;
}

.tl {
/* background-image:  url(../images/circle2.gif); */
width: 10px;
height: 10px;
float: left;
font-size: 0;
}
.tr {
/*background-image:  url(../images/circle2.gif); */
background-position: 10px 0px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}
.bl {
/*background-image:  url(../images/circle2.gif);  */
background-position: 0px 10px;
width: 10px;
height: 10px;
float: left;
font-size: 0;
}
.br {
/*background-image:  url(../images/circle2.gif);*/
background-position: 10px 10px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}
.style1 {
	color: #006633;
	font-weight: bold;
}
* {
padding: 0;
margin: 0;
}
html {
overflow-y: scroll; /* scrollbar fix */
}
body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
padding: 10px;
}
.image{
	border-style:outset;
	border-color: #003333;
	border-width:10px;
      }
	  
.smallborder{
	border-style:solid;
	border-color: #003333;
	border-width:1px;
      }
