.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 14pt;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 11pt;
	letter-spacing: 0.2pt;
	font-weight: 100
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 14pt;
	font-weight: bold;
}

/* Red Circle Bullet List */
li.bulletred {
	padding-left:15px;
	background-image:url(../graphics/bullets/bullet_circle_red.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	list-style-image: none;
	list-style-type: none;	
}

/* PDF Bullet List */
li.bulletpdf {
	padding-left:28px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:url(../graphics/bullets/pdf_small.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	list-style-image: none;
	list-style-type: none;
	line-height:26px;	
}
a.bulletpdf {
	text-decoration: none;
}

.form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5pt; line-height: normal; font-weight: 100 ; letter-spacing: 0.02em }

.bodyAccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16pt;
	font-weight: 100;
}

.subbodyAccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16pt;
	font-weight: bold;
	color: #7D7D7D;
}

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	color:#B40938;
	font-size: 1.0em;
	line-height:22px;
	font-weight: 100;
	letter-spacing: 0.02em;
	padding-bottom:15px;
}

.locationpageheader {
	font-family: Arial, Helvetica, sans-serif;
	color:#B40938;
	font-size: 1.1em;
	line-height:22px;
	font-weight: 100;
	letter-spacing: 0.02em;
	padding-bottom:15px;
}

.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#B40938;
	font-size: 1.2em;
	line-height:18px;
	font-weight: 100;
	letter-spacing: 0.03em;
	padding-bottom:15px;
}


a.footer {
	text-decoration: none;
	color: #666666;
}

a.header {text-decoration: none; color: #666666}

a.header:hover {text-decoration: underline; }

/* General Links */

a.generallink {
    color:#666666; 
	text-decoration:none;
/*	width:100%;*/
	padding-left:12px;
	background-image:url(../graphics/bullets/arrow_blue.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	
}
a.generallink:hover {
    color:#333333; 
	background-image:url(../graphics/bullets/arrow_black.gif);
	background-repeat:no-repeat;
}


a.generallinksmall {
    color:#666666; 
	text-decoration:none;
/*	width:100%;*/
	padding-left:12px;
	background-image:url(../graphics/bullets/arrow_blue.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	
}
a.generallinksmall:hover {
    color:#333333; 
	background-image:url(../graphics/bullets/arrow_black.gif);
	background-repeat:no-repeat;
}

/* Home Page */

.homenewsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.89em;
	line-height: 14pt;
	margin:0px;
	padding-bottom:8px;
	padding-top:5px;
	font-weight: 100;
	letter-spacing: 0.02em
}

.homenewsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 13pt;
	margin:0px;
	padding-bottom:8px;
	font-weight: 100;
	letter-spacing: 0.02em
}

/* END Home Page */

/* Top Menu Links START */
a.topmenu, a.topmenuHi {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  text-decoration:none;
}
a.topmenuHi {
  color:#B40938;
}
a.topmenu:hover, a.topmenuHi:hover {
  color:#B40938;
}

a.topddown, a.topddownhi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	text-decoration:none;
	color:#707173;
	width:100%;
	height:25px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
}
a.topddown:hover { font-weight: bold; text-decoration:none; color:#FFFFFF; background-color:#CCCCCC; }
a.topddownhi { color:#FFFFFF; background-color:#CCCCCC; }

td.topddown, td.topddownhi {
	background-color:#FDD300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:21px;
}
td.topddown:hover { background-color:#CCCCCC; }
td.topddownhi {	background-color:#CCCCCC; }
/* Top Menu Links END */

/* Sub Menu Links START */
li.menuLi {
	list-style-position: outside;
	margin-left: -40px;
	background-image: url(../graphics/bullets/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 10px;
	list-style-type: none;
}
a.menuLi {
	color: #8CC63F;
	text-decoration:none;
}
a.menuLi:link {
	color: #8CC63F;
}
a.menuLi:visited {
	color: #8CC63F;
}
a.menuLi:active {
	color: #8CC63F;
}
a.menuLi:hover {
	color:#000000;
	text-decoration:none;
}
a.menuLiHi {
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: 100;
	color: #515151;
	text-align: left;
	padding-left: 15px;	
	text-decoration:none;
	background-image: url(../graphics/bullets/menu_separator_hi.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
a.menuLiHi:hover {
	color: #515151;
	text-decoration:none;
}
/* Sub Menu Links END */

.formbutton {
  background-color:#B40938;
  color:#FFFFFF;
  height:24px;
  border-style:none;
  cursor:pointer;
}
.formbuttonhover {
  background-color:#000000;
  color:#FFFFFF;
}

/* Large LInks  */
li.largeLi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	color: #10B0E0;
	text-align: left;
	list-style-position: outside;
	background-image: url(../graphics/bullets/arrow_large.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: none;
}

/* Large Links END */

.columnAd {}

.columnAdHi {
  background:#333333;
}

.columnAdText {
  padding-left: 12px;
  padding-right: 5px;
  color:#FFFFFF;
  line-height: 14px;
}

.mapviewer {
    font-family: Arial, Helvetica, sans-serif; font-size: 0.73em; line-height: 15pt; font-weight: 100 ; letter-spacing: 0.03em;
	background-color:#F5F5F5;
	filter: alpha(opacity=90);
	opacity:0.9;
}