body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hidden {
	display: none;
}
img {
	border-style: none;
}
form {
	margin: 0px;
}
.semimargin {
	margin: 5px 0px 0px 0px;
}
.nomargin {
	margin: 0px;
}
.small {
	font-size: 11px;
}

/*========== HEADER ==========*/
#header {
	clear: both;
	width: 780px;
	height: 50px;
	background: #900 url('../img/top.gif') no-repeat top left;
}
#uwebi {
	margin: 0px;
	padding: 5px 0px 0px 170px;
	float: left;
}
#registerNow {
	float: right;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

.container {
	background: url('../img/border.gif') repeat-y top left;
}
.clear {
	clear: both;
}

/*========== LEFT ==========*/
#left {
	float: left;
	width: 140px;
	padding: 0px 10px 0px 10px;
}
#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	border-bottom: 2px solid #C90;
	text-transform: uppercase;
	padding: 3px;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #000;
}
#menu li a:hover {
	text-decoration: underline;
	color: #00F;
}

/*========== CENTER ==========*/
#center {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 10px;
}
#center h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #900;
	margin: 10px 0px 0px 0px;
}
#center h2 {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
}
#center h3 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}
#center .p {
	margin: 10px 0px 0px 0px;
}
.agenda td {
	vertical-align: top;
	padding: 5px 7px 5px 7px;
}
.agenda tr.yellow {
	background-color: #F6EECD;
}

/*========== RIGHT ==========*/
#right {
	float: left;
	width: 160px;
	margin: 0px 0px 0px 10px;
}
.boxYellow {
	border-left: 2px solid #C90;
	border-right: 2px solid #C90;
	padding: 2px 7px 2px 7px;
	font-size: 12px;
	width: 142px;
}
.boxYellow p {
	margin: 0px;
}
.boxYellowTop {
	background: url('../img/frameTop.gif') no-repeat bottom left;
	width: 160px;
	height: 5px;
}
.boxYellowBottom {
	background: url('../img/frameBottom.gif') no-repeat top left;
	width: 160px;
	height: 5px;
}

/*========== FOOTER ==========*/
#semifooter {
	width: 780px;
	height: 10px;
	background: #C90;	
}
#footer {
	width: 780px;
	height: 30px;
	background: #900 url('../img/bottom.gif') no-repeat top right;
}