<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #666;
}
a:active {
	color: #FFF;
}




a.bodylink:link {color: #583F3B;}
a.bodylink:visited {color: #583F3B;}
a.bodylink:hover {color: #FB67CC;}
a.bodylink:active {color: #583F3B;}

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.BG #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #11151f; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #263565;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.BG #box {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
}
.BG #header {
	width: 1000px;
	height: 200px;
	padding: 0 0px 0 0px;
	background-color: #000;
	
}
.BG #headerBanner {
	width: 1000px;
	height: auto;
	padding: 0 0px 0 0px;
	background-color: #11151f;
	
}

.BG #navigation {
	height: 50px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: none;
}



.BG #header h1 {
	height: 74px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 25px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #FBA75D;
	font-variant: normal;
}


.BG #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #E2E2E2;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 21px;
	text-align: justify;
}

.BG #mainContentwithheight {
	font-family: Verdana, Geneva, sans-serif;
	color: #E2E2E2;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 21px;
	text-align: justify;
	height: 800px;
}



.BG #threecolumns {
	background: #11151f;
	width: 280px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}


.headerBannerLeft { 
	float: left;
	padding: 30px 20px 20px 30px;
	width: 600px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.headerBannerRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding: 30px 20px 20px 30px;
	width: 300px;
	height: auto;
	text-align: justify;
	background: #11151f;
}


.threecolumnwrapper {
	width: 300px;
	clear: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	border: 1px none #999;
}

.BG #threecolumnheader {
	width: 300px;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(../images/background-red-wide.jpg);
}

.BG #galleryheader {
	width: 900px;
	clear: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-left: 25px;
	float: left;
	background-image: url(../images/background-red-wide.jpg);
}

.BG #gallerycolumn {
	width: 900px;
	clear: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 12px;
	float: left;
	margin-left: 15px;
	text-align: justify;
}

.BG #mainspacecolumn {
	width: 950px;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin-left: 0px;
	text-align: justify;
}

.BG #centered800 {
	width: 800px;
	clear: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 70px;
	float: left;
	text-align: centered;
}

.BG #datafield {
	width: 280px;
	float: left;
	padding-bottom: 20px;

}


.BG #columnone {
	background: #11151f;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	width: 300px;
	float: left;
	padding: 5px;
	margin-right: 6px;
	margin-left: 6px;
}

.BG #twocolumns-leftbig {
	background: #11151f;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	width: 640px;
	float: left;
	padding-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
}

.BG #twocolumns-rightsmall {
	background: #11151f;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	width: 300px;
	float: right;
	padding-bottom: 25px;
	margin-right: 6px;
	margin-left: 6px;
}

.BG #columnheader {
	width: 300px;
	background-image: url(../images/background-red-wide.jpg);
	height: 30px;
}


.BG #footer {
	width: 965px;
	height: 25px;
	background-color: #000;
	background-image: url(../images/footer-homepage.jpg);
	clear: both;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: right;
}
.BG #footer p {
	width: 1000px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}







.tablelight {
	background-color: #18202F;
}
.tabledark {
	background-color: #05060B;
}



.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.signatures {
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align: right;
	letter-spacing: normal;
	right: auto;
}

.texthighline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.texthighlineblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #BEE7FF;
	text-align: left;
}

.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #39C;
	text-shadow: rgba(0,0,0,1) 0px 1px 1px;
}
.textjust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;

}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;

}

.smalltext999 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 19px;
	text-color: #999999;
}

.smalltextcentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: centered;

}


.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #c92715;
	font-weight: bold;
}


.tablecells {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 12px;
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 12px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #333;
}

.tablecells-orange {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 12px;
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 12px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	background-color: #333;
}

.tablecells-header {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 12px;
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 12px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #399;
	background-color: #1B0000;
}








.nextshow { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 300px;
	height: 200px;
	overflow: auto;
}


.centercolumn { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 800px;
	height: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
}

.centercolumncentered { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	padding: 30px 100px 20px 200px;
	width: 650px;
	height: auto;
	text-align: centered;
}

.leftcolumn { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding: 30px 20px 20px 150px;
	width: 320px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.leftcolumnspacious { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding: 30px 20px 20px 30px;
	width: 440px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.leftcolumntextonly { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding: 30px 0px 30px 60px;
	width: 400px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.rightcolumn { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 30px 150px 20px 20px;
	width: 300px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.rightcolumnspacious { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 30px 30px 20px 20px;
	width: 420px;
	height: auto;
	text-align: justify;
	background: #11151f;
}

.rightcolumntextonly { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 30px 50px 30px 0px;
	width: 400px;
	height: auto;
	text-align: justify;
	background: #11151f;
}


.leftcolumnwide { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 450px;
	height: auto;
	text-align: justify;
	background: #11151f;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}

.rightcolumnnarrow { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 260px;
	height: auto;
	text-align: justify;
	background: #11151f;
	color: #CCCCCC;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 20px;
}
</pre></body></html>