#container {
	width: 980px;
	text-align: left;
	height: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#theOtherheader  {
	height: 149px;
	background-image: url(images/header.jpg);
}
.theheader {
	height: 149px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 980px;
}
#container #menulh {
	background-image: url(images/topleft.jpg);
	width: 180px;
	height: 30px;
	float: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#container #sidebar {
	background-image: url(images/lhcol.jpg);
	height: 400px;
	width: 130px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #menu {
	float: right;
	height: 30px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar {
	background-image: url(images/lhcol.jpg);
	height: 400px;
	background-color: #666666;
	background-repeat: no-repeat;
}

#adminlnk {
	float: right;
	color: #FFF;
}

.pageTitle {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #752B6D;
	text-align: center;
	left: auto;
	right: auto;
}

.generalText {
	color: #752B6D;
	text-align: right;
	font-weight: normal;
}

.generalTextNoJust {
	color: #752B6D;
	font-weight: normal;
}

.generalTextNoJustBold {
	color: #752B6D;
	font-weight: bolder;
	font-style: italic;
}


.mainText {
	color: #666;
	font-weight: bolder;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.revTitle {
	background-color:#752B6D;
	color: #FFF;
}

#addOption {
	color: #752B6D;
	float: right;
}.recordCount {
	color: #F60;
	font-size: 12px;
	font-weight: bold;
}
.tablecontainer {
	border: 3px double #999;
	text-align: center;
}

.photoPad {
	padding: 5px;
}
