/* LINK STYLES */

a:link    { color: #be0028; text-decoration: underline; }
a:visited { color: #be0028; text-decoration: underline; }
a:active  { color: #be0028; text-decoration: underline; }
a:hover   { color: #be0028; text-decoration: underline; }

a.nav:link    { color: #999999; font-size: 7pt; font-weight:normal; text-decoration: none;}
a.nav:visited { color: #999999; font-size: 7pt; font-weight:normal; text-decoration: none;}
a.nav:active  { color: #999999; font-size: 7pt; font-weight:normal; text-decoration: none;}
a.nav:hover   { color: #000000; font-size: 7pt; font-weight:normal; text-decoration: none;}

a.subtle:link    { color: #666666; text-decoration: none; }
a.subtle:visited { color: #666666; text-decoration: none; }
a.subtle:active  { color: #666666; text-decoration: none; }
a.subtle:hover   { color: #be0028; text-decoration: underline; }

.nav-links {
	font-size:10px;
	text-align:center;
}

.link-sep {
	font-size:8pt;
	font-weight:bold;
	color:#999999;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
  background-color : #FFFFFF;
  font-size: 10pt;
  text-align: center;
}

.container {
  width: 750px;
  border: 1px none #be0028;
	font-size: 10pt;
}

.index-text {
	text-align: left;
	font-size: 11px;
	color: #333333;
	padding-left: 320px;
	line-height:1.5;
	margin-top: 10px;
	margin-bottom: 0px;
}

.index-emphasis {
	font-weight: bold;
	color: #BE0028;
}

.tiny-red-text {
	font-size: 8pt;
	color:#be0028;
	font-style:italic;
}

.home-nav {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	padding:2px;
	width:105px;
}

table { font-size: 10pt; }

table#photos1 {
	border-style     : none;
	text-align       : center;
}

td#photo_text1 {
	font-family      : Verdana, Helvetica, sans-serif;
	color            : #fdf5e6;
	background-color : #be0028;
	text-align       : center;
	font-weight      : bold;
	font-size        : 10pt;
	width            : 100%;
	line-height      : 3em;
}

td#banner {
  text-align       : center;
  padding          : 1em;
}

td#normal {
  font-weight      : normal;
  padding          : 2em;
  width            : 350px;
  text-align       : left;
  vertical-align   : top;
}

td.basic {
	font-weight      : normal;
	padding-right    : 2em;
  text-align       : left;
  vertical-align   : top;
}

td.basic2 {
	font-weight: normal;
	padding-left: 2em;
  text-align: left;
  vertical-align: top;
}

.emphasis {
	color:#be0028;
	font-weight:bold;
}

.emphasis2 {
	color:#666666;
	font-weight:bold;
}

td#block {
  width            : 350px;
}

td#emphasis {
  font-weight      : bold;
  padding          : 1em;
  text-align       : center;
}

td#red-box {
  font-weight      : bold;
  padding          : 1em;
  text-align       : center;
  color            : #be0028;
	border           : 1px solid #be0028;
	line-height:1.5em;
}

td#spacer1 {
  width            : 50px;
  background-color : #ffffff;
}

td#spacer2 {
  width            : 37px;
  background-color : #ffffff;
}

span#label {
  font-weight      : bold;
}

span#form-required-text {
	color            : #be0028;
	font-size        : 7pt;
}

.horiz-sep-red {
  color            : #be0028;
}

.copyright {
  font-size        : 7pt;
  color            : #000000;
  text-align       : center;
}

/* Styles for popup pages */

table#popup-container {
	width            : 550px;
  border-style     : none;
}

td#popup-page-heading {
	font-size        : 12pt;
	color            : #be0028;
	font-weight      : bold;
	text-align       : center;
	font-family      : Verdana, Helvetica, sans-serif;
}

td#popup-page-content {
	font-size        : 10pt;
	color            : #808080;
	text-align       : left;
	font-family      : Verdana, Helvetica, sans-serif;
}

/* Styles for rounded boxes */

td#rounded-box-left {
	text-align       : left;
}

td#rounded-box-right {
	text-align       : left;
}

td#rounded-box-empty-green {
	background-color : #e0e388;
}

td#rounded-box-content-green {
	color            : #000000;
	background-color : #e0e388;
	line-height      : 1.5em;
  font-weight      : normal;
  text-align       : left;
  vertical-align   : middle;
	padding          : 1em;
}

/* Styles for Mailing List signup */

td#maillist-block {
	text-align       : center;
}
form#maillist {
	margin-bottom    : 0;
}

/* News Items */
.news-pub {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}

.news-image {
	border: 1px none #666666;
	padding-right: 15px;
}

.hilite {
	background-color:#FFFF99;
}

a.news-link:link    { color: #be0028; text-decoration: none; font-weight:bold; }
a.news-link:visited { color: #be0028; text-decoration: none; font-weight:bold; }
a.news-link:active  { color: #be0028; text-decoration: none; font-weight:bold; }
a.news-link:hover   { color: #be0028; text-decoration: underline; font-weight:bold; }