body {
background-color: white;
background-image:url('background-left-column.jpg');
background-position: 0px 0px;
background-repeat: repeat-y; }


div.menu-bar {
background-color: #080137;
width: 140px;
height:100%;
position: absolute;
left: 0px;
top: 0px;
}

ul.main-menu {
    width: 140px;
	list-style: none;
	position:absolute;
	left:-40px;
	
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 19px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	padding-left:10px;
	line-height:19px;
	}
	
a.link:hover {
	color: #fff100;
	text-decoration: none;
	background-color: #096389;
	width: 100%;
	}

div.whitespace {
  
background-color: #ffffff;
width: 10px;
height:110%;
position: absolute;
left: 140px;
top: 0px;
z-index:1;}

/* Whitespace covers a glitch in the menu display, where the light blue menu item bar overhangs the edge of the dark blue menu bar by 10px in Firefox (or, if this is repaired, underhangs in IE). Probably could be repaired by using <p>'s instead of <ul><li>, but the <ul> is needed for Multihulls' submenus. */


/*

Commands relevant to Multihulls' submenus

ul.submenu {
        width: 170px;
	list-style: none;
        position: absolute;
	left: 90px;
	top: 0px;
	display: none;
	}
		
ul.main-menu li {
	position: relative;
	}

ul.submenu li a {
	display: block;
	text-decoration: none;
        text-align: left;
	color: white;
        background: #232d75;
        font-family: arial;
        font-size: 10pt;
       	}

li:hover ul.submenu, li.over ul.submenu { display: block; }

*/


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




div.maintext {
 
 position: absolute;
 top: 20px;
 left: 220px;
 width: 640px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;  
 }
 
p.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #d2222a;
}

img.inline-image {
 border-color: #ffffff;
}

p.subhead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bolder; color: #333366;}

a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #333366; text-decoration:underline;}

a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #C90021; text-decoration:underline;}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}



