/*
======================================================================
  MISCELLANEOUS
======================================================================
*/
body {
    font-family:Arial, Helvetica, sans-serif;
    font-style:normal;
	color:#000000;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
    text-decoration: none;
	color: #da881c;
}
/*
======================================================================
  LAYOUT STYLES
======================================================================
*/
#frame {
    width: 725px;
	background-color: #ffffff;
	border: 1px #000000 solid;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#bar_top_wrapper {
    float: left;
	border: none;
}
#bar_top {
    width: 725px;
	height: 10px;
	background-color: #da881c;
	border-bottom: 1px #000000 solid;
	margin: 0px;
	padding: 0px;
}
#frame_title_wrapper {
    float: left;
}
#frame_title {
    width: 720px;
	height: 131px;
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px;
}
#title_wrapper {
    float: left;
}
#title {
    width: 300px;
	height: 90px;
	background-color: #ffffff;
	border: none;
	margin: 20px 10px 0px 20px;
	padding: 0px;
	text-align: center;
}
#bar_title_wrapper {
    clear: both;
	border: none;
}
#bar_title {
    width: 725px;
	background-color: #da881c;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-style:normal;
	font-weight: bold;
	text-align: center;
}
#bar_photos_wrapper {
    clear: both;
	border: none;
}
#bar_photos {
    width: 725px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#bar_shadow_wrapper {
    float: left;
}
#bar_shadow {
    width: 725px;
	border: none;
	background-image:url(../graphics/bar_shadow_background.gif);
	background-repeat: repeat-x;
	text-align: left;
}
#content_wrapper {
    clear: both;
}
#content {
    width: 725px;
}
#left_panel_wrapper {
    float: left
}
#left_panel {
	border: none;
	margin: 8px 0px 10px 3px;
}
#right_panel_wrapper {
    float: right;
}
#right_panel {
    width: 180px;
	border: none;
	margin: 8px 3px 10px 0px;
}
#center_panel_wrapper {
    float: left;
}
#center_panel {
	border: none;
	margin: 8px 0px 10px 5px;
	text-align: left;
}
#footer_wrapper {
    clear: both;
}
#footer_panel {
    width: 725px;
	border: none;
	margin: 0px;
}
/*
======================================================================
  FONT STYLES
======================================================================
*/
.text_body {
    color:#1e5482;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.text_body_bold {
    color:#1e5482;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.title_text {
    color:#228b22;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
p.title_sub {
    color:#228b22;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-style:italic;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
p.title_sub_hdr {
    color:#228b22;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-style:italic;
	text-align:center;
	margin: 6px 0px 0px 0px;
}
.subtitle_1_u {
    color:#1e5482;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: underline;
}
.title_panel {
    color:#000000;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-weight:bold;
	text-align: center;
}
.row_spacer {
    font-size: 6px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.right_panel_text {
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #da881c;
    font-weight: bold;
}
p.right_panel_text  {
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #da881c;
    font-weight: bold;
	margin: 0px 0px 0px 8px;
}
.link_text {
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #da881c;
    font-weight: bold;
}
.link_text_r {
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #da881c;
    font-weight: bold;
	text-align: right;
}
.text_footer {
    color:#1e5482;
    font-size: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
/*
======================================================================
  MISC STYLES
======================================================================
*/
div.imgholder {
    float: left;
	border: 1px solid #000000;
	padding: 4px;
	margin: 0px 8px 20px 0px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    text-align: center;
	font-style:normal;
	font-weight:bold;
}
