/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodyBGcolor {
	background-color: #CDCDCD;
}

.outsideTableBGcolor {
	background-color: #464239;
}

.insideTableLineColor {
	background-color: #CCCCCC;
}

.footer {
   background-color: #ffffff;
}

/***********HEADER CSS *****************/

/*change width of entire header and content areas*/
.container {
width: 950px;
}

.dateText {
font-family: Tahoma, Arial; font-size: 12px; font-weight: bold; color: #ffffff;
}

a.headerLink, a.headerLink:active, a.headerLink:visited {
font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-size: 13px; color: #000000; 
}

a.headerLink:hover {
font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; font-size: 13px; color: #ffffff; 
}


/***********ADMIN CSS *****************/

.loginBG {
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
}

.loginStrip1 {
	background-color: #A70B18;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.loginStrip2 {
	background-color: #F3C50F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.inputAreaBG {
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

/************ ADMIN PAGES */
.titleStrip1 {
	background-color: #A70B18; /*maroon*/
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.titleStrip2a {
	background-color: #F3C50F; /*gold*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.titleStrip2b {
	background-color: #464239; /*dr grey*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}

.linkAreaBG {
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.insideLineColor {
background-color: #E9E9E9; /*lighter grey*/
}

.foot{
	background-color:  #464239; /*dr grey*/
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.adminHeaderText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}

.adminBodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a.adminLink, a.adminLink:active, a.adminLink:visited {
font-family: Tahoma, Arial; font-weight: normal;  text-decoration: none; font-size: 12px; color: #000000; 
}

a.adminLink:hover {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: none; font-size: 12px; color: #ffffff; 
}

a.lostPwLink, a.lostPwLink:active, a.lostPwLink:visited {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: none; font-size: 10px; color: #920A0C; 
}

a.lostPwLink:hover {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: none; font-size: 10px; color: #000000; 
}

a.bodyLink, a.bodyLink:active, a.bodyLink:visited {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: underline; font-size: 12px; color: #920A0C; 
}

a.bodyLink:hover {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: underline; font-size: 12px; color: #000000; 
}

a.archiveLink, a.archiveLink:active, a.archiveLink:visited {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: underline; font-size: 12px; color: #000000; 
}

a.archiveLink:hover {
font-family: Tahoma, Arial; font-weight: normal; text-decoration: underline; font-size: 12px; color: #920A0C; 
}