﻿html
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(bg3.png);
	background-repeat: repeat;
	background-color: #E69011;
	height: 100%;
	border: none;
	color: #ffffff;
	font-family: Helvetica, Geneva, Arial, Lucida Sans, Trebuchet, Verdana
}

table#master
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

td#left
{
	width:75px; 
	height: 100%;
	background-image: url("shadow-vl.png");
	background-repeat: repeat-y;
	background-position: right;
	z-index: 0;
}

td#right
{
	width:75px; 
	height: 100%;
	background-image: url('shadow-vr.png');
	background-repeat: repeat-y;
	background-position: left;
	z-index: 0;
}

td#middle
{
	background: #413C33;
	padding: 0 20px; 
	height:100%;
	width: auto;
	vertical-align: top;
	z-index: 1;
}

}
.darkblue
{
	color: #000000;
}

.lightblue
{
	color: #000000;
}

.title1
{
	font-size: 200%;
}

.title2
{
	font-size: 150%;
}

div#header div
{
	float: left;
	margin-top: 80px;
}

div#header img
{
	float: left;
	border: 0px;
	margin-right: 20px;
	margin-top: 20px;
}

div#footer
{
	color: #000000;
	font-size: small;
	text-align: center;
	clear: both;
}

div#footer a
{
	color: #000000;
}

div#footer a:hover
{
	color: #585858;
}

div.clear
{
	clear: both;
}

div.menutop
{
	padding: 5px 0px;
	background: url('menubg2.png') repeat-x;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	font-family: Times New Roman;
}

div.menutoph
{
	padding: 5px 0px;
	/*background: url('menubgh2.png') repeat-x;*/
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	color: #000000;
	height: 20px;
	font-family: Times New Roman;
}

div#menubar
{
	position: relative;
	height: 30px;
	width: 645px;
	margin: 0 auto;
}

div#menubarbg
{
	height: 30px;
	background: url('menubg2.png') repeat-x;
	position: relative;
	z-index: 1000;
}

div#menubase
{
	height: 6px;
	/*background: url('shadow-hb.png') repeat-x;*/
	background: #000000;
}

div.submenu
{
	height: 18px;
	width: 120px;
	padding: 2px 5px;
	color: White;
	background: #000000;
	text-align: left;
	font-family: Times New Roman;
}

div.submenuh
{
	height: 18px;
	width: 120px;
	padding: 2px 5px;
	color: White;
	background: #CDBE70;
	text-align: left;
	font-family: Times New Roman;
}

div#content
{
	margin: 20px 40px;
	position: relative;
	z-index: 1;
	min-width: 0; /* turns on hasLayout to fix IE7 bugs */
}

hr
{
	margin: 2px 0 2px 0;
}

h1
{
	color: #C85A17;
	font-size: 130%;
	font-family: Helvetica, Geneva, Arial, Lucida Sans, Trebuchet, Verdana;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h2
{
	color: #C85A17;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, Lucida Sans, Trebuchet, Verdana;
	font-weight: bold;
	margin: 0;
}

.bold
{
	font-weight: bold;
}

a
{
	color: #000000;
}

a:hover
{
	color: #000000;
}

.floatright
{
	float: right;
	margin: 15px 0 15px 15px;
}

.floatleft
{
	float: left;
	margin: 15px 15px 15px 0;
}

.officerphoto
{
	float: left;
	margin: 0;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

table.list
{
	text-align: left;
	background: #585858;
}

table.list tr th
{
	border-bottom: solid 2px #CD9B1D;
	padding: 3px;
	vertical-align: bottom;
	font-size: smaller;
}

table.list tr td
{
	border-bottom: solid 1px #CD9B1D;
	padding: 3px;
	font-size: smaller;
}

.ititle
{
	color: #FFF;
	background-color: #CD9B1D;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, Lucida Sans, Trebuchet, Verdana;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: auto;
}

.officertitle
{
	font-size: smaller; 
	font-weight: normal; 
	margin-left: 10px;
}

ol li
{
	margin-bottom: 8pt;
}

fieldset
{
	border: solid 1px #CD9B1D;
	margin: 1em auto;
	padding: 1em;
	font-size: smaller;
}

fieldset legend
{
	color: #000000;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, Lucida Sans, Trebuchet, Verdana;
	font-weight: bold;
}

fieldset div div.label
{
	float: left;
	width: 10em;
	text-align: right;
	padding-top: 0em;
}

fieldset div div.content
{
	margin-left: 10.5em;
	margin-bottom: 0.5em;
}

div.toolTipRollover
{
	display: inline;
	position: static;
	color: #728492;
	cursor: default;
}

div.toolTipRollover:hover
{
	color: #AFC0CA;
	cursor: default;
}

div.toolTipRollover div
{
	position: absolute;
	top: auto;
	left: auto;
	display: none;
	border: solid 1px #444444;
	background: White;
	padding: .2em;
	color: #777777;
}

div.toolTipRollover:hover div
{
	display: block;
}

.hoverHighlight:hover, .hoverHighlight:hover td
{
	background: #FFFFCC;
}

.highlight
{
	background: #CD9B1D;
}

.meetingComment
{
	font-style: italic;
	margin-left: .5em;
}

.smText
{
	font-size: smaller;
}

table.calendar tr
{
	vertical-align: top;
}

table.calendar tr th
{
	font-size: small;
}

table.calendar tr td
{
	font-size: x-small;
	text-align: left;
	border-left: solid 1px #CD9B1D;
	border-top: solid 1px #CD9B1D;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}




div.hoverTip
{
	display: inline;
	position: relative;
	color: #728492;
	cursor: default;
}

div.hoverTip:hover
{
	color: black;
	cursor: default;
}

div.hoverTip span
{
	display: none;
}

div.hoverTip:hover span
{
	display: block;
	position: absolute;
	top: -0.2em;
	left: -0.2em;
	border: solid 0.05em #444444;
	background: White;
	padding: 0.15em;
	color: #777777;
	white-space: nowrap;
}


