BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

H1 {   font-size: 130%;	color: #000099;	}
H2{  font-size: 110%;	color: #FF0000;	padding-bottom:3px; margin-bottom: 2px;}
H2 a {text-decoration: none; border-bottom:1px dotted #000099;}
a {	color: #000099;}
P {	margin-top: 0px; margin-bottom: 10px;}

.pageheading {   font-size: 130%;	color: #000099;	}
.subheading {  font-size: 110%;	color: #FF0000;	padding-bottom:3px; margin-bottom: 2px;}

.topbar {
	width:725px;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 40px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000099;
}
.phone {
	position: absolute;
	top: 33px;
	left: 150px;
	color: #FFFFFF;
	font-size: 130%
}

.floatright {
	float: right;
}
/* white box to hold the text content */
.maintext {
	background-color: #FFFFFF;
	padding: 5px;
	width: 642px;
	border: 1px solid #00008B;
	margin-top:5px;
	margin-left:110px;
	min-height: 400px;
}
/* make sure background is white on all editable text */
.editable  { background-color: #FFFFFF;}

/* -------- hold all the red link buttons ------------------- */
.buttons {padding: 0px; margin-left: 20px; }

/* make the red link boxes */
.box  a { display: block;
	border: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding: 8px;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 3px;
	width: 135px;
	background-color: red;
	color: #FFFFFF;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
}
.box a img {margin-right: 3px;}

/* top row of link buttons */
.lbox a {display: block; float:left;
margin-left: 5px; 
height:55px; 
padding-right:2px;
padding-bottom:25px;  background-image: url(images/arrowbg.gif);  background-repeat: no-repeat;  background-position: bottom right;    }
.lbox a:hover {background-color: #000099; background-image: url(images/arrowbg-on.gif);  background-repeat: no-repeat;  background-position: bottom right;   }


/* The middle box on the home page */

.center a {clear:left; margin-left: 135px; text-align: center;	width: 170px;  padding-bottom: 45px; background-image: url(images/arrowsdown.gif);  background-position: bottom center;  background-repeat: no-repeat;   }
.center a:hover {background-color: #000099;  background-image: url(images/arrowsdown-on.gif);  background-position: bottom center;  background-repeat: no-repeat;  }

/* --------------- Format and position the menu --------------------------  */
.menu {position: absolute; left: 5px; top: 2px; width: 100px;}
.menu ul {	list-style: none; margin: 0px; padding-left: 5px; font-size: 90%; }
.menu li  {	border: 1px solid #FFFFFF; margin-right: 3px;}
.menu li a {text-decoration: none; display: block; margin: 0px;  border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
.menu a:hover {border-bottom: 1px dotted #000099; border-top: 1px dotted #000099;}

.menu .bg {
background-image: url(images/menubg.gif);
padding-top: 105px;
background-repeat: no-repeat;
margin: 0px; 
}
/* Stick the rounded bit on the bottom of the menu  */
.menu .base {
   background-image: url(images/menubase.gif);
	height: 51px;
	width:100px;
	} 

/* Format the labels on the contact form   */

.label { 	width: 85px;  float:left; clear: none; }

INPUT { 	background-color: #CCDDFF; border: 1px solid #7C9BC3; margin-bottom: 5px;}
TEXTAREA { 	background-color: #CCDDFF; border: 1px solid #7C9BC3;}
.hilight {	font-weight: bold;}