/* CSS Document */

#menubar {
	display:none;
 }
 
body { 
	background-color:#fff;
	font:normal normal normal 1em/1.8em Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
	}	

table {
	width:100%;
	border:none;
	margin:0px;
	}

td { 
	padding: 2px 4px;
	border:none;
	margin:0px;
	font:normal normal normal .8em/1.4em Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#000;
	}


#footer {
	display:block;
	clear:both;
	text-align:center;
	margin: 80px 10px 40px 10px;
	color:#000;
	font-size:.8em;
	line-height: 300%;
	}
#footer a {	
	color:#000;
	}

img {display:none;}
img.staffphoto {display:block; float:left; padding-right:12px;}

a {
	text-decoration:none;
	color:#000;
	}

h2 {
	color:#000;
	}

h3 {
	clear:left;
	color:#000;
	font-size:1.4em;
	line-height:2.2em;
	font-weight:700;
	text-transform:uppercase;
	margin: 0px;
	}

h4 {
	display:block;
	color:#000;
	font-size:1em;
	line-height:1.2em;
	font-weight:700;
	text-transform:uppercase;
	margin: 24px 0px 8px 0px;
	}

h5 {
	color:#000;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:700;
	text-transform:uppercase;
	margin: 8px 4px 4px 0px;
	}
	
.linecardRowA td {
	background-color:#fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

.tableBottom {
	background-color:#333;
	padding: 8px;
	color:#fff;
	border-style: solid none none none;
	border-top-width: 3px;
	border-color:#fff;
	}

.blue {
	color:#000;
	}
	
