﻿@charset "utf-8";
/* CSS Document */

/* Eric Myer CSS reset - start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Eric Myer CSS reset - end */

#header{
background: #069 url('/grafix/baggator-header.png') no-repeat 0 0;
height:202px;
width:100%;
}

#header p{
position:absolute;
top:2em;
right:2em;
color:#fff;
font-weight:bold;
font-size:1.5em;
text-align:right;
line-height:1.5em;
}


body{
background: #fff url('/grafix/leftcol-bgd.png') repeat-y 0 0;
font-family: 'TrebuchetMS',Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:80%;
padding-bottom:100px;
}

#leftcol{
position:absolute;
top:202px;
left:0;
width:200px;
height:100%;
background-color:#8c3f00;
border-right:10px solid #222;
}

#navmenu{
list-style:none;
margin:20px 0 0 20px;
}

#navmenu li{
font-weight:bold;
}

#navmenu li a:link{
display:block;
color:#fff;
text-decoration:none;
margin-bottom:12px;
}

#navmenu li a:visited{
display:block;
color:#ccc;
text-decoration:none;
margin-bottom:12px;
}

#navmenu li a:hover{
display:block;
color:#fff;
text-decoration:none;
}

#content{
margin:30px 150px 0 240px;
line-height:1.8em;
}

#content h1{
font-size:1.6em;
font-weight:bold;
margin-bottom:1em;
color:#069;
}

#content h2{
font-size:1.2em;
font-weight:bold;
margin-bottom:0.5em;
margin-top:1.5em;
color:#069;
}

#content h3{
font-size:1em;
font-weight:bold;
margin-bottom:0.5em;
margin-top:1.5em;
color:#069;
}

#content p{
margin-bottom:0.8em;
}

#content p.imageleft{
margin-left:140px;
}

#content img{
float:left;
margin:0.5em 1em 0.5em 0;
}

#content a:link{
font-weight:bold;
color:#900;
text-decoration:none;
border-bottom:1px dotted #900;
}

#content a:visited{
font-weight:bold;
color:#666;
text-decoration:none;
border-bottom:1px dotted #666;
}

#content a:hover{
font-weight:bold;
color:#000;
text-decoration:none;
border-bottom:1px solid #000;
}

#content ul{
list-style:circle;
padding-left:1.5em;
margin-bottom:0.8em;
}

#address{
color:#bbb;
font-size:0.8em;
margin:4em 20px 0 20px;
line-height:1.3em;
}

#address a:link,
#address a:visited{
color:#bbb;
text-decoration:none;
border-bottom:1px dotted #bbb;
}

#address a:hover{
color:#fff;
text-decoration:none;
border-bottom:1px solid #fff;
}

p#mission{
margin:4em 20px 0 20px;
line-height:1.5em;
color:#bbb;
font-size:0.9em;
font-weight:bold;
}

table{
border-collapse:collapse;
border:0;
border-top:5px solid #8c3f00;
border-bottom:2px solid #8c3f00;
}

table th,
table td{
text-align:left;
font-weight:normal;
}

table tr th,
table tr td{
border-bottom:1px solid #006699;
}

table thead th{
font-weight:bold;
text-align:center;
}


table tbody th{
padding:0.5em 2em 0.5em 0;
}

table tbody td{
text-align:center;
font-weight:bold;
}

