html, body, td, input, textarea, button, select, option {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 10pt;
}

body {
	margin: 0px;
	background: #FFFFFF url(layout/bg_tile.jpg) repeat-y center;
	overflow: -moz-scrollbars-vertical;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #0000FF;
}

a:hover {
    color: #0000FF;
}

#grunge_layer {
	background: url(layout/grunge_layer.jpg) no-repeat center top;
	min-height: 578px;
}

* html #grunge_layer { height: 578px; }

.clear { clear: both; }

p {
	margin-top: 0px;
	margin-bottom: 1.5em;
}

#wrapper {
	width: 819px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 106px;
	background: url(layout/header_bg_20080626.gif) no-repeat;
	position: relative;
}

#header #service_times {
	min-height: 18px;
	width: 310px;
	position: absolute;
	left: 507px;
	top: 24px;
	font-size: 10pt;
	font-weight: bold;
	color: #586524;
}

* html #header #service_times {
    height: 18px;
}

#header #links {
	position: absolute;
	min-width: 191px;
	font-size: 10pt;
	top: 42px;
	right: 2px;
}

* html #header #links { width: 191px; }

#header #links a:link {
	color: #000;
	text-decoration: none;
}

#header #links a:visited {
	color: #000;
	text-decoration: none;
}

#header #links a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	background: #000000 url(layout/content_bg.jpg) no-repeat bottom;
	min-height: 300px;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
}

* html #content { height: 300px; }

#navigation {
	background: url(layout/nav_bg.gif) repeat;
	border: 1px solid #fff;
	margin-bottom: 7px;
}

#announcements {
    float: right;
    width: 195px;
    min-height: 239px;
    border: 1px solid #fff;
    background: #baaa82;
    font-size: 12px;
}

* html #announcements { height: 239px; }

.announcement { margin-bottom: 5px; }

.announcement p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.announcement_date { font-weight: bold; }

#announcements a:link {
    color: #f6ef1a;
    text-decoration: underline;
}

#announcements a:visited {
    color: #f6ef1a;
    text-decoration: underline;
}

#announcements a:hover {
    color: #f6ef1a;
    text-decoration: underline;
}


#footer {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#footer a:link {
    /*color: #f6ef1a;*/
    text-decoration: underline;
}

#footer a:visited {
    /*color: #f6ef1a;*/
    text-decoration: underline;
}

#footer a:hover {
    /*color: #f6ef1a;*/
    text-decoration: underline;
}
