@charset "utf-8";
/* CSS Document  */

body {
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color:#FFFFFF;
}

table {
	color:#000000;
	font-family: Arial;
	font-size: 12px;
}

form {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
}

a {
	font-family:Arial;
	font-size:12px;
	text-decoration: none;
}

a.top:link {
	color:#000000;
}
a.top:visited {
	color: #000000;
}
a.top:hover {
	color: #000000;
	background-color:#f4e000;
}
a.top:active {
	color: #000000;
}


a.abody:link {
	color:#000000;
}
a.abody:visited {
	color: #000000;
}
a.abody:hover {
	color: #333333;
}
a.abody:active {
	color: #000000;
}

.tdtop {
	height:198px;
	background-image:url(../images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.tdbottom {
	height:30px;
	background-color:#CCCCCC;

}

.tdleft {
	width:188px;
	background-color:#f4e000;
	background-image:url(../images/left1.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}

.tdbody {
	height:330px;
	width:778px;
}
.tdbodyl {
	width:578px;
}
.tdbodyr {
	width:200px;
	background-color:#CCCCCC;
}

.top {
	display: block; 
}

.toplinks {
	position:relative;
	left:250px;
	top:150px;
	width:600px;
	padding:0px;
}
.toplinks1 {
	float:left;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	width:90px;
	text-align:center;
	background-color:#CFE245;
	margin-left:5px;
	text-decoration:none;
	list-style-type:none;				
	/*clear:both;*/
	display:block;	
	overflow:hidden;
	line-height:22px;
}

.bodyl {
	padding:0px;
}

.header {
	color:#000000;
	padding:5px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.galLinks {
	cursor:pointer;
	padding:3px;
	font-family:Arial;
	font-size:12px;
/*	font-weight:bold;*/
	color:#000000;
	padding:2px;
	margin-left:10px;
}

.galFolder {
	font-family:Arial;
	font-size:14px;
	color:#000000;
	background-color:#9966CC;
	padding:2px;
	margin-top:2px;
}

.gal {
	cursor:pointer;
	height:15px;
	font-weight:bold;
	color:#000099;
}

.bb {
	font-weight:bold;
	color:#000000;
}

#dhtmlgoodies_menu{	/* Menu object */
	margin:0px;
	padding:0px;
	width:188px;	/* Width of menu */
}
#dhtmlgoodies_menu li{
	margin-top:3px;	/* 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: Arial, Helvetica, sans-serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:12px;	/* Fixed font size */
	/*font-weight:bold;*/	/* Bold font */
	float:left;
	background-color:#f4e000;
	padding-left:3px;
	line-height:18px;	/* Height of menu links */

}
#dhtmlgoodies_menu li div{
	float:left;

}
