.uamenu {
	width: 200px;
	float: left;
}

.uacontent {
	margin-left: 200px;
}

a {
	color: #c92420;
	text-decoration: none;
}
a:active {
	color: #c92420;
}
a:visited {
	font-color: #c92420;
}
a:hover {
	text-decoration: underline;
}

.redbutton {
	border: 0px;
	color: #FFFFFF;
	background-color: #c92420;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
}
.uaheader {
	display: block;
	width: 100%;
}
.uaheadleft {
}
.uaheadright {
	float: right;
}

input,textarea { background-color: #F1F1F1; 
	border: 0px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}
.inputfull {
	display: inline-block;
	width: 100%;
}
.inputhalf {
	display: inline-block;
	width: 49%;
}
.inputthird {
	display: inline-block;
	width: 32%;
}
label {
	padding: 5px 5px 5px 5px;	
	font-weight: bold;
}

table {
width: 100%; 
}
th {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}	

.loginbox {
	width: 400px; 
}

.error {
	border: 1px solid #808080;
	background-color: #FFFFE0;
	width: 100%;
	padding: 10px;
	margin-bottom: 12pt;
}
