﻿#header {
	height:100px;
	background:url(/inc/images/header_back.gif) repeat-x top left;
}

#header h1 {
	background:url(/inc/images/header.jpg) no-repeat top left;
}

#pdal-home #header h1 {
	background:url(/inc/images/header.jpg) no-repeat top left;
}

#navigation {
	top:106px;
	left:0px;
	width:144px;
	background: url(/inc/images/log.gif) no-repeat top left;
	
}

#navLinks {
	border: 1px solid rgb(124,171,129);
	background: #ffffff 10px 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7CAB81;
}

#navLinks li a{
	color: #7CAB81;
	text-decoration:none;
	width:115px;
}
#content {
	margin-left:160px;
	
}

#content h2, #content h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#content h2 {
	font-size:1.1em;
	font-weight:bold;
}	

#content h3 {
	font-size:1em;
	color: #7CAB81;	
}
#navLinks li a:hover{
	
	color:#7CAB81;
}

a  { 

	font-weight:bold;
	text-decoration: none;
	color:#7CAB81;

}


#login {
	border: 5px solid rgb(201,101,72);
	background: rgb(254,241,174);
	color: #A54433;
	height:17em;
	padding:3px;
	width: 70%;
}

#loginInstructions {
	border-right:2px rgb(201,101,72) solid;
}

#footer {
	background: rgb(158,182,198) url(none) no-repeat top;
}
