@charset "UTF-8";
/* CSS Document */
/*formatting styles*/

.center
{
	align: center;
	
}


.spacing
{
padding: 0px 0px 0px 0px;
margin: 10px 10px 10px 10px;
border: 0px;
}
/*background styles*/

.background_blackline_left{
	background-repeat:repeat-y;
	background-image: url(images/blackline.gif);
	background-position: left;
}
.background_blackline_farleft{
	background-repeat:repeat-y;
	/*background-image: url(images/blackline_repeat.gif);*/
	background-position: left;
}

.background_blackline_right{
	background-repeat:repeat-y;
	background-image: url(images/blackline.gif);
	background-position: right;
	
}

.background_rays{
	background-repeat:no-repeat;
	background-image: url(images/bg_image.gif);
	background-position:bottom;
}
.background_yellow{
	background-repeat:repeat-y;
	background-image: url(images/bottom_of_menu.gif);
	background-position:left bottom;
}
.background_bottom{
	background-repeat:no-repeat;
	background-image: url(images/bg2.gif);
	background-position:left bottom;
}


/*header styles*/

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	
}

/*copy styles*/

.copybodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	font-style: inherit;
	font-weight:inherit;
	color: #000000;
	text-decoration: none;
	text-align:left
}
.copylistcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	font-style: inherit;
	font-weight:inherit;
	color: #000000;
	text-decoration: none;
	text-align:left
}
	.yellowcopybodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: inherit;
	font-weight:inherit;
	color: #fff200;
	text-decoration: none;
}
.addressbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 10px 10px 10px;
	font-style: inherit;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	text-align:center
}
.boldaddressbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 10px 10px 10px;
	font-style: inherit;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	text-align:center
}

/*link styles*/
	

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.footer{
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff200;
	text-decoration: none;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff200;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

