/* New standards based layout using mainly css and little table
   Also includes a new css menu based on an unordered list*/
#navcontainer 
{
	position:relative;
	float: left;
	width:170px;
	margin-left: 3px;
	border:none;
	z-index:0;
}
#right 
{
	position:relative;
	float: right;
	width: 185px;
	margin: 0 0 0 0;;
	padding: 0;
	background-color:#fff;
}
#right #rightcontain 
{
	width: 182px;
	background-color:#fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}
#righttop 
{
	background-image:url(../images/rightHeader.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 182px;
	height: 28px;
	text-align: center;
}
#righttop a
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}
#right a
{
	display: block;
}
#quickLinks {
	height: 220px;
 	background-image:url(../images/leftNav_background.gif);
	background-position:center;
	background-repeat: no-repeat;
}
#quickLinks ul {
  	padding: 5px;
  	margin: 10px 10px;
}
#quickLinks li {
  list-style-type: none;
  margin-bottom: 5px;
}
#container
{
	margin-left: auto; 
  	margin-right: auto;
	background-color: #fff;
  	width: 800px;
  	text-align: left;
}
#content
{
	position:relative;
	margin-left: 190px;
	margin-right: 185px;
	margin-bottom: 20px;
	min-height: 600px;
	z-index: 0;
}
#footer {
	height: 60px;
	clear: both;
	position: relative;
	background-image:url(../images/footer.gif);
	width: 800px;
	height: 29px;
	background-color: #567995;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom:10px;
}

#footer p {
  	margin: 5px 0 10px 0;
  	text-align:center;
  	font-family: verdana;
  	font-size: 11px;
  	line-height:14px;
  	color:#000;
}





