body {
margin: 0;
background-image:url(images/body-bg.gif);
background-repeat:repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcell {
background-image:url(images/leftbg.gif);
background-repeat: no-repeat;
}

#contentcell {
background-image:url(images/contentbg.gif);
background-repeat: no-repeat;
}

/********** NAVIGATION *********/

#navcontainer { width: 180px; margin:0px; padding:0px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
margin-top:80px;
list-style-type: none;
font-size: 14px;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 6px;
padding-left: 20px;
width: 154px;
background-color: #013300;
border-bottom: 0px solid #eee;
}

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

#navcontainer a:hover
{
background-color: #417140;
color: #DDCF88;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4em;
	color: #333333;
	font-size: 12px;
	}
h1 {
	color: #333333;
	font-size: 22px;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 30px;
	}
	
ul {
	padding-top: 0px;
	}