body {
	margin:0;
	padding:0;
	background: #425162 url("../Images/Background/background.jpg") repeat-x;
	line-height:1.5em;
	font-family:"Trebuchet MS", arial, sans-serif;
	} 
a {
	color:#CC5505;
	}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #283a46;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 12px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
font-size:85%;
border-right: 1px solid #ccc;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #first { border-left: 1px solid #ccc; }

#sidenav {
	float:left;
	width: 161px;
	padding:10px;
	font-size:85%;
	}
#sidenav ul {
	margin-left:10px;
	padding-left:10px;
	list-style-image: url(../images/bullet.gif);
	line-height:20px;
	margin-top:32px
	}

#content {
	border-left: 1px dashed #ccc;
	padding-left:10px;
	padding-right:10px;
	margin: 0 0 15px 171px;
	}

#content li {
	list-style-image: url(../images/bullet.gif);
	}
	
.picLeft {
	float:left;
	margin:10px 25px 10px 0;
	}

.defaultFormError {
	color:red;
	font-weight:bold;
	font-size:85%;
	background: url(../images/icoError.gif) no-repeat;
	padding-left:20px;
	margin-bottom:3px;
	}

.homeText
{
	padding-right: 25px;
	padding-bottom:25px;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size:85%;	
}

.copyNeeded {
	color: red;
	font-weight:bold;
	}
h2, h3, h4 {
	margin-bottom:0;
	padding-bottom:0;
	}
p, ul {
	margin-top:0;
	padding-top:0;
	}
.footerText, .footerLink {
	font-size: 12px;
	color: #fff;
}
