BODY {
	position : relative;
	min-width : 600px;
	width : 100%;
	margin : 0;
	padding : 0;
	font : 10pt/16pt arial;
	background-image : url("background.jpg");
}

#Container  {
	position : relative;
	min-width : 600px;
	width : 100%;
	margin : 0;
	padding : 0;
	font : 10pt/16pt arial;
	background-image : url("background.jpg");
}

#Header {
	margin: 10px;
}
  
#Content {
	margin-left: 100px;
	margin-top: 35px;
	margin-right: 100px;
	padding: 10px;
	border: 1px solid #3E6AA0;
	background: white; /*	width: 500px;  */
	/* height: 300px; */
	height: auto;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	font-size: 12pt;
	font-weight: bolder;
	font-family:  Arial, Helvetica, sans-serif;
}

#Footer {
	margin-left: 156px;
	text-align: center;
}	

P {
	margin: 10px 10px 10px 10px;
}
	
H4 {
	font: 16pt Arial;
	color: ##3E6AA0;
}	

H5 {
	/*	font: italic normal 14pt Arial;  */
	font: normal bolder 15pt Arial, Helvetica, sans-serif;
	text-align: left;
}

A:LINK {
	text-decoration : underline;
}

.bold {
	font-weight : bold;
}

.note {
	font-size : xx-small;
}

.redbold {
	font-weight : bold;
	font-family : Arial;
	color : Red;
	font-size : larger;
}

.black {
	color : Black;
	font-family : Arial;
	text-align : center;
}

HR {
	width : 80%;
	color : Black;
}

P.default {
	font-family : Arial;
	text-align : left;
	font-size : x-small;
	margin-left: 15px;
	margin-right : 15px;
}


SPAN.heading {
	font: bold 11pt Arial;
	text-decoration: underline;
	font-variant: small-caps;
}

.header {
	font: bold 10pt Arial;
	text-decoration: underline;
}

.member {
	margin-left: 20px;
}

.subcommittee {
	margin-left: 40px;
}

.submember {
	margin-left: 46px;
}

#ContactsMenu {
	border-bottom: 1px solid ##3E6AA0;
	margin-left:135px;
	padding-bottom: 19px;
	padding-left: 14px;
}

#WebMenu {
	border-bottom: 1px solid #3E6AA0;
	margin-left:135px;
	padding-bottom: 19px;
	padding-left: 14px;
}

#ContactsMenu ul, #ContactsMenu li{
	background: #3E6AA0;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#WebMenu ul, #WebMenu li{
	background: #8D1A07;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ContactsMenu a:link, #ContactsMenu a:visited {
	background: #3E6AA0;
	border: 1px solid #3E6AA0;
	color: #fff;
	float:left;
	font-size : 11px;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration:none;
}

#WebMenu a:link, #WebMenu a:visited {
	background: #3E6AA0;
	border: 1px solid #3E6AA0;
	color: #fff;
	float:left;
	font-size : 11px;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration:none;
}


body.Contacts-1 #ContactsMenu li#committees a, 
body.Contacts-2 #ContactsMenu li#captains a,
body.Contacts-3 #ContactsMenu li#keycontacts a {
	background: #fff;
	border-bottom: 1px solid #fff; 
	color: #3E6AA0;}

body.Web-1 #WebMenu li#web a, 
body.Web-2 #WebMenu li#yahoo a {
	background: #fff;
	border-bottom: 1px solid #fff; 
	color: #3E6AA0;}

#ContactsMenu a:link.active, #ContactsMenu a:visited.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #3E6AA0;
}

#WebMenu a:link.active, #WebMenu a:visited.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #3E6AA0;
}

#ContactsMenu a:hover{
	background:#fff;
	color:#204A67! important;
}

#WebMenu a:hover{
	background:#fff;
	color:#204A67! important;
}

A:LINK {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	color : Blue;
	text-decoration : underline;
}



