* {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

P, TD, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	font-weight: normal;
	color: #113476;
}

html, body {
	height: 100%;
        margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	scrollbar-base-color: #496491;
}  

/* Links */ 
a:link, a:visited, a:hover, a:active {
	/*color: #e9a604; Lighter */
	color: #d29603; /* A little darker I think */
}
/* Links for Nav bar */
a:link.navbar, a:visited.navbar, a:hover.navbar, a:active.navbar {
	color: #fecf5c;
	font-size: 10px;
	font-weight: bold;
}

SMALL, .small, .blog_date {
	font-size : 8pt;
	color: #4068b2;
}

H2, .heading2, .blog_name  {
	font-family : "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 18pt;
	color: black;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
  
H3, .heading3, .heading_blog, .blog_title  {
	font-family : "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color: #113476;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
  
.heading3_region  {
	font-family : "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color: #FEC58B;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
H4, .heading4  {
	font-family : "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color: #113476;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
H5, .heading5  {
	font-family : "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #113476;
	text-transform: uppercase;
	font-weight: bold;
}

.page_background {
	background-color: #496491;
}

.page_spacing {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.home_page_image {
	background-image: url(/images/page_header_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.highlight {
	color: #F99422;
	font-weight: bold;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

hr {
	border: none;
	color: #c74f34;
	background-color: #c74f34;
	height: 1px;
}
hr.blog_rule {
	/* clear: both; */
}

/* Styles for displaying the events calendar */
.calendar_row tr, .calendar_row td {
	background-color: #fdf9d4;
	padding: 8px 10px 8px 12px;
}
.calendar_altrow tr, .calendar_altrow td {
	background-color: white;
	padding: 8px 10px 8px 12px;
}
calendar_row_on tr, .calendar_row_on td {
	background-color: #fed05e;
	padding: 8px 10px 8px 12px;
	cursor: pointer;
}
.calendar_heading tr, .calendar_heading td {
	color: #000000;
	background-color: #c9dbfc;
	font-weight: bold;
	padding: 2px 10px 2px 12px;
}

.calendar_hl_year {
	color: #000000;
	background-color: #fed05e;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* For displaying headings on forms */
/* class="form" is the normal text */
.form {
        font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
        font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
        color: red;
        font-weight: bold;
}
.no_box {
	border: none;
}


.photo_border {
        border: 2;
        border-style: solid;
	border-color: #fed05e;
}
 
.align_left_top {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.align_right_top {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.clear {
	clear: both;
}
.justify {
	text-align: justify;
}

.blog_toc {
	padding-top: 10px;
	font-size : 8pt;
	color: #660000;
}
.blog_toc_div {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	width: 175px;
	float: right;
        border-left: 1px solid #000000;
}


