BODY {
	background: #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006;
	margin: 10px;
	text-align: left;
	font-size: 10pt; 
	}
	
#header
{
	margin: 0 0 10px 0;
	border: 1px solid #006;
	background: #369;
	font-size: 30pt;
	color: #036;
	padding: 10px;
}
.headerimg { border: 0; }

td, th
{
    border-top: 0;
    border-right: 1px dashed #006;
    border-left: 0;
    border-bottom: 1px solid #006;
    padding: 2px 10px;
    text-align: center;
	font-size: 10pt;
	color: #006;
	vertical-align: top;
}
.jobtd
{
    border-left: 1px dashed #006;
    text-align: left;
    vertical-align: top;
}
th
{
    border-top: 1px solid #006;
    font-size: larger;
}

#navcontainer
{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}
.navheader
{
	display: block;
	padding: 3px 3px 3px 10px;
	width: 160px;
	background-color: #036;
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

html>body .navheader { width: 153px; }
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #369;
border-bottom: 1px solid #ccc;
}

#navcontainer a:link, #navlist a:visited
{
color: #eee;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #69c;
color: #fff;
}

#content
{
	margin: 0 0 0 170px;
	border: 1px solid #006;
	background: #FFF;
	padding: 10px 30px;
}
.bborder
{
	padding: 5px;
	margin-bottom: 20px;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
a.jobs:link, a.jobs:active, a.jobs:visited, a.jobs:hover
{
	text-decoration: none;
	color: #000066;
	display: block;
    line-height: 15px;
}
a.red:link, a.red:active, a.red:visited, a.red:hover{ color: #F00; text-decoration: none; }
.red td { color: #F00; }

a.normal:link, a.normal:active, a.normal:visited, a.normal:hover{ color: #315B0A; text-decoration: none; }
.normal td { color: #315B0A; }

a.due:link, a.due:active, a.due:visited, a.due:hover{ color: #315B0A; text-decoration: none; }
.due td { color: #315B0A; }

.bold { font-weight: bold; }
.indent { text-indent: 50px; }
