/* Start CSS */
html {overflow-y: scroll;}

a:visited {
	color: blue;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	background-color: #336699;
	background-image: url(../images/backgroundWhite2.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#pageContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#error {
	color: red;
	text-align: center;
}
#success {
	color: green;
	font-size: 12px;
	text-align: center;
}

/* Top Content */

#topContent {
	width: 797px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	_position: absolute;
	top: 0px;
	border-bottom: #FFFFFF 1px solid;
	/* IE 6 Bullshit */
	*display: inline;
}


/* Side Content Left */
#sideContentLeft {
	background-color: #003466;
	width: 110px;
	position: fixed;
	_position: absolute;
	top: 134px; 
	bottom: 0px;
	overflow: visible;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	/* IE 6 Bullshit */
	*display: inline;
}

/* Footer */
#bottomContent {
	background-color: #003466;
	width: 690px;
	height: 12px;
	position: fixed;
	_position: absolute;
	bottom: 0px;
	margin-left: 110px;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	/* IE 6 Bullshit */
	*display: inline;
}

/* Center Section */

#centerContent {
	padding-top: 130px;
	padding-left: 115px;
	margin-bottom: 50px;
	width: 680px;
	font-family: arial, verdana, helevetica;
	font-size: 11px;
	padding-bottom: 20px;
	text-align: center;
}

#fieldset {
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height:14px;
}

/* below is for the admin tables */

.tableOwed {
	border: 1px solid black;
	width: 200px;
}
.tableFinance {
	border: 1px solid black;
	margin-left: 20px;
	margin-right: 20px;
	align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.tableHeader {
	color: white;
	background-color: #006AD5;
	text-decoration: underline;
	border-bottom: 2px solid black;
	font-weight: bold;
}
.row1 {
	background-color: white;
	color: black;
	padding: 5px;
}

.row2 {
	background-color: #95CAFF;
	color: black;
	padding: 5px;
}

/* End of CSS */