body {
	background-image: url('/images/backgroundMaster.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-top: 32px;
	text-align: center;
}
#container {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
}
#contentTop {
	width: 957px;
	height: 6px;
	background-image: url('/images/contentTop.png');
}
#contentBottom {
	width: 957px;
	height: 6px;
	background-image: url('/images/contentBottom.png');
}
#contentContainer {
	width: 957px;
	background-image: url('/images/contentBack.png');
	text-align: center;
}
#contentContainerHome {
	width: 945px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#bigPageHeader {
	width: 901px;
	background-image: url('/images/backgroundBigPageHeader.png');
	margin-left: auto;
	margin-right: auto;
}
#bigPageHeaderTop {
	width: 901px;
	height: 20px;
	background-image: url('/images/bigPageHeaderTop.png');
	margin-left: auto;
	margin-right: auto;
}
#bigPageHeaderBottom {
	width: 901px;
	height: 20px;
	background-image: url('/images/bigPageHeaderBottom.png');
	margin-left: auto;
	margin-right: auto;
}
#bigPageHeaderGradient {
	width: 901px;
	background-image: url('/images/bigPageHeaderGradient.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#bigInnerPageHeader {
	width: 901px;
	background: url('/images/backgroundBigInnerPageHeader.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	margin-top: 5px;
	margin-bottom: 32px;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(255,255,255);
}
.menuText {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
}
.menuText:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.headerText {
	font-family: arial;
	font-size: 28px;
	font-weight: bold;
	color: rgb(181,18,27);
	text-align: left;
	padding-left: 25px;
}
.headerContent {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #5f5f5f;
	text-align: left;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 150%;
}
.headerContent a:link {
color: rgb(181,18,27);
}
.headerContent a:visited {
color: rgb(181,18,27);
}
.sideMenuContent {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #5f5f5f;
	text-align: left;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 150%;
}
.sideMenuContent a:hover {
text-decoration:none;
color: rgb(181,18,27);
}
.subHeaderText {
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
	color: rgb(181,18,27);
	text-align: left;
}
.subHeaderContent {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #5f5f5f;
	text-align: left;
	padding-top: 7px;
	line-height: 120%;
}
.mgmtHeaderText {
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
	color: rgb(181,18,27);
	text-align: left;
	padding-left: 25px;
}
.mgmtHeaderContent {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(128,128,128);
	text-align: left;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 150%;
}
.newsHeadline {
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
	color: rgb(181,18,27);
	text-align: left;
}
.textboxes {
border: 1px solid #c4c4c4;
font-family: arial, verdana;
font-size: 13px;
color: #5f5f5f;
z-index:2001;
position: relative;
}
.footerLink {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: none;
}
.footerLink:hover {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.mgmtText {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(128,128,128);
	text-decoration: none;
}
.mgmtText:hover {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(128,128,128);
	text-decoration: underline;
}
.adminDataTable {
	width: 100%;
	border-top: 1px solid rgb(222,222,222);
	border-left: 1px solid rgb(222,222,222);
}
.adminDataHeader {
	padding: 4px;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(0,0,0);	
	border-bottom: 1px solid rgb(222,222,222);
	background-color: rgb(233,233,233);
}
.adminData {
	padding: 4px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(0,0,0);	
	border-bottom: 1px solid rgb(222,222,222);
	border-right: 1px solid rgb(222,222,222);
}
.adminFormLabel {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.adminFormInputText {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	border: 1px solid rgb(200,200,200);
	background-color: rgb(255,255,255);
	padding: 2px;
}
.adminFormInputSelect {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	border: 1px solid rgb(200,200,200);
	background-color: rgb(255,255,255);
	padding: 2px;
}
.adminFormInputSubmit {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	border: 1px solid rgb(0,0,0);
	background-color: rgb(181,18,27);
	padding: 2px;
	width: 200px;
}
#adminMenu {
padding:5px;
background:#f6f6f6;
font-family:arial;
font-size: 12px;
text-align:left;
}
#adminMenu a:link {
color: rgb(181,18,27);
}
#adminMenu a:visited {
color: rgb(181,18,27);
}


#paginationLinks {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
}
#paginationLinks a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(181,18,27);
}
