body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#CCCCCC;
}

div#container
{
	width:992px;

	margin-left:auto;
	margin-right:auto;
	height:auto;
}

img
{
	border:none;
}

div#top
{
	height:175px;
	width:990px;
	margin-bottom:0px;
	padding-bottom:0px;	
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

div#nav
{
	height:20px;
	padding-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:20px;
	border-bottom:dashed #66CC66 1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#ffffff;
}

div#nav a
{
	color:#006600;
	text-decoration:none;
	margin-left:10px;
	margin-right:5px;
	background-image:url(images/abg.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:0px;
	font-size:12pt;
	
}

div#nav a:hover
{
	text-decoration:underline;
}


div#contentcontainer
{


	width:990px;

	border-left:1px solid #000000;
	

}

div#leftnav
{
	
	width:200px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	
}

div#leftnav h1
{
	font-size:12pt;
	margin:0;
	font-weight:bold;	
	padding-left:10px;
	color:#000066;
	
}

div#leftnav p
{
	list-style:none;
	padding-left:20px;
	line-height:22px;
	padding-top:10px;
	margin:0;
}

div#leftnav p a
{
	color:#006600;
	font-size:11pt;
	text-decoration:none;
}

div#leftnav p a:hover
{
	text-decoration:underline;
}

div#content
{
	border-left:dashed #66CC66 1px;

	margin-left:220px;
}

div#content p
{
	padding-left:30px;
	margin:0;
	padding-top:0px;
	padding-right:30px;
	text-align:justify;
	margin-bottom:20px;
	
}

div#content h1
{
	font-size:14pt;
	margin:0;
	font-weight:bold;	
	padding-left:20px;
	padding-top:10px;
	color:#000066;
	padding-bottom:20px;
}

div#content h2
{
	font-size:12pt;
	margin:0;
	font-weight:bold;	
	padding-left:20px;

	color:#000066;
	padding-bottom:20px;
}

div#content table
{
	text-align:center;
	color:#990000;
	font-size:11pt;
	margin-bottom:30px;
}

div#content table a
{
	text-align:center;
	color:#990000;
	font-size:11pt;
	text-decoration: none;
	
}



div#content table img
{
	border:0px solid #ffffff;
	
}

div#content table td
{
	padding-left:15px;
	padding-right:15px;
}

div#main
{

	width:990px;

	
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;

}

div#footer
{
	background-image:url(images/bottom.jpg);
	height:80px;	
	width:990px;
}

div#footer p
{
	padding-top:40px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;	
	font-size:12pt;
}

div#footer p a
{
	color:#004400;
	text-decoration:none;

}

div#footer p a:hover
{
	text-decoration:underline;

}