		body {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
		}
		
		#bgmain {
	background-image: url(images/bg_body5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}
		#bgwide {
	background-image: url(images/bg_body5_wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
		#container {
			width: 760px;
			margin-left: auto;
			margin-right: auto;
			text-align:left;
		}

		#banner {
			padding: 0;
			margin-bottom:19px;
		}
		#nav {
	padding: 0;
	margin-left:250px;
	height:30px;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
		}

		#content {
			padding: 20px;
			margin-left: 250px;
		}

		#sidebar-a {
			float: left;
			width: 250px;
			\width: 210px;
			w\idth: 250px
			margin: 0;
			padding: 20px;
		}

		#footer {
			clear: both;
			padding: 0;
		}
		
		
/* Side Bar Navigation */

#navcontainer { margin-left: 30px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

	
/*  Set up general page elements */ 
 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font: 12px/18px "Trebuchet MS", Verdana, sans-serif;
	color: #000;
}

#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font: 11px/18px "Trebuchet MS", Verdana, sans-serif;
	color: #999;
}
         
 a:link, a:visited {text-decoration : none;color: #3366CC;background: transparent;}
 a:hover {text-decoration : underline;color: #6699FF;background: transparent;}
 a:active {text-decoration : underline;color: #6699FF;background: transparent;}
         
/*   Headlines  */
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #003366;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px solid #DBD7CC;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #339966;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	padding: 0px;         
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #006699;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
h4 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #006699;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #000;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
h6 {
	color: #000;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

blockquote {padding:10px; background-color:#F5F5EF;border:1px solid #e3e3d2;}

  /*  Content Area Lists */

	
	#content ul 	{
color:#000;
	margin: 0;
	padding: 0;
	}
	
#content li	{
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	}
	
#content ul ul li {
	margin-top: 10px;
	}
	


/* end content area lists */


/* table layout */	

.tablegeneral {
		border: 1px solid #D9D9D9;
	}

	.tablegeneral tbody tr td {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 12px;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		}
	.tablegeneral tbody tr th {
		background-color:#2779A3;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		color:#FFFFFF;
		font-size: 12px;
		padding: 3px 8px;
		border-bottom: 1px solid #D9D9D9;
		border-left: 1px solid #D9D9D9;
	}
	
	.tablegeneral td.columnheader {
		font-weight: bold;
	}
	.floatimgright {float:right;margin:10px;}

	
	
