<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document created by BrockettCreativeGroup for the tSpark CMS template*/

/*@import url("structure.css");*/

body {
	background: url('/images/background_red_high.jpg') no-repeat top center #000000;}
#main {
	/*background-color: #FFFFFF;*/}
nav {
	background: url('/images/nav_bac_red.png');}
nav a:link, nav a:visited, nav a:hover, nav a:active {
	/*background: url('/images/navdivider.png') left center no-repeat;*/
	border-left: 1px solid #bf4d4d;/*Red tint=#bf4d4d*/
	color: #ffffff;}
nav a.noborder {
	background: none;}
nav li.active a:link, nav li.active a:visited, nav li.active a:hover, nav li.active a:active {
	color: #87B6EC;}
#content {
	background-color; #ffffff;}
#welcome h1 {
	color:#D8DFF4;
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 25px;
	border-left: 5px solid;
	margin-left: 7px;}
#content h1 {
	color: #003366;
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 25px;
	border-left: 5px solid;
	margin-left: 7px;}
#content h2 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-weight: 100;}
#content h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;}
#content h4 {
	color: #003366;}
#content h5 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 2px;}
#content #rightcolumn #button {
	background: url('/images/button_blue.png') no-repeat top center;
	height: 40px;
	width: 140px;
	overflow: hidden;
	margin: 0px auto; 
	float: none;}
#leftcolumn #button a:link, #leftcolumn #button a:visited, #leftcolumn #button a:hover, #leftcolumn #button a:active {
	display: block;
	width: 100%;
	height: 100%;}
	
	
		
/*Red button*/
	
#content a.redButton {
	background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_repeat.png');
	background-color: #850000;
	background-position: left top;
	background-repeat: repeat-x;
	display: inline-block;
	width: auto;
	height: 18px;
	padding: 6px 9px;
	margin: 0px 4px;
	position: relative;
	overflow: visible;
	
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

#content a.redButton:before {
	background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: -6px;
	content: " ";
	width: 6px;
	height: 30px;
}


#content a.redButton:after {
	background-image: url('/tsparkCMS/images/cms_custom_buttons/bac_button_red_right.png');
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	right: -6px;
	content: " ";
	width: 6px;
	height: 30px;
}

	</pre></body></html>