/* 
#641F1A  /*  maroon
#EED08F  /* light gold
#E9B952 /* dark gold (orange) */

a {
	font-weight: bold; 
	color: #641F1A  /* maroon */
}  

a:hover {
/*	background-color: #E9B952; /* dark gold (orange) */
	text-decoration: none;}
	
h1 { font-family: "Trebuchet MS";
	font-size: 20px;
	color: #641F1A;  /* maroon */
	padding: 0 0 4px 0;}

h2 { font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000  /* black */
	padding: 0 0 4px 0;}
}

h3 { font-family: "Trebuchet MS";
	font-size: 16px;
	color: #641F1A  /* maroon */
	padding: 0 0 4px 0;}
}

h4 { font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000  /* black */
	margin: 0px;
	padding: 0px;
}
input {
	margin-top: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #641F1A;  /* maroon */
	padding: 3px
}
label {
	color: #641F1A;   /*  maroon  */
	font-size: 11px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;


}

label {
	color: #641F1A;
}

.mastheadTitle {
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	padding: 0px 64px 0px 0;
}

.mastheadSubtitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 0px 64px 0px 0;
}

.mastheadLinks {
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #641F1A;  /* maroon */
	padding: 0px;
}

.mastheadLinks a {
	text-decoration: none;
}

.mastheadLinks a:hover {
	text-decoration: none;
	color: #E9B952 /* dark gold (orange) */
}

.main  {
	background-color: #EED08F;
}

.leftLinks {
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: top;
	background-color: #E9B952; /* dark gold (orange) */
	}

.keyDates {
	padding: 4px;
	vertical-align: top;
	background-color: #000000;
	color: #EED08F;  /*lt. gold */
	font-size: 14px;
	font-weight: bold;
}
.contentBox {
	background-color: #641F1A;
}
.formDescription {
	font-size: 11px;
}
.formRequired {
	background-color: #EED08F;  /* lt. gold  */
}
.contentLeft {
	background-image: url(/images/content_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.contentRight {
	background-image: url(/images/content_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 45px;
}
.tableHeader {
	font-weight: bold;
	color: #E9B952; /* dark gold (orange) */
	background-color: #641F1A;   /* maroon RGB: 100, 31, 26*/
}
.tableBorder {
	border: 1px solid #641F1A;  /* maroon */
}
.tableInsideBorder {
	border: 1px solid #641F1A;  /* maroon */
}
.tableCalendar {
 	background-color: #E9B952;  /* dark gold (orange) */
	font-size: 8px;
}
.tableCalendar a {
	font-size: 10px;
}
.tableCalendar a:hover {
	background-color: #ffffff; 
	text-decoration: none;
}
.menuBar {
		margin: 10px 0 10px 0;
}
.menuBar_bg {
		margin: 10px 0 10px 0;
		background-image: url(images/menu_bg.gif);
		background-repeat: repeat-x;
}
.logo {	border: 1px solid #000000;  /* black */
}
.logoHome {	border: 1px solid #000000;  /* black */
	margin: 6px 0 8px 0;
}
