body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
}

#head {
}
#side {
	width: 130px;
	float: left;
	background-color: #0000CC;
	height: 400px;
	background-image: url(images/sidebottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 200;
}

#side ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#side ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}

#side ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#body{
	background-color: #FFFFFF;
	width: 600px;
	float: left;
	padding: 5px;
	border: 1px solid #333333;
	z-index: 300;
	text-align: left;
}
#body img {
	/*border: 1px solid #000000;*/
	margin: 5px;
	padding: 3px;
}
img.application {
	border: 9px solid #FF0000;
}
.announce {
	background-color: #B3D9FF;
	text-align: center;
	padding: 5px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000099;
}
img.sponsors {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
