/* CSS for ASP pages does NOT include menu */

body {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	margin: 0px;
	scrollbar-face-color: #7A8A6B; 
	scrollbar-shadow-color: #DDDDDD; 
	scrollbar-highlight-color: #DDDDDD; 
	scrollbar-3dlight-color: #7A8A6B; 
	scrollbar-darkshadow-color: #7A8A6B; 
	scrollbar-track-color: #7A8A6B; 
	scrollbar-arrow-color: #DDDDDD;
}

a {font: 11px arial; font-weight: bold; color: #7A8A6B; text-decoration: none;}
a:hover {font: 11px arial; font-weight: bold; color: #7A8A6B; text-decoration: none;}
td {font-family: verdana, arial, sans-serif; font-size: 12px; line-height: 17px; color: #000000;}

li {margin-bottom: 1px; margin-top: 1px;}

td.ex1nav {width: 135px; height:100%; background-image:url(../images/nav_bg.jpg)}
table.tdbkdg {background-image:url(images/background.jpg); background-position: top center; background-repeat:repeat-y;}

table.main {Height: 100%;}

h4 {color: #7A8A6B;}
h3 {color: #7A8A6B;}
h5 {color: #7A8A6B; font-weight: bold;}

#header {
	background: url(../images/lighthouse-bg.jpg) top right no-repeat;
	border-top: 5px solid #000;
	height: 150px;
	margin: 0;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	background: url(../images/katjoe_header.jpg) top left no-repeat;
	display: block;
	height: 150px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 356px;
}
#lines {
	background: url(../images/bg-toplines.gif) top left repeat;
	height: 5px;
	margin: 0;
	padding: 0;
}