@charset "utf-8";

body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	/* [disabled]background-image: url(images/whiteline.gif); */
	/* [disabled]background-repeat: repeat-x; */
}
#container {
	background-color: #FFF;
	/* [disabled]height: 600px; */
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(images/a_head_uc.png);
	height: 200px;
	width: 800px;
}
#main {
	background-image: url(images/d_mid_list.png);
	height: 290px;
	width: 800px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(images/d_footer.png);
	height: 110px;
	width: 800px;
}
#container #footer p {
	font-size: 12px;
	line-height: 48px;
	color: #333;
}


.redtext {
	color: #C3021D;
}

a:link {
	text-decoration: none;
	color: #F39500;
}      /* unvisited link */

a:visited {
	text-decoration: none;
	color: #000;
}	/* visited link */

a:hover {
	text-decoration: none;
	color: #ABC700;
}	/* mouse over link */

a:active {
	text-decoration: none;
	color: #F33;
	/* font-weight: bold; */
}	/* selected link */