@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Arial;
background: #fff url(images/pagebg.jpg);
}

a img {border: none;}
form {margin: 0px; padding: 0px;}
a {text-decoration: none;}

/* NAV */
.leftnavlink {
color: #FFFFFF;
text-decoration: none;
}
.leftnavlink:hover {color: #FFFF66;}
.leftnavbutton {margin: 4px 0px;}

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

.homebutton {margin-left: 5px; margin-right: 5px;}


/* MENU */
	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:225px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}

	#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: #E3DCB3;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}