/* CSS Document */
html,body{margin:0; padding:0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff url(ttbg.gif);
}
#wrapper {
	width: 780px;
	border: 2px solid #dbbe3e;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	background: url(background.gif);
	color: #000;
}
#header {
	width: 100%;
	height: 90px;
	border-bottom: 2px solid #dbbe3e;
	color: #dbbe3e;
	background-color: #005;
}
#corner {float:left;
	border-right: 2px solid #dbbe3e;
}
#mast1 {
	width: 636px;
	border-bottom: 2px solid #dbbe3e;
	float: right;
}
.border{
	padding: 2px 5px;
}
#mast1 h1 { margin:0; padding:0; font-size:260%;}
#sub {font-size: 150%;}
#addy, #date {
	float: right;
	font-size: 90%;
}
#mast2 {
	width: 636px;
	float: right;
}
#innerwrap{ width:100% }
#nav {
	float:left;
	width: 142px;
}
#navigation {
	margin-top: 8px;
	
}
.navmenu {
	list-style: none;
	margin: 0; padding: 0;
}
.navmenu a {
	display: block;
	background-color: #446d8c;
	color: #dbbe3e;
	font-weight: bold;
	font-size: 10pt;
  	text-decoration: none;
	margin: 4px 0;
	padding: 3px 2px 3px 5px;
}
.navmenu a:link, .navmenu a:visited {
	border-top: 2px solid #dbbe3e;
	border-bottom: 2px solid #dbbe3e;
}
.navmenu a:hover, .active {
	background-color: #dbbe3e;
	color: #005;
}
#content {
	float: right;
	width: 636px;
}
#content div { padding: 6px 7px 2px 5px; }
#content div h2 { margin: 0; padding-bottom:3px;}
#content p {margin-top: 0;}
#footer {
clear:both;
background-color: #005;
color: #dbbe3e;
border-top: 2px solid #dbbe3e;
font-size: 8pt;
}
#footer div { padding: 2px 5px;}

#d3web {
	float:right;
	margin-top: 12px;
}
#mast2 a:link, #footer a:link, #mast2 a:visited, #footer a:visited {
	color: #dbbe3e;
	background-color: transparent;
	text-decoration: none;
}
#mast2 a:hover, #footer a:hover {
	text-decoration: underline;
} 
.imgbrdr { border: 1px solid #000; }
.smalltxt { font-size: 85%; }
