<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */
/* --------------------------------------------------------- */

body, h1, h2, h3, h4, p, li, ul {
	margin: 0px; /* Removes default margin that some browsers add. */
	padding: 0px; /* Removes default padding that some browsers add. */
	color: #000000;
}

/* SET THE BODY STYLES ------------------------------------- */
/* --------------------------------------------------------- */

body {
	color: #464a4f; 
	text-align: center; 
	background-color: #333333;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4f;
	line-height: 22px;
}


a:link {
	color: #183079;
}
a:visited {
	color: #183079;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #183079;
}








#wrapper {
	text-align: left;
	width: 756px; 
	border: 6px solid #666666;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 102px; 
	
}

#logo {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 300px;	
}




#linksrt {
	padding-top: 75px;
	float: right;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	vertical-align: text-bottom;
	color: #4E7D47;
}


#linksrt a:link {
	color: #666666;
	text-decoration: none;
}

#linksrt a:visited {
	color: #666666;
}
#linksrt a:hover {
	color: #CC0000;
}
#linksrt a:active {
	color: #CC0033;
}


#banner {
	height: 189px; 
}


#innertable {
	float: left; 
	width: 756px; 
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#footer {
	height: 30px; 
	color: #FFFFFF;
	background-color: #000000;
}
#footer p {
	font-size: 80%;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.clearfloat { 
	font-size: 1px; 
	line-height: 0px; 
	clear: both; 
	height: 0px; 
}

#innerwrapper {
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	width: 744px; /* This odd padding is added to the top and bottom of the DIV to avoid the escaping margin effect. */
	background-color: #183079;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* STYLE THE CONTENT COLUMN --------------------------------- */
/* --------------------------------------------------------- */

#content {
	float: left; /* Floats the content DIV to the left of the layout. */
	width: 549px; /* Sets the width of the content column to 420 pixels. */
	background-color: #FFFFFF;
	background-image: url(../images/bg_retail_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #183079;
}

#content h1 {
	font-size: 21px;
	color: #183079;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 30px; 
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: -15px;
}


#content p {
  margin-top: 20px; /* Places 5 pixels of margin above content paragraphs. */
  margin-right: 10px; /* Places 10 pixels of space between the right edge of the content paragraphs and the right edge of the container. */
  margin-left: 20px; /* Opens up the spacing (leading) between lines of text. */
}

#sidebar {
  float: left; /* Floats the sidebar to the left within its container. */
  width: 194px; /* Sets the width of the sidebar to 200 pixels. */
}

#sidebar h2 {
	font-weight: normal; /* Removes the default bolding that the browser puts on heading text. */
	margin-top: 20px; /* Adds 20 pixels of top margin so that the baseline of the  sidebar h2 text starts at the baseline of the Welcome image. */
	margin-right: 10px; /* Adds some space on the right of the h2 to make sure it doesn't touch the edge of the container. */
	margin-left: 10px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container. */
	font-size: 16px;
}

#sidebar p {
	margin-top: 10px; /* Adds top margin to the paragraph text so that the baseline of the first line is even with the first line of text in the first content paragraph. */
	margin-right: 10px; /* Adds some space on the right of the h2 to make sure it doesn't touch the edge of the container. */
	margin-left: 10px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container.*/
}

.lftflt {
  	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Adds 8 pixels of space to the right of the image so that it does not touch the text */
}

.lftfrt {
	float: right; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
}

#content ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	padding-left: 35px;
	padding-right: 20px;
}
</pre></body></html>