body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background-color: #F6F6F6;
	margin: 0px;
}
td {
	font-size: 12px;
}
h1 {
	color: #333366;
	font-size: 25px;
	margin: 0px;
}
h2 {
	color: #333366;
	font-size: 20px;
	margin: 0px;
}
h3 {
	color: #333366;
	font-size: 15px;
	margin: 0px;
}
h4 {
	color: #333366;
	font-size: 13px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

img {
	border-color: #E0D9C5; 
}
p {
	background-position: left;
	margin: 10px;
}
sup {
	font-size: 6px;
}
.COL1 {background-color: #333366;} /* DARK BLUE */
.COL2 {background-color: #E0D9C5; color: #49433A;} /* MED TAN - BACKGROUND COLOR */
.COL3 {background-color: #922322;} /* SD RED - FOR LINES */
.COL4 {background-color: #ECEBD9; color: #49433A;} /* LIGHT TAN - OTHER BACKGROUND COLOR */
.COL5 {background-color: #949381;} /* GREYISH BROWN - LINES AND BORDERS */
.COL6 {background-color: #F7F7F0; color: #49433A;}

.xfimg {
	border: 1px solid #E0D9C5;
}

.middlenav {
	color: #F6F6F6; 
	font-weight: bold;
	cursor: pointer;
}
#menu {

}
#menu .top {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 10px 1px 10px;
}
#menu .top a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
	cursor: pointer;
}
#menu .section-top {
    border-color: #48487E;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #48487E;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 110px;
}
#menu .box {
    background-color: #e5e1da;
    font-family: tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px 4px 5px;
}
#menu .box-hover {
    background-color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px 4px 5px;
	cursor: pointer;
}
#menu .box-right {
    background-color: #e5e1da;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
}
#menu .box-right-hover {
    background-color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
	cursor: pointer;
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 4px;
    right: 1px;
}
#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

#sidemenu {

}

#sidemenu .sidelink {
	font-weight: bold;
    padding: 2px;
	vertical-align: top;
}
#sidemenu .sidelink-hover {
	font-weight: bold;
    padding: 3px;
	cursor: pointer; 
}
#sidemenu a {
	font-weight: bold;
    color: #49433A;
    text-decoration: none;
    white-space: nowrap;
}
#sidemenu a:hover {
	font-weight: bold;
    color: #353535;
    text-decoration: underline ;
    white-space: nowrap;
}


dl {
	float: left;
	clear: both;
	width: 575px;
}
dt {
	clear: left;
	float: left;
	width: 125px;
	margin: 0px;
	font-weight:bold;
}
dd {
	margin: 0px;
	float: left;
	padding: 0;
	width: 450px;
}
.eventTitle {
	color: #333366;
	font-size: 15px;
	margin: 0px;
	border-bottom: 1px solid  #949381;
	height: 20px;
	width: 425px;
}
.eventDate {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid  #949381;
	height: 20px;
	width: 145px;
}
A:link 		{
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:visited 	{
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:hover 	{
	color: #990000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	