h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0A50A1;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
}

#navigation {
	margin: 0; padding: 0;
}

#navigation ul {
	margin: 0; padding: 0 0 0 12px;
	list-style: none;
}

#navigation li {
	margin: 0; padding: 0;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	line-height: 22px;
}

#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}

#navigation li a:hover {
	color: #0071b5;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
}

#inside-navigation {
	margin: 0; padding: 0;
}

#inside-navigation ul {
	margin: 0; padding: 0 0 0 12px;
	list-style: none;
}

#inside-navigation li {
	margin: 0; padding: 0;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0071b5;
	display: block;
	line-height: 22px;
}

#inside-navigation li a {
	color: #0071b5;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}

#inside-navigation li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #0071b5;
	display: block;
}


.calBox {
  width:257px;
  height:155px;
  background: #35363a;
  text-align: center;
  font: 12px sans-serif;
  color: #FFFFFF;
  padding: 5px;
}

.calBox_link, .calBox_link:visited, .calBox_link:active, .calBox_link:hover {
  font: 12px sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}

.cal_month {
  background: #0071b5;
  color: #FFFFFF;
}
.cal_day, .cal_day_sun, .cal_day_today, .cal_day_sun_today {
  border-right: 1px dotted #443311;
  border-bottom: 1px dotted #443311;
  height: 90px;
}
.cal_day, .cal_day_sun {
  background: #d0deef;
}
.cal_day_today, .cal_day_sun_today {
  background: #7db5f7;
}
.cal_day_link, .cal_day_link:active, .cal_day_link:visited {
  display:block;
  text-align:right;
  font: 12px sans-serif;
  font-weight: bold;
  color: #443311;
  text-decoration: none;
}
.cal_day_spacer, .cal_day_spacer_sun {
  border-right: 1px dotted #443311;
  border-bottom: 1px dotted #443311;
  height: 90px;
  font: 10px sans-serif;
  font-weight: bold;
  background: #477bb8;
}
.cal_day_sun, .cal_day_sun_today, .cal_day_spacer_sun {
  border-left: 1px dotted #443311;
}
.cal_day_item, .cal_day_item:hover, .cal_day_item:active, .cal_day_item:visited {
  display:block;
  font: 10px sans-serif;
  text-align: left;
  padding-left: 2px;
  text-decoration: none;
}
.cal_spacer_l, .cal_spacer_r {
  font: 1px sans-serif;
  color: transparent;
}
.cal_month_link, .cal_month_link:visited, .cal_month_link:hover, .cal_month_link:active {
  text-align:center;
  font: 13px sans-serif;
  font-weight: bold;
  color: #443311;
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #d0deef;
  cursor: default;
}
.cal_month_link, .cal_month_link:visited, .cal_month_link:hover {
  border: 3px outset #aaccf4;
}
.cal_month_link:active {
  border: 3px inset #aaccf4;
}

.cal_days, .cal_days_sun {
  text-align:center;
  font: 10px sans-serif;
  font-weight: bold;
  color: #333333;
  border-right: 1px solid #443311;
  border-bottom: 1px solid #443311;
  border-top: 1px solid #443311;
  height: 20px;
  background:  #CCCCCC;
}
.cal_days_sun {
  border-left: 1px solid #443311;
}
.alert {
  text-align:center;
  font: 12px sans-serif;
  font-weight: bold;
  color: #FF0000;
}