@charset "utf-8";
/* CSS Document for general visuals */

html,body {
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
a, a:link {
	color: #99FF00;
	text-decoration: none;
}
a:hover {
	color: #ACACAC;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: lighter;
	color: #FAFAFA;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #FA5721;
	border-left: 4px solid #FA5721;
	margin: 20px;
	padding: 10px;
}


ul {
	list-style-image: url(../images/dotlist.gif);
	list-style-position: 0%;
}

#coreleft ul {
	font-size: 10px !important;
	margin: 4px;
	padding: 4px 0px 0px 14px;
}
#coreleft li {
	line-height: 16px;
}
#coreleft a {
	color: #000000;
}

#corecenter h1 {
	color: #99FF00;
}

#coreright ul {	
	padding: 4px;
	margin: 0 0 0 15px;
	width: 110px;
}
#coreright li {
	margin-bottom: 8px;
}
.menua {
	color: #333333;
	border-bottom: 1px dotted #999999;
}
li:hover {
	list-style-image: url(../images/dothover.gif);
	list-style-position: 0%;
}


#palmtree {
	width: 140px;
	height: 231px;
	padding: 3px;
	border: 1px solid #999999;
	float: right;
	margin: 0 0 4px 4px;
}

.psecond {
	font-size: 10px !important;
}

.splitbar {
	text-align: right;
	width: 430px; 
	height: auto; 
	padding: 4px; 
	margin: 10px; 
	background: #474747; 
	text-transform: uppercase;
}
.splitbar-small {
	text-align: right;
	width: 430px; 
	height: auto; 
	padding: 2px; 
	margin: 10px; 
	background: #E8E8E8; 
	color: #333333;
	letter-spacing: 0;
	text-transform: uppercase;
}
	.splitbar-small {
		font-size: 15px;
	}