body
{
background-color:#000000;
color: #ffffff;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 8px;
margin: 0px;
padding: 0px;
MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
}

div {
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 11px;
}

/*This is the grunge red and black graphic that makes the header for each new section, you can also use the margins to move the spaces between sections */

div.titlewrap {
background-image:url(../imgs/home/titlebg.gif);
background-repeat:no-repeat;
height:35px;
margin-top:6px;
margin-bottom:3px;
}

/*the padding for top allows you to change the position of the font up or down */

div.title {
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 14px;
padding-left:5px;
padding-top:9px;
}

.atext:link, .atext:active, .atext:visited {
color:#fff; 
text-decoration:none;
}

.atext:hover {
color:#FFF; 
text-decoration:none; 
padding:0 0 1px 0;
border-bottom:1px dotted #d00000; 
}

.cpatext:link, .cpatext:active, .cpatext:visited {
color:#d00000; 
text-decoration:none;
font-size: 14px;
}

.cpatext:hover {
color:#FFF; 
text-decoration:none; 
padding:0 0 1px 0;
border-bottom:1px dotted #d00000; 
font-size: 14px;
}


#menutitle{
	width: 237px;
	padding: 6 0 6 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}


#menubottom{
	width: 237px;
	height:8px;
	padding: 0 0 0 0;
	background-color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}

#menublock{
	width: 247px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
	color: #333;
	font-weight: bold;
}

* html #menublock{ /*IE 6 only */
width: 238px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#menublock ul{
list-style:none;
margin: 0;
padding: 0;
border: none;
}

#menublock li {
	
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#menublock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #212121;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}

html>body #menublock li a{ /*Non IE6 width*/
width: auto;
}

#menublock li a:hover{
	background-color: #900000;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}

#cattitle{
	width: 250px;
	_width:256px;
	padding: 6 0 6 6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;

}


#catbottom{
	width: 250px;
	_width: 256px;
	height:8px;
	padding: 6 0 0 6;
	background-color: #333333;

}

#catblock{
	width: 256px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: verdana;
	font-size: 10px;
	background-color: #000000;
	color: #333;
	font-weight: bold;
}

* html #catblock{ /*IE 6 only */
width: 246px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#catblock ul{
list-style:none;
margin: 0;
padding: 0;
border: none;
}

#catblock li {
	
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#catblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #212121;
	color: #fff;
	text-decoration: none;
	width: 256px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}

html>body #catblock li a{ /*Non IE6 width*/
width: auto;
}

#catblock li a:hover{
	background-color: #900000;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
}
