﻿/* Global Styles */

body {
	background:url(images/yellow.jpg);
	margin:10px;
	background-color:#FFFAE6;
}
	
td {
	font:14px Arial;
	color:#000000;
}

a {
	font:12px Arial;
      text-decoration: none;
      color: #a32626;
}

a:hover {
	font:12px Arial;
      text-decoration: underline;
	color: #FF0000;
}

a img {
	border: 1;
}
	

/* ID Styles */

#logo 	{
	font:24px Arial;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:12px Arial;
	color: #993300;
	}
	
/* Menu */

#menu a {
	font:14px Arial;
    text-decoration: none;
	font-weight: bold;
	color: #FFFAE6;
}

#menu a:hover {
	font:14px Arial;
	text-decoration: underline;
	font-weight: bold;
	color: #CC9900;
}

#menu .active {
	font:14px Arial;
	text-decoration: none;
	font-weight: bold;
	color: #ECFFEC;
}

/* Sidebar */

#sidebar a {
	font:14px Arial;
      color: #a32626;
      text-decoration: none;
}

#sidebar a:hover {
	font:14px Arial;
	color: #FF0000;
	text-decoration: underline;
}

/* Table Styles */

#table td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#tableheader td {
	font-weight:bold;
	color: #ffffff;
	}

/* Class Styles */
	
.bodyText {
	font:16px Arial;
	color:#000000;
	line-height: 16px;
	}
	
.pageName{
	font: 18px Arial;
	color: #3D7333;
	line-height:20px;
	letter-spacing:.0em;
	}
	
.subHeader {
	font:bold 20px Arial;
	color: #3D7333;
	line-height:20px;
	letter-spacing:.0em;
	}

.quote {
	font: 20px Arial;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 16px Times New Roman;
	color: #000000;
	line-height: 20px;
	}
	
.smText {
	font: 12px Arial;
	color: #000000;
	}
	
.text {
	font: 14px Arial;
	color: #000000;
	}
	
.navText {
	font: 14px Arial;
	color: #2E2E2E;
	}

.navigationText {
	font: 14px Arial;
	color: #000000;
	}

