@charset "utf-8";
{
margin: 0;
padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	color: #000000;
	background-image: url(../images/background6.gif);
	background-repeat: repeat;
}

div {
font-size: 1em;
}

img {
border: 0;
}

div#page_wrapper {
	/* Internet Explorer 6 and Internet Explorer for Mac do not recognize these rules. Javascript workarounds are necessary. */
	max-width: 99em;
	min-width: 50em;
	/* Center up the page wrapper */
	margin: 0 auto;
	color: #000000;
}
div#page_header_top_left_background {
	background-image: url(../images/round_white_top_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#page_header_top_right_background {
	background-image: url(../images/round_white_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#page_header_fill_background {
	background-image: url(../images/round_white_top_filler.gif);
	background-repeat: repeat;
	background-position: center center;
	width: 97%;
	margin-left: 15px;
}

div#page_navigation {
	text-align: center;
	height: 40px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
div#page_navigation_left_background {
	background-image: url(../images/round_white_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#page_navigation_right_background {
	background-image: url(../images/round_white_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#page_navigation_fill_background {
	background-image: url(../images/round_white_nav_filler.gif);
	background-repeat: repeat;
	background-position: center center;
	width: 97%;
	margin-left: 15px;
}
div#page_main_body {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-right: 0.8em;
	margin-left: 0.8em;
}
div#page_main_body hr {
	color: #CC3300;
	margin-right: 1em;
	margin-left: 1em;

}
div#page_main_body a {
	color: #CC3300;
}
div#page_main_body a:visited {
	color: #009900;
}
div#page_main_body a:hover {
	color: #0000FF;
	text-decoration: underline overline;
}





div#page_footer {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	font-size: small;
}
div#page_footer_top_left_background {
	background-image: url(../images/round_white_footer_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#page_footer_top_right_background {
	background-image: url(../images/round_white_footer_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#page_footer_bottom_left_background {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/round_white_footer_bottom_left.gif);
}

div#page_footer_bottom_right_background {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/round_white_footer_bottom_right.gif);
}
div#page_footer_filler_background {
	background-color: #FFFFFF;
	background-image: url(../images/round_white_nav_filler.gif);
	background-repeat: repeat;
	background-position: center center;
	margin-right: 10px;
	margin-left: 10px;
}



.body_page_title {
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	border-left-width: 8px;
	border-left-style: double;
	border-left-color: #CC3300;
	padding-left: 3px;
}
.news_date {
	font-weight: bold;
	font-style: italic;
}
.callout_box {
	border-top-style: solid;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 8px;
	margin-left: 3em;
	margin-bottom: 10px;
	margin-right: 50em;
}

.callout_header {
	font-weight: bold;
}
.callout_list {
	list-style-type: circle;
}

.callout_box_secondary {
	border-top-style: solid;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 8px;
	margin-left: 3em;
	margin-bottom: 10px;
	margin-right: 3em;
}
.callout_header_secondary {
	font-weight: bold;
}
.callout_list_secondary {
	list-style-type: circle;
}

