@charset "iso-8859-1";

body {
	top: 0px;
	left: 10px;
	right: 10px;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	color:#333;
	background-image: url("images/bgbar.gif");
	background-repeat: repeat-y;
}

#Header {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	margin:0;
	padding:0;
	height:94px;
	line-height:65px;
	z-index: 5;
	background-image: url("images/bgheader.gif");
	background-repeat: repeat-x;
}
	
#HeaderLogo {
	background-image: url("images/bannerlogo2.gif");
	left:10px;
	position: absolute;
	line-height:28px;
	top: 15px;
	background-repeat: no-repeat;
	z-index: 6;
}

#HeaderText {
	right: 200px;
	position: absolute;
	font-size:1.1em;
	line-height:1.5em;
	color:#000;
}

#Content {
	position: absolute;
	top: 120px;
	left: 180px;
	right: 50px;
	display: inline;
	height: 670px;
}

#LeftNav {
	position: absolute;
	top: 115px;
	left:0px;
	padding: 4px;
	width:170px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#333;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#999;
	}
p {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

li {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height:200%;
	padding:0px;
}

a {
	color:#09c;
	font-size: 12px;
	text-decoration:none;
	font-weight:600;
	font-family: arial, sans-serif;
}
a:link {color:#903;}
a:visited {color:#903;}
a:hover { color:#000; background-color:#eee;}

td, th {
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 12px;
}

th {
	text-align: left;
}

#Board td {
	font-size: 12px;
	font-family: arial, sans-serif;
	padding: 0 10px 10px 0;
}


.Menu {
	line-height:27px;
	margin-bottom: 10px;
	padding: 4px;
}

.Menu ul {
	list-style: none;
	padding: 0 1em 0 5px;
	margin: 5px;
}

#Footer {
	clear: both;
	margin-top: 50px;
	width: 100%;
}

#Footer td {
	font-size:10px;
}
#Footer a:link {font-size: 10px}
#Footer a:visited {font-size: 10px}

#toprightbox {
	position: relative;
	top: -10px;
	float: right;
	font-size: 10px;
	padding: 4px;
	margin: 10px;
	border-left:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	width: 250px;
	background:#fff;
}
#toprightbox ul {
	list-style: none;
	padding-left: 2em;
}

#toprightbox li {
	font-size: 10px;
}

.related {
	font-size: 0.8em;
	margin: 0 0 0 -10px;
	padding: 0px 3px 0px 8px;
	background-color: #903;
	color: #000;
	font-weight: bold;
}

.fixme {
	background-color: #cfc;
}

.sharksbackground {
	background-image:url(images/sharkbg.gif);
	background-repeat: no-repeat;
	background-position: 50% 75px; 
}

.oneliners li {
	border-bottom: 1px solid #ddd;
}

table.contractors {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}
table.contractors tr {
	vertical-align:top;
}
table.contractors tr.odd {
	background-color: #e5e5e5;
}
table.contractors td {
	font-size: 0.9em;
	padding: 4px;
}

#articlesinc p, #articlesinc td, #articlesinc th, #articlesinc li {
	font-family: monospace;
}

#articlesinc img {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

#ShadowBox {
	background: #e7cc88;
	margin: 0em 1em 1em 1em;
}

#ShadowBoxText {
	color: #000;
	background: #fff;
	margin: 0em 20px 0em 0em;
	padding: 15px;
	border: 1px solid #FFC468;
}

#ShadowTR {
	background: #fff;
	top: 0;
	height: 20px;
	width: 20px;
	float: right;
}

#ShadowBL {
	background: #fff;
	height: 20px;
	width: 20px;
}
