@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Verdana;
background: #000000 url(images/bodybg.jpg) repeat-x;
font-family: Lucida Sans;
}

a img {border: none;}
ul {padding: 0px; margin: 0px; list-style-position: inside;}
li {margin-left: 15px; text-indent: -15px;}
form {margin: 0px; padding: 0px;}
a {text-decoration: none; color: #CC0000;}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

h1, h2, h3, h4, h5 {color: #CC0000;}

#homecontent {color: #CCCCCC;}

/* NAV */
#leftnav {margin: 3px;}
.leftnavlink {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 22px;
}
.leftnavlink:hover {color: #000;}
.leftnavbutton {
width: 175px;
height: 25px;
margin: 0px 0px;
background: url(images/leftnavbg.jpg) no-repeat;
cursor: pointer;
padding: 0px 0px 0px 0px;
}

#topnav {
text-align: center;
overflow: hidden;
color: #FFFFFF;
}
.topnavlink {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
line-height: 45px;
}
.topnavlink:hover {color: #FFFF66;}
.topnavbutton {margin: 4px 0px;}

/* MENU */
	#dhtmlgoodies_menu{	/* Menu object */
		list-style-position:outside;
		margin:0px;
		padding:0px;
		width:175px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		margin-left: 0px;
		text-indent: 0px;
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	#dhtmlgoodies_menu ul {
		margin: 0px;
		padding: 0px;
		}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:.9em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#F1F1F1;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}