/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #FFFFFF; font-family : Verdana, Arial, sans-serif; font-size: 80%; margin: 0;}
Table {font-family : Verdana, Arial, sans-serif; font-size : 100%; border-collapse: collapse; padding: 0; margin: 0;}
P, TD, LI, UL {font-family : Verdana, Arial, sans-serif; font-size : 100%;}

/* LINK COLORS */

A:LINK    {color: #256CBC; font-weight: bold; text-decoration: none;}
A:VISITED {color: #256CBC; font-weight: bold; text-decoration : none;}
/*A:HOVER   {color: #AF4825; font-weight: bold; background: #536B77; text-decoration : none;}*/
/*The above entry made the link font turn marron and with the grey background it made it difficult to read, changed the font to white*/
A:HOVER   {color: #FFFFFF; font-weight: bold; background: #536B77; text-decoration : none;}
A:ACTIVE  {color: #256CBC; font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1     {color: #256CBC; font: bold 22px Georgia, Georgia, serif; text-align: left;}
H2     {
	color: #AF4825;
	text-align: center;
	letter-spacing: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
}
H3, H4, H5, H6 {color: #256CBC; font-size: 13px; font-weight: bold;}

/* DEFINES SPECIAL CLASSES */

.header {
	width: 700px;
	height: 200px;
	color: #000000;
	background-image: url(../images/Logo_Top.jpg);
	font: bold 26px Georgia, Georgia, serif;
	letter-spacing: 2px;
	text-align: right;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
}
.content #table2 .header {
	background-image: none;
}
.content  #table2   a  {
	font-family: Helvetica, Arial, sans-serif;
	color: #AF4825;
	font-size: 14px;
	text-decoration: underline;
}
.content #table2 a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #D6805C;
}

.sidebar {
	width: 150px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #F4CE3D;
	border: 1px solid #000000;
	padding: 15px 0px 15px 10px;
}

/* MAIN NAVIGATION DEFINITION LIST */

.sidebar dl {background: transparent; padding: 0 10px 0 0; margin: 2px 0; line-height: 12px; font-size: 110%;}
.sidebar dt {color: #000000; font-weight: bold; letter-spacing: 3px; border-bottom: 1px solid #000000; padding: 10px 0 4px 0;}
.sidebar dd {margin: 3px; padding: 3px 0;}
.sidebar dd a:link, .sidebar dd a:visited, .sidebar a:active {display: block; color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #256CBC; border: 1px solid #000000; padding: 3px;}
.sidebar dd a:hover {color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #AF4825; border: 1px solid #000000;}


.content {
	width: 480px;
	font-family : Verdana, Arial, sans-serif;
	text-align: justify;
	vertical-align: top;
	background: #FFFFFF;
	line-height: 18px;
	border: 1px solid #000000;
	padding: 10px 20px 15px;
}

.footer {
width: 700px;
height: 100px;
background-image: url(../images/Logo_Bottom.jpg);
font-weight: bold;
text-align: left;
padding: 0 0 0 20px;
}

.footer A:LINK {color: #000000; text-decoration: none; background-color: transparent;}
.footer A:VISITED {color: #000000; text-decoration: none; background-color: transparent;}
.footer A:HOVER {color: #000000; text-decoration: underline; background-color: transparent;}
.footer A:ACTIVE {color: #000000; text-decoration: none; background-color: transparent;}

.spacer {width: 20px;}

span.tiny {
font-size: 80%;
letter-spacing: 1;
font-weight-bold
}
.sidebar #fall {
	color: #FF3300;
}
#indexTop_box {
	line-height: 1.4;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
}
.sidebar .subscribe {
	line-height: 1.4;
}
#header_bulitins {
	margin-bottom: 15px;
	width: 480px;
	margin-top: 2px;
}
.content #calendar {
	height: 100%;
	width: 510px;
}
.content #mday_flyer {
	text-align: center;
	border: 5px double #000000;
	padding: 20px 0px 15px;
	margin-bottom: 35px;
}
.content #mday_flyer p {
	margin: 0px;
	padding: 5px;
}
.content #mday_flyer .bold-red {
	padding-bottom: 15px;
	line-height: 1.2;
	font-size: 26px;
	padding-top: 5px;
}
.content #mday_flyer .add_spacer {
	padding-bottom: 10px;
}
#header_bulitins h2, #header_bulitins h3 {
	margin: 0px;
	padding: 0px 0px .5em;
}
.content #goals li {
	margin-bottom: 6px;
}
