body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	behavior: url(../includes/csshover.htc); /* WinIE behavior call */
}

a, a:visited {
	color: #696;
	font-weight: 700;
	text-decoration: none;
}
a:hover { color: #434195 ; }
a img { border: 0;
}
h1, h2, h3, h4, h5 {
	color: #434195;
	margin-top: 1em;
}
hr {
	width: 100%;
	margin-left: 0;
	height: 1px;
	background-color: #696;
}
div.hr {
	height: 29px;
	background: url(../images/hr_boat_small.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
blockquote {
	margin-bottom: 2em;
}
blockquote p { 
	margin: 2px 0;
	font-weight: 700;
}

#wrapper {
	min-width: 500px;
	max-width: 1400px;
}

#header {
	width: 100%;
	text-align: right;
	background-color: #FFF;
	border-bottom: 1px solid #E5E1F3;
}
#header p {
	margin-top: 0;
	color: #888;
	font-size: 95%;
}
#header p.style {
	text-align: left;
	float: left; 
}

#content {
	position: relative;
	border-right: 3px solid #E5E1F3;
	/* background: url(../images/wrapper_bkgnd.gif) repeat-y 18% 0; */
	/* background: url(../images/wrapper_bkgnd.gif) repeat-y -18em 0; */
	/* background-color: #BBE0E3; */
}

div#menu-main {
	float: left; 
	width: 12em; 
	/* margin: -1px 0 0 -1px; */
	margin: 0;
	margin: 0 -1px 0 -1px; 
	background: #BBE0E3;
	/* border: 1px solid #AAA; */
}
/* div#menu-main .gutter {
	padding: 0;
} */
/* div#menu-main h4 {
	line-height: normal;
} */
div#menu-main ul {
	margin: 0; 
	padding: 0; 
	width: 12em; 
	background: #FFF; 
	border: 1px solid #AAA;
}
div#menu-main li {
	/* position: relative; */
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
}
div#menu-main li.heading {
	display: block;
	width: 11.5em;
	padding: 0.25em 0 0.25em 0.5em;
	background-color: #BBE0E3;
	color: #555;
	font-weight: 700 ;
}
div#menu-main li:hover { background-color: #EBB; }
div#menu-main li.heading:hover { background-color: #BBE0E3 ; }
div#menu-main li.submenu {}
div#menu-main li.submenu:hover {}
div#menu-main li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 11.5em;
}
div#menu-main>ul a { width: auto; }
/* div#menu-main ul ul { 
	position: absolute;
	top: 0;
	left: 12em;
	display: none;
} */
div#menu-main ul.level1 li.submenu:hover { display: block; }
div#menu-main h4 { 
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 4px; 
	padding-left: 0.25em; 
}

#content #right-column {
	/* float: right;
	width: 80%; 
	margin-bottom: 10px; */
	/* margin-left: 12em; */
	margin-left: 12em;
	/* padding: 0 0 1px 5%; */
	padding: 0 0 1px 2em;
	background-color: #FFF;
	/* border-left: 1px solid #AAA; */
}
#content #right-column .gutter {
	padding: 0 5em 0 25px;
}
#content #right-column p {
	line-height: 140%;
}
#content #right-column h1 {
	margin-top: -1em;
	margin-top: 0;
}
#content #right-column table {
	margin: -1px auto 0 0;
}
#content #right-column li {
	margin: -1px 2em 1em 0;
	line-height: 140%;
}

#footer {
	clear: both;
	border-top: 1px solid #434195;
	text-align: center;
	color: #666;
	font-size: 95%;
}

dl#directors dt{
	font-weight: 700;
	margin-bottom: 0.5em;
}
dl#directors dd{
	margin-bottom: 1em;
}
div#contributors td {
	vertical-align: top;
}
div#contributors p {
	margin: 3px 3em 3px 0;
}
.signature {
	font-family: Mistral, "Comic Sans MS", Arial, sans-serif;
	font-family: "Brush Script MT", cursive, sans-serif, "Calisto MT";
	font-size: 150%;
}
.centered {
	font-size: 95%;
	text-align: center;
}
a.white-dot, a.white-dot:visited, a.white-dot:hover {
	color: #FFFFFF;
}