body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: #000000 3px 2px 2px;
	filter: DropShadow(color=#000000, offx=2, offy=2);
	filter: Shadow(color=#000000, direction=135);
	background-color: #333333;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.uafclass {
	color: #FFFFFF;
}
.uafclass a{
	color: #FFFFFF;
	text-decoration: none;
}
.rsstitle { /*shared class for all title elements in an RSS feed*/
	color: #FFFFFF;
	font-weight: bold;
}
.rssdate { /*shared class for all date elements in an RSS feed*/
	color: #FFFFFF;
	font-size: 85%;
}
.rssdescription { /*shared class for all description elements in an RSS feed*/
}

.input_box {
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	background-image: url(/images/buttons/input.png);
	background: url(/images/buttons/input.png);
	background-repeat: no-repeat;
	width: 150px;
}
.input_select_box {
	color: #FFFFFF;
	border: none;
	background-color: #000000;
	width: 150px;
}
/*
.input_select_box {
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	background-image: url(/images/buttons/input.png);
	background: url(/images/buttons/input.png);
	background-repeat: no-repeat;
	width: 150px;
}
*/

fieldset {
	border: none;
}
	fieldset dl {
		margin: 0;
		padding: 0;
	}
	fieldset dt {
		float: left;
		width: 150px;
		text-align: left;
		display: block;
	}
	fieldset dd {
		margin-left: 150px;
		vertical-align: top;
	}

div#site{
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
	ul#site_left {
		background-image: url(/images/PageLeft.jpg);
		background-repeat: no-repeat;
		list-style-type: none;
		float: left;
		text-align: left;
		margin: 0;
		padding: 0;
		width: 200px;
		height: 700px;
	}
		li#left_menu {
			list-style-type: none;
			float: left;
			margin: 273px 0 0 10px;
			padding: 0;
			width: 180px;
			border: none;
		}
	ul#site_center {
		background-image: url(/images/PageCenterDefault.jpg);
		background-repeat: no-repeat;
		list-style-type: none;
		float: left;
		text-align: left;
		margin: 0;
		padding: 0;
		width: 560px;
		height: 700px;
	}
		li#center_head {
			text-align: center;
			margin: 189px 0 0 0;
			padding: 0;
			width: 560px;
			height: 112px;
		}
		li#center_message {
			text-align: center;
			margin: 21px 0 0 0;
			padding: 0 8px;
			width: 534px;
			height: 30px;
		}
		li#center_content {
			text-align: center;
			margin: 15px 0 0 0;
			padding: 3px 8px;
			width: 534px;
			height: 253px;
		}
		li#center_bottom {
		    margin: 0;
		    padding: 0;
		}

	ul#site_right {
		background-image: url(/images/PageRight.jpg);
		background-repeat: no-repeat;
		list-style-type: none;
		float: left;
		text-align: right;
		margin: 0;
		padding: 0;
		width: 200px;
		height: 700px;
	}
		li#right_login {
			list-style-type: none;
			float: right;
			text-align: center;
			list-style-type: none;
			margin: 268px 0 0 10px;
			padding: 0;
			width: 170px;
		}