body {
	color: #000;
	font-size: 13px;
	font-family: arial, helvetica;
	margin: 25px;
	text-align: center;
	background-color: #fff;
	line-height: 150%;
}

.container {
	width: 800px;
	text-align: left;
}

table, td, p, div {
	color: #000;
	font-size: 13px;
	font-family: arial, helvetica;
}
a:link, a:visited, a:active {
	color: #005689;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #005689;
	border-bottom: 1px dotted #005689;

}
b {
	color: #333;
}

#navline {
	margin-top: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.sectionline {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}

#header	{
		padding: 10px 0px 16px 6px;
		border-top: 4px solid #000;
		margin: 0px 0px 0px 0px;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 14px;
}

h2 {
	padding: 10px 0px 16px 6px;
	margin: 0px 0px 0px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
}
		
#header a {
	color: #000;
	text-decoration: none;
	border:0px;
}

#footer, #footer p {
font-size: 12px;
color: #808080;
}

.clear {
	clear: both;
}

table#navtable {
width: 800px;
}

table#navtable td {
height: 30px;
width: 120px;
vertical-align: top;
border-right: 1px solid #aaa;
background:#222;
}

table#navtable td.navlast {
height: 30px;
width: 320px;
vertical-align: top;
background:#222;
}

table#navtable a {
display: block;
height: 46px;
padding-top: 6px;
padding-left: 10px;
color:#ccc;
font-family: arial, helvetica;
font-weight: bold;
font-size: 95%;
text-decoration: none;
}
table#navtable a:hover {
background-color: #005689;
background-color: #ff6600;
color: #fff;
width:100%;
border-bottom: 0px;
}

table.simplepage {
margin: 5px 0 0 0;
padding: 0px;
text-align: left;
width: 100%;
}

table.simplepage  td {
vertical-align:top;
text-align: left;
}

table.simplepage  td.lhs {
width: 240px;
}

table.pagetable {
margin: 15px 0 10px 0;
padding: 0px;
text-align: left;
width: 100%;
}

table.pagetable tr {

}

table.pagetable  td {
padding: 15px 0 15px 0;
vertical-align:top;
text-align: left;
border-top: 1px dotted #aaa;
}

table.pagetable  td.lhs {
width: 240px;
}

table.projects {
margin: 15px 0 10px 0;
padding: 0px;
text-align: left;
width: 100%;
}

table.projects td {
padding: 15px 0 15px 0;
vertical-align:top;
text-align: left;
border-top: 1px dotted #aaa;
}

table.projects  td.lhs {
width: 240px;
}

table.projects  td.rhs p{
margin-top: 0px;
margin-bottom: 10px;
}

.greyboxtitle {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-left: 2px solid #ff6600;
}

.orangeboxtitle {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	border-left: 10px solid #ff6600;
}

