/* CSS Document */

.copy01 {  /* This is the main font for the site */
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-spacing: 1.1em;
	letter-spacing: .01em;
	}
	
	.copy02 {  /* This is the style for the call-out box */
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 5px;
	line-spacing: 1.1em;
	letter-spacing: .01em;
	}
	
	.copy03 {  /* This is the main font for the site */
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-spacing: 1.1em;
	letter-spacing: .01em;
	}
	
	ul.copy02 {
	margin-left: 10px;
	}
	
	li.copy02 {
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
	
	}
	
	.copy04 {  /* This is the main font for the site */
	font-family: georgia, helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	line-spacing: 1.15em;
	letter-spacing: .01em;
	}
	
	.menu01{  /* This is the style for the navigation */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
	
	a.menu01:link {text-decoration: none;}
	a.menu01:visited {text-decoration: none;}
	a.menu01:hover,focus {color:#ea3325; text-decoration: none;}
	
	.menu02{ /* This is the style for the headers on the menu */
	font-family: georgia, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	}
	
/* DON'T DELETE THESE */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal;
font-size: 11px;
font-family: arial, helvetica, verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 264771;
color: #ffffff;
}
/* END - DON'T DELETE THESE */