/* CSS Document */

body
{
	font-family: Georgia, Times;
	font-size: 12px;
}

.navButton
{
	font-weight: bold;
	border: 1px solid #FFFFFF;
	width: 110px;
	height: 18px;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
	background-color: #FFFF00;
	padding-top: 2px;
}

#banner
{
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -380px;
	height: 80px;
	width: 760px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#imgBanner
{
	margin-bottom: -3px;
}

#navbar
{
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -380px;
	height: 590px;
	width: 110px;
	padding: 5px;
	background-image: url("navBG.png");
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#contentPanel
{
	position: relative;
	left: 50%;
	top: -602px;
	margin-left: -257px;
	height: 600px;
	width: 639px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}

#uc
{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -100px;
}

