BODY {
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #2E1B84; 
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee; 
	SCROLLBAR-SHADOW-COLOR: #045623; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #3C87D1; 
	SCROLLBAR-DARKSHADOW-COLOR: #333333
	MARGIN: 0;
}

P {  font-family: Verdana, Helvetica, sans-serif;
font-size: 12px; color:#333333 }

.listprice {  font-family: Arial, Helvetica, sans-serif;
font-size: x-small; text-decoration: line-through; color:#333333 }

H1 {  font-family: Verdana, Helvetica, sans-serif;
font-size: 15px; color:#330066 ; text-decoration: bold}

H2 {  font-family: Verdana, Helvetica, sans-serif;
font-size: 15px; color:#330066 ; text-decoration: bold}

.header {  font-family: Verdana, Helvetica, sans-serif;
font-size: 115%; color:#00A65D ; text-decoration: none }

.headerwhite {  font-family: Verdana, Helvetica, sans-serif;
font-size: 115%; color:#FFFFFF ; text-decoration: none }

.sub {  font-family: Verdana, Helvetica, sans-serif;
font-size: 14px; color:#FF0000 ; text-decoration: none }


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #2E1B84;
	font: bold 11px verdana;
	}
	
ul li {
	position: relative;
	text-indent: 5px;	
	}
	
li ul {
	font: bold 10px verdana;
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	width: 170px;
	top: 0;
	display: none;
	background: #3C87D1;	
	}
	
ul li ul li {
	position: relative;
	text-indent: 2px;	
	}
	
li ul li ul {
	font: bold 10px verdana;
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	width: 150px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;	
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;	
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFF; background: #3C87D1;} /* Hover Styles */

ul li ul li a:hover { color: #FFF; background: #2E1B84; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#arrow {
	background-image: url(arrow.gif);
	}
	
#arrowsub {
	background-image: url(arrowsub.gif);
	}




OL {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%; color:#000000 ; text-decoration: none }



.border { background-color: #FF6600; }

.topbanner {
	background-color: #330066;
}

.featureditem {
	background-color: #FF6600;
	background-image: url(/graphics/featuredsections.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar { background-color: #00A65D; }

.leftsidebox {
	background-color: #F6AB79;
}
.thumbhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#yellow {
color: #FFFF00;
}

#lilac {
color: #99FF00;
}

#page {
	text-align: left;
	margin: 0 15px;
	background-color:#FFFFFF;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
	
.post {
margin: 0 15px;
}