/* CSS Document */

#content {
	float: left;
}

.bg_page{
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
}

.bg_swoop{
	background-image: url(../images/bottom_swoop.jpg);
	background-repeat: no-repeat;
}

.bg_swoop_LL {
	background-image: url(../images/bg_swoop_LL.jpg);
	background-repeat: no-repeat;
}

.bg_top_shadow { 
	background-image: url(../images/top_shadow.gif);
	background-repeat: no-repeat;
} 

.bg_body_shadow{
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
	padding-left: 11px;
}

.section_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.section_titles_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.footer_nav,
a.footer_nav:visited,
a.footer_nav:active,
a.footer_nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
}

a.footer_nav:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffcc00;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
}

.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
} 

.body_copy,
.body_copy:visited,
.body_copy:active,
.body_copy:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

a.body_copy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}

.archive_link:link,
.archive_link:visited,
.archive_link:active,
.archive_link:link 
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}

.archive_link:hover 
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	padding-left: 5px;
}

.title_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
} 

.left_bdr {
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;

}


