html, body {
	padding: 0;
	margin: 0;
	background: #FFFFFF url(images/snowing.jpg) repeat-x;
}
#wrapper {
	width: 860px;
	padding-left: 10px;
}
#banner {
	/*background: url(images/presentations.gif) 0 5px no-repeat;*/
	height: 90px;
}
#leftside, #rightside {
	float: left;
	padding: 20px;
}
#globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalnav li a {
	display: block;
	width: 180px;
	height: 46px;
	background: url(images/button_states.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
}
#globalnav li a, table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #6699FF;
}
#globalnav.welcome li#gn-welcome a,
#globalnav.org li#gn-org a,
#globalnav.prog li#gn-prog a,
#globalnav.venue li#gn-venue a,
#globalnav.reg li#gn-reg a,
#globalnav.appl_form li#gn-appl_form a,
#globalnav.contact li#gn-contact a,
#globalnav.sponsors li#gn-sponsors a {
	background-position: 0 -46px;
}
table {
	width: 600px;
}
table, a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
.tinytext {
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
}
table caption {
	text-align: left;
}
td {
	padding: 10px;
}
a {
	color: #0066CC;
}
a.button {
	padding: 5px;
}
a:hover {
	text-decoration: none;
}
a img {
	border-left: 1px solid #6699FF;
	border-top: 1px solid #6699FF;
	border-right: 1px solid #2D59B3;
	border-bottom: 1px solid #2D59B3;
}
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.sidebyside {
	text-align: center;
	width: 600px;
}
.sidebyside table {
	width: 240px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}