body {  background: #fff; 
	margin: 0; 
	border: 0; }
td,th { font-family: "Microsoft Sans Serif", helvetica, arial, sans-serif; 
       font-size: 85%; 
       color: #337; 
       text-align: left; }

th { background: rgb(205,226,244); }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 127px; /* Width of Menu Items */
	border-bottom: 1px solid #6699cc;
	}

        
ul li {
	position: relative;
	text-align: left;
	}
	
li ul {
	position: absolute;
	left: 126px; /* Set 1px less than menu width */
	top: 0; width: 160px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff; font-weight: bold;
	background: #99ccff; /* IE6 Bug */
	padding: 3px 5px;
	border: 1px solid #6699cc;
	border-bottom: 0;
	}

ul li a.subm {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #99ccff; /* IE6 Bug */
	padding: 3px 5px;
	border: 1px solid #6699cc;
	border-bottom: 0; background-image: url(images/arrow.jpg);
        background-repeat: no-repeat;
        background-position: right; }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover, a.cur { color: #6699cc; background: #c2d8f1; } /* Hover Styles */

ul li a.subm:hover { background: #99ccff; color: #6699cc; 
      background-image: url(images/arrow1.jpg); background-repeat: no-repeat;
      background-position: right; }
 
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

a.subm, a.cur { cursor: text; }

img.gall { width: 480px; height: 315px; border: 0; 
           filter: progid:DXImageTransform.Microsoft.Fade(duration=3.0,overlap=0.1); }

table.maintable { width: 800px;  margin: 1em; background: rgb(223,236,247); }
                                  
tr.top { height: 116px; background: #c2d8f1; }

td.topleft { height: 116px; width: 150px; border-bottom: 2px solid #fff; }
img.blue-gull { height: 116px; width: 150px; }

td.bsslogo { height: 116px; width: 400px; border-bottom: 2px solid #fff; padding-left: 10px; }
img.bss-logo { height: 60px; width: 394px; }

td.topright { background-image: url(images/top-right.jpg);
              background-repeat: no-repeat; 
              background-position: right; width: 40%; 
              border-bottom: 2px solid #fff; }

td.nav { width: 150px; padding: 12px 12px 77px 12px; background: rgb(205,226,244); 
	 background-image: url(images/menubg.jpg); font-weight: bold; color: #fff;
         background-repeat: no-repeat; background-position: bottom left; }

td.content { border-left: 2px solid #fff; }

td.content a { color: #6699cc; text-decoration: underline; }
td.content a:hover { color: #6699cc; text-decoration: none; }

p { text-align: justify; }

em { color: #6699cc; }
small { font-size: 80%; }

td.header { color: #fff; font-family: Arial,Sans-serif; height: 35px;
            font-size: 140%; padding: 0.1em 0.6em; border-left: 2px solid #fff; 
            background: #99ccff; border-bottom: 1px solid #6699cc; 
            background-image: url(images/headerr.jpg); background-position: right; 
            background-repeat: repeat-y; }

td.imagebelt { width: 148px; }
img.square { width: 140px; height: 140px; border: 0; margin: 2px; border: 2px solid #fff; }
img.landscape { width: 140px; height: 90px; border: 0; margin: 2px; border: 2px solid #fff;}

tr.footer { height: 27px; }
td.footl { height: 27px; border-top: 2px solid #fff; }
td.footm { height: 27px; border-top: 2px solid #fff; background: #c2d8f1;
           border-left: 2px solid #fff; padding-left: 10px; }
td.footr { height: 27px; border-top: 2px solid #fff; background: #c2d8f1; text-align: center;
           padding-right: 10px; border-left: 2px solid #fff; color: #6699cc;  
           background-image: url(images/headerr.jpg); background-position: left;  }
a.footer { color: #fff; text-decoration: none; }
a.footer:hover { color: #6699cc; }

ol { list-style: disc; }
ol li { margin: 0.2em; }

div.even { padding: 0.4em 0.7em; background: rgb(205,226,244); }
div.odd { background: rgb(233,241,249); padding: 0.4em 0.7em; }

input, textarea { font-family: verdana, arial, sans-serif; font-size: 12px; color: #345; }