html, body{ 
 margin-top: 20px; 
 padding:0; 
 font-size: 11px;
 font-family: verdana;

 
} 
 
 td.address {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ccc;
	text-decoration: none;
	padding-top: 10px;
}

a.address {
	color: #ccc;
	text-decoration: none;
}
 
 a.address:hover {
	color: #ccc;
	text-decoration: underline;
}

#pagewidth{ 
			width: 860px;
			position: relative;
			left: 50%;
			margin-left: -430px; /* half the width of the div */

			/*
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			*/

}
 
#maincol {
margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #660033;	
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
	background-color: none;
	float: left; 
	display:inline; 
	position: relative; 
	width: 400px; 
	border-right: 1px solid #ccc;
	background: transparent;
	
}
 
#maincol h3 {
	font-size: 12px;

}

#maincol h2 {
	font-size: 11px;

}
#footer{
			font-size: 80%;
			clear: both;
			padding: 5px;
			margin-top: 10px;
			background-color: transparent;
			color: #990000;
			border-top: thin solid #990000;

 } 
 
#footer a {	
	color: #990000;
	text-decoration: none;

}
 
 #footer a:hover {		
	text-decoration: underline;

}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{
	display:inline;

} 
#twocols, #maincol{width:100%; float:none;}
}

#header{
	padding-left: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	position:relative; 	
} 

.navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.navlist li
{
display: inline;
list-style-type: none;

}

.navlist a { padding: 0; }

.navlist a:link, .navlist a:visited
{
color: #fff;
background-color: transparent;
text-decoration: none;
}

.navlist a:hover {
	color: #fff;
	background-color: rgb(153,0,0);
	text-decoration: none;
}

div#links {position: absolute; top: 81px; left: 0; width: 426px; border: 1px solid red;height: 700px; font: 16px Verdana, sans-serif; z-index: 100;}

div#navcontainer {
	border-bottom: 1px solid #990000;
}
div#navcontainer a {
	display: inline; 
	text-align: center; 
    padding: 0px; 
	margin: 0 0 1px; 
	border-width: 0; 
    text-decoration: none; 
	color: #FFC; 
	background: transparent;
    border-right: none;
}

div#navcontainer a:hover {
	color: rgb(204,51,51);
	background: rgb(204,51,51);
    border-right: none;
}

div#navcontainer a span {display: none;}

div#navcontainer a:hover span {
	display: inline;
    position: absolute; 
	top: -10px; 
	left: 260px; 
	width: 225px;
    padding: 5px; 
	margin: 10px; z-index: 100;
    color: #990000; 
	background: transparent;
   font:  14px bold Verdana, sans-serif; 
   text-decoration: underline;
   text-align: left;
  }

 div.img-dec {
 background: url('/images/dropshadows/shadow.gif') no-repeat bottom right;
 clear: right;
 float: right;
 margin: 5px 0 0px 0px;
 padding: 0;
 position: relative;
 }
  
 div.img-dec img {
 background-color: #fff;
 border: 1px solid #a9a9a9;
 display: block;
 margin: -5px 5px 5px -5px;
 padding: 0px;
 position: relative;
 }


div#under {
	border-bottom: none;
	padding-top: 10px;
}
div#under a {
	display: inline; 
	text-align: center; 
    padding: 5px; 
	margin-top:  0 1px; 
	border-width: 0; 
    text-decoration: none; 
	color: rgb(153,0,0); 
	background: transparent;
    border-right: none;
}

div#under a:hover {
	color: rgb(204,51,51);
	background: transparent;
    border-right: none;
	text-decoration: underline;
}


