@charset "UTF-8";

body {
	background-color: #540D09;
}

a:link {
	color: #540D09;
	text-decoration: none;
}
a:visited {
	color: #540D09;
	text-decoration: none;
}
a:hover {
	color: #A89A6f;
	text-decoration: none;
}
a:active {
	color: #A89A6f;
	text-decoration: none;
}

.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #B3D9D2;
	}
a.homelink:link {
	color: #B3D9D2;
	text-decoration: none;
}
a.homelink:visited {
	color: #B3D9D2;
	text-decoration: none;
}
a.homelink:hover {
	color: #D0C7B2;
	text-decoration: none;
}
a.homelink:active {
	color: #D0C7B2;
	text-decoration: none;
}

.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #540D09;
	letter-spacing: 2px;
}
a.copylink:link {
	color: #540D09;
	text-decoration: none;
}
a.copylink:visited {
	color: #540D09;
	text-decoration: none;
}
a.copylink:hover {
	color: #BB221C;
	text-decoration: none;
}
a.copylink:active {
	color: #BB221C;
	text-decoration: none;
}

.backgroundhome {
	background-color: #540D09;
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #D1EAE5;
}
.copyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #B3D9D2;
	letter-spacing: 1px;
}
.copygrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.copygreysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B3D9D2;
}

.homebackground {
	background-image: url(images/home_image.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.insidebackground {
	background-image: url(images/inside_image.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B3D9D2;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.subheadlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B3D9D2;
	letter-spacing: 3px;
}
