@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	width: 95%;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
#clr {
	clear: both;
}
.wrap {
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top {
	padding: 5px;
}
#logo {
	background-image: url(logoUC-new.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 300px;
	float: left;
}
#title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	text-align: right;
	float: right;
	margin: auto;
	padding-top: 30px;
}
.content {
}
#box_form {
	background-color: #99FFCC;
	width: 500px;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #009900;
}
#box {
	border: 1px solid #009900;
}
#button {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009900;
	border: 1px solid #009900;
}