/* Layout Stylesheet */ 

body {
 margin:8px;
 background:#E9FFD2;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:735px;
 }

#hdr {
	height:auto;
	background:#FFFFFF;
	text-align: center;
	width: 735px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	padding-top: 5px;
 }
#ftr {
	height:auto;
	background:#AA0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 735px;
	font-size: xx-small;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#bodyblock {
	position:relative;
	background: #FFFFFF;
	color: #333333;
	width:735px;
	padding: 0px;
	margin: 0px;
}
#l-col {
	float:left;
	background:#FFFFFF;
	color: #333333;
	width:550px;
	border: 1px none #FFFFFF;
	padding: 10px;
}
.skip {
	height:auto;
	color: #3D1F01;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 0px #996600;
	padding: 0px;
}
a.hdrNav:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	height: 25px;
	width: 99px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	background-color: #336600;
}
a.hdrNav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	height: 25px;
	width: 99px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.hdrNav:hover {
	text-decoration: none;
	background-color: #339900;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	height: 25px;
	width: 99px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.hdrNav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	height: 25px;
	width: 99px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.siteNav:link {
	text-decoration: none;
	background-color: #336600;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.siteNav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.siteNav:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
a.siteNav:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #3D1F01;
	text-align: left;
}
#bar {
	height:25px;
	background:#336600;
	color: #FFFFFF;
	text-align: right;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 5px solid #339900;
	border-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-right: 0px;
	width: 735px;
}
#link {
	height:25px;
	text-align: center;
	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
	width: 100px;
	padding: 0px;
	float: left;
	margin: 0px;
	vertical-align: middle;
}
.projectImage {
  border: 1px #000000 solid;
  padding: 4px;
  margin: 4px;
}