.backgroundColor {
	background-color: #F6EBE4;
}

.mainColor {
	background-color: Black;
	color: White; 
}

.secondColor {
	background-color: #2D5661;
	color: White;
}

.mainBorderBottom {
	border-bottom: 2px solid white;	
}

.mainBorderTop {
	border-top: 2px solid white;	
}

.secondBorderBottom {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid #555555;
}

.tabBorder {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	cursor: pointer;
}

.fullWidth 
{
	width: 600;	
}

.headerHeight 
{
	height: 100px;
}

.footerHeight 
{
	height: 100px;
}

.centered 
{
	margin-left: auto; 
	margin-right: auto;		
}

.topTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20;
	font-weight: bold;
}

.selectedTab {
	font-weight: bold;
	cursor: pointer;
}


.topTableTd {
	font-size: 18;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
}

.padTop
{
	padding-top: 15px;
}

.padBottom
{
	padding-bottom: 15px;
}

.padRight
{
	padding-right: 20px;
}

.padLeft
{
	padding-left: 20px;
}

.footer 
{
	font-size: 10;
	padding: 20px;	
}

.footPadTop
{
	padding-top: 30px;
}

.footPadBottom
{
	padding-bottom: 30px;
}

.welcome 
{
	font-size: 20;	
}

.staff 
{
	font-size: 25;	
}

.service 
{
	font-size: 25;	
}

.tableTd
{
	padding: 5px;	
}

.tdFontSize
{
	font-size: 14;	
}

.error
{
	color: red;
}

a:link              { color:#CCFFCC; text-decoration:underline; }
a:visited           { color:#00FFCC; text-decoration:underline; }
a:hover             { color:blue; text-decoration:underline; }
a:active            { color:#00FFCC; text-decoration:underline; }

a.tabs:link              { color:white; text-decoration:underline; }
a.tabs:visited           { color:white; text-decoration:underline; }
a.tabs:hover             { color:white; text-decoration:underline; }
a.tabs:active            { color:white; text-decoration:underline; }

.welcomeButtons
{
	width: 250px;
}

.adminMgtButtons
{
	width: 250px;
}

.adminMgtDataButtons
{
	width: 250px;
}

.adminChgTextButtons
{
	width: 250px;
}

.adminChgBioButtons
{
	width: 250px;
}

.adminRpt1Buttons
{
	width: 200px;
}

.adminRptLogButtons
{
	width: 200px;
}

.updateSettingsButtons
{
	width: 150px;
}
