body {
	background: #EFC573;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
}
li {
	margin-bottom: 3px;
}

a, a:visited {
	color: #7D1719;
}	
a:hover {
	color: #FF0000;
	text-decoration: none;
}	

.wrapper {
	border: 1px solid #400000;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background: #ECD0A0 url(/images/uc2009/top.jpg);
	height: 192px;
}
.header-registration {
	background: #ECD0A0 url(/images/uc2009/top-registration.jpg);
	height: 192px;
}
#topnav {
	text-align: center;
	margin-top: 130px;
}
#topnav a, #topnav a:visited {
	color: #000000;
	font-size: 14px;
}
#topnav a:hover {
	color: #7D1719;
}

.header a, .header a:visited {
	font-weight: bold;
	text-decoration: none;	
}

.content {
	background-color:#F6E7BE;
	background-image: url(/images/uc2009/background.jpg);
	padding: 10px 20px;
}
h1 {
	color: #7D1719;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	color: #CD8523;
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	line-height: 13pt;
	margin-top: 0px;
}
td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
td h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.rightcolumn {
	background: #7D1719 url(/images/uc2009/cell_BG.gif) repeat-y;
	vertical-align: top;
	text-align: center;
	width: 236px;
}
#rightnav {
	padding: 10px 15px;
}

.rightcolumn a, .rightcolumn a:visited, .rightcolumn .title {
	color: #EFAB02;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
} 
.rightcolumn a:hover {
	text-decoration: underline;
}
.rightcolumn p {
	color: #FAE2E2;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rightcolumn img {
	margin-top: 5px;
	margin-bottom: 5px;
}
input, select {
	padding: 2px;
	background-color: #F9EAC6;
}
input.text {
	background-color: #F9EAC6;
	border: 1px solid #CD8523;
}	
form .primaryAction 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7D1719;
	padding: 3px;
	width: 150px;
	cursor: pointer;
	border: 1px solid #7D1719;
	background: #EDC794;
}
form .finalSubmit {
    width: 350px;
}
form .primaryAction:hover 
{
    color: red;
    border: 1px solid red;
}
form .secondaryAction {
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #CD8523;
    border: 1px solid #CD8523;
    padding: 3px;
    cursor: pointer;
    width:80px;
}
form .secondaryAction:hover {
    color: #7D1719;
    border-style:solid;
    border-width: 1px;
    border-color: #7D1719;
    cursor: pointer;
    width:80px;
}
.errorpanel {
	padding: 15px;
	margin-bottom: 15px;
}
