html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
}



ul#menu {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	background: #ffcc00;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul#menu li a:hover {
	background: #FFF;
}

#banner {
	clear: both;
	background: url(/images/bg_banner.gif) repeat-x;
	height: 82px;
	text-align: center;
}

#banner_inner {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

#banner a {
	float: left;
	display: block;
	width: 300px;
	color: #FFF;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	line-height: 1.2;
}

#banner a:hover {
	color: #FFF;
}

#banner img {
	float: right;
	margin: 7px 0 0 0;
}

.home_item {
	width: 640px;
	margin: 0 auto 15px auto;
	text-align: left;
}

.home_title {
	font-size: 16px;
	font-weight: bold;
	background: #ffcc00;
	color: #330033;
	padding: 5px 10px;
}

.home_copy {
}

.home_link {
	text-align: right;
	color: #FFF;
	padding: 2px 0 0 0;
}

p {
	color: #FFFFFF;

}

a{
	
	color: #FFCC00;
	text-decoration: none;
}

a:visited {	
	color: #FFCC00;
	text-decoration: none;
}

a:active {
	
	color: #FFCC00;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
}
.field {
	
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000033;
	border: 1px solid #FFFFFF;
}
.white_border {
	border: 1px solid #FFFFFF;
}

td.caption {
	font-size: 11px;
}
