/* CSS Document */

#index {
	width: 613px;
	height: 288px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -307px;
	margin-top: -174px;
	background-image: url(../siteimages/backindex.png);
	background-repeat: no-repeat;
}

#custbutton {
	width: 243px;
	height: 87px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 30px;
	margin-top: -134px;
}

#studbutton {
	width: 243px;
	height: 87px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 30px;
	margin-top: -10px;
}

#studentlabel {
	display: none;
	width: 613px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -307px;
	margin-top: 130px;

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#customerlabel {
	display: none;
	width: 613px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -307px;
	margin-top: 130px;

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#main {
		width: 885px;
		height: auto;

		position: absolute;
		left: 50%;
		margin-left: -442px;
}

#top {
		width: 885px;
		height: 144px;

		text-align: right;

		background-image: url(../siteimages/topback.png);
		background-repeat: no-repeat;
}

#toplinks {
		margin-top: 120px;
}

#picband {
		width: 885px;
		height: 318px;
		background-color: #333333;
		border-bottom: 1px solid #ffffff;
}

#generalband {
		width: 885px;
		height: 150px;
		background-color: #333333;
		border-bottom: 1px solid #ffffff;
}


#topnav {
		width: 885px;
		height: 36px;

		background-image: url(../siteimages/topnavback.gif);
		background-repeat: no-repeat;

		border-bottom: 1px solid #000000;
}

#middle {
		width: 885px;
		height: auto;

		background-image: url(../siteimages/bodyback.gif);
		background-repeat: repeat-y;
}

#content {
		width: 525px;
		height: auto;

		margin-left: 250px;
		margin-top: 40px;

		font-size: 1.2em;
}

#bottom {
		width: 885px;
		height: 34px;

		background-image: url(../siteimages/bottomback.png);
		background-repeat: no-repeat;
}

.fleft {
		float: left;
		border: 1px solid #393758;
		margin-right: 20px;
		margin-bottom: 10px;
}

.item1 {
		width: 475px;
		margin-right: 0px;
		border-left: 20px solid #393758;
		padding: 10px;
		background-color: #eeeeee;
}

.item2 {
		width: 475px;
		margin-right: 0px;
		border-left: 20px solid #4c1978;
		padding: 10px;
		background-color: #eeeeee;
}


















