/* Note: Friskis red is #e4232f */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 9pt;
	font-weight: normal;
}

.date {
	font-size: 7pt;
	color: #666666; 
	font-weight: bold;
}

h1 {
	font-size: 15pt; 
	color: #039;
	border-bottom: 2px solid #e4232f;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	text-transform: lowercase;
    margin-top: 0;
	padding-top: 0.2em;
}

h2 {
	font-size: 13pt;
	color: #039;
	border-bottom: 2px solid #e4232f;
}

h3 {
	font-size: 10.5pt;
	color: #039;
	border-bottom: 2px solid #e4232f;
}

.column_normal {
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	text-align: left;
}

.column_title {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

a { 
	color: #003399;
	text-decoration: none;
}

a:active { 
	font-weight: normal;
	color: #003399;
} 

a:hover {  
	font-weight: normal; 
	color: #003399;  
	text-decoration: underline;
} 

a img {
	border-width: 0;
}

.main_title {
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
}

.title {
	font-size: 11pt;
	font-weight: bold;
	color: #000000}

.white_txt {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-color: black black #FFFFFF;
	border-bottom-width: thin;
	list-style-image: none;
	list-style-type: square
}

.small_alert {
	font-size: 9pt;
	color: #FF0000;
}

.white_txt_norm {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-color: black black #FFFFFF;
	border-bottom-width: thin;
	list-style-type: square;
}

div {
	font-size: 9pt;
	font-weight: normal;
}

li {
	font-size: 9pt;
	font-weight: normal;
}

.p-barred {
	font-size: 9pt;
	font-weight: normal;
	color: #D51717;
	text-decoration: line-through;
}

.titleRed {
	font-size: 11pt;
	font-weight: bold;
	color: #CC0000;
}

table#feetable td.fees_duration {
	font-style: italic;
	text-align: right;
}

table#feetable {
	background-color: #EEE;
	margin-left: 2em;
	border-collapse: collapse;
	width: 400px;
	font-size: 1em;
}

table#feetable tr.fees_bottom {
	border-bottom: 1px solid #000;
}

table#feetable td.fees_category {
	text-align: center;
}

table#feetable td.fees {
	text-align: right;
}

table#instructor_pics {
	width: 100%;
}

table#instructor_pics img {
	border: 1px solid black;
	margin: 5px 2px 5px 2px;
}

table#instructor_pics th {
	background-color: #ebe9e9;
	text-align: center;
}

table#instructor_pics td {
	text-align: left;
	vertical-align: top;
	padding-top: 2em;
	padding-left: 1em;
	font-weight: bold;
	font-size: 0.9em;
}

table#instructor_pics td p {
	font-size: 0.9em;
	font-weight: normal;
	width: 80%;
}

table#board_committee, #board_members {
	font-size: 0.7em;
	width: 100%;
	margin: 0 1em 0 1em;
	border-collapse: collapse;
}

table#board_committee th, table#board_members th {
	background-color: #ddd;
	color: black;
	text-align: right;
}

tr#board_header th {
	background-color: #fcc;
	color: black;
	text-align: center;
	border-bottom: 2px solid #e4232f;
}

#board_committee td {
	margin-left: 0.5em;
}

#board_members {
	border-top: 0.5em solid white;
}

.imageborder {
 border: 1px solid #FFFFFF;
 margin: 1px 1px 1px 1px;
}

div#intensities p {
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

div.sideObject {
  border-bottom: #e4232f solid 2px;
  padding-bottom: 0.5em;
}

div.sideObject h2 {
  border: none;
  font-size: 11pt;
  padding: 0;
  margin: 0.5em;
}

div.sideObject h3 {
  border: none;
  color: black;
  padding: 0;
  margin: 0.3em;
}

div.sideObject p {
	padding: 0.3em 0;
	margin: 0.3em 0;
}

div.newsObject {
	background-color: #eee;
	color: black;
	padding: 0.1em 0.2em;
	margin: 0 0.5em 0.5em 0.5em;
	border: 1px dashed #aaa;
}

div.newsObject h2 {
   margin-top: 0;
   background-color: #e0e0e0;
   font-size: 11pt;
}

div.newsObject p {
   margin-left: 1em;
   margin-right: 1em;
}

ul.linklist {
  padding: 0.5em 0.3em;
  margin: 0.1em;
  color: white;
  list-style-type: none;
  border-bottom: 1px solid white;
}

ul.linklist li {
	font-size: 8pt;
}

ul.linklist a:visited {
  color: white;
}

ul.linklist a:hover {
  color: white;
}

ul.linklist a {
  color: white;
}

ul#navimg {
  list-style-type: none;
  margin: 0 0 0 120px;
  padding: 0;
  word-spacing: 0;
  height: 22px;
}

ul#navimg li {
  display: inline;
  margin-left: -4px;
}

ul#navimg img {
  border-left: 1px solid white;
  margin: 0;
  padding: 0;
}


