/* CSS Document */

/*these are background photo fill styles*/

.background_index{
	background-repeat:no-repeat;
	background-image:url(images/right_collumn.gif);
	background-position:bottom;
}
.background_secondary{
	background-repeat:no-repeat;
	background-image:url(images/secondary_right_collumn.gif);
}
.background_secondary_content{
	background-repeat:no-repeat;
	background-image:url(images/content.gif);
}
.background_photo_gallery{
	background-repeat:no-repeat;
	background-image:url(images/photo_bg.gif);
}

/*these are formatting styles*/

.center
{
	align: center;
	
}

.spacing
{
padding: 0px 0px 0px 0px;
margin: 10px 10px 10px 10px;
border: 0px;
}

/*these are copy styles*/

.h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	text-decoration: none;
	text-align: inherit;
	line-height: normal;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
	font-variant: small-caps;
}
.bold_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	text-align: inherit;
	line-height: 15px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin: 20px 20px 20px 20px;
}

.copybodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin: 20px 20px 20px 20px;
}
.captioncopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	line-height: 15px;
	margin: 20px 20px 20px 20px;
}
.sidebarcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	line-height: 12px;
}

/*these are link styles*/

.body_copy_link{
}
a.body_copy:link{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	text-decoration: underline;
	margin: 10px 10px 10px 10px;
}
a.body_copy:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #b66e0e;
	text-decoration: underline;
	margin: 10px 10px 10px 10px;
}
a.body_copy:visited{
	color: #b66e0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 10px 10px 10px;
}
a.body_copy:hover{ /* hover link properties */
	color: #b66e0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 10px 10px 10px;