body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

		
#container		
{
	/*	margin: 1em 5%; */
	margin: 0em;
	background-color: #FFF;
	/*	background-image:  url(images/backgrnd.jpg); */
	background-repeat: repeat-y;
	border: 1px solid #333;
	background-position: right;
	width:1024px;
}
		
#banner
{
	background-color: #666;
	border-bottom: 1px solid #333;
	background:url(images/bannerspcllc.jpg) no-repeat ;
	height:250px;
}
		
#banner h1
{
	margin: 0;
	padding: .5em;
}
		
#nav
{
	float: right;
	width: 207px;
	margin-left:10px;
	margin-right: 5px;
	padding-top: 1em;
}

#nav p { margin-top: 0; }

#content
{
	padding-top: 1em;
	margin: 0 270px 0 2em;
	background-image: url(images/backgrndfade.jpg);
}
	
#content h2 { margin-top: 0; }


.dripbullet{
	font:Arial, Helvetica, sans-serif;
}

.dripbullet ul{
	list-style-image: url(images/drop.gif);
}


#footer
{
	clear: both;
	background-color: #6785ab;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #333;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
position:relative;
top:230px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

.copyright{ 
font:"Courier New", Courier, monospace;
font-style:italic;
font-size:9px;
float:left;
position:relative;
bottom: 20px;

}
