<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 03/9/2006
Last Modified: 03/09/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background:#EFEFEF;
	text-align:center;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
#printwrap {position:static;}
h1, h2, h3, h4, h5, h6 {margin:10px;}
h1#website-title {margin:0;}
h2#website-slogan {margin:0;}
#navcontainer div h3 {margin:0;}
#navcontainer div h3 {margin:0;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 30px;}
blockquote {margin:10px 10px 10px 40px;}
.clearer {clear:both;}
.fill-bar {
	float:left;
	width:25px;
	background:#000;
	filter: alpha(opacity=10);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.10; /* for older versions of Moz/FF */
	opacity:0.10;
}
/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	float:left;
	width:100%;
}
#top-margin, #header-contents, #containerwrap {
	margin:0 auto;
	width:750px;
	text-align:left;
}
	#inner {float:left;}
.accent-none {display:none;}
.accent {
	float:left;
	width:225px;
	height:150px;
	border-left:1px solid #D6D7D6;
	border-right:1px solid #D6D7D6;
}
#docwrapper {clear:both;}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/	
					
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-left #top-margin {height:40px;}
	#nav-left #top-margin #nav-topper {
		float:left;
		height:40px;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		background-image:url(../images/ic_059_navtopper_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	/*--- Width adjustments for IE ---*/
		* html #nav-left #top-margin #nav-topper {width:224px;}
			
#nav-left #headertop {
	float:left;
	width:100%;
	border-bottom:1px solid #D6D7D6;
	border-top:1px solid #D6D7D6;
}
	#nav-left #headertop #website-title {
		float:left;
		padding:80px 0 10px 15px;
		width:507px;
		background-image:url(../images/ic_059_title_bg.png);
		background-repeat:no-repeat;
		background-color:#686868;
		background-position:0 0;
	}
	#nav-left #headertop #website-slogan {
		float:left;
		padding:2px 0 3px 15px;
		width:507px;
		background-image:url(../images/ic_059_slogan_bg.png);
		background-color:gray;
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-left #header-bar {
	float:left;
	width:100%;
	height:22px;
	border-bottom:1px solid #D6D7D6;
}
#nav-left #header-bar #header-bar-min {
	width:750px;
}
#nav-left #content-wrap {
	float:left;
	width:750px;
}
	#nav-left #content-wrap #navcontainer {
		float:left;
		width:226px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		z-index:1000;
	}
		#nav-left #content-wrap #navcontainer #nav-inner {
			float:left;
			width:200px;
			z-index:1000;
		}
			#nav-left #content-wrap #navcontainer #nav-inner #nav-wrapper {
				float:left;
				width:175px;
				z-index:1000;
			}
			/*--- Width adjustments for IE ---*/
				* html #nav-left #content-wrap #navcontainer #nav-inner .fill-bar#fill-1 {width:23px;}
				* html #nav-left #content-wrap #navcontainer #nav-inner .fill-bar#fill-2 {width:23px;}
	#nav-left #content-wrap #inner {
		float:left;
		width:450px;
	}
		#nav-left #content-wrap #inner #content {
			float:left;
			width:450px;
		}
#nav-left #content-wrap #content #footer {
	float:left;
	padding:0 10px;
}

#nav-left #headertop {min-width:750px;}
#nav-left #header-bar {min-width:750px;}
#nav-left #header-bar #header-bar-min {width:750px;}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-left #navcontainer #nav-wrapper div {width:177px;}
	#nav-left #navcontainer #nav-wrapper div a:link, 
	#nav-left #navcontainer #nav-wrapper div a:active, 
	#nav-left #navcontainer #nav-wrapper div a:visited {
		float:left;
		/*--- width for IE5 --*/
			width:175px;
		padding:10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:155px;
    		word-wrap: break-word;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-left #navcontainer #nav-wrapper div div.submenu, 
		#nav-left #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-left #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:175px;
		}
			#nav-left #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				word-wrap: break-word;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
				padding-top:10px;
				border-top:0;
			}

/*------------------ Table Structures ------------------*/	
#nav-left #content-table {
	float:left;
	width:100%;
}
	#nav-left #content-table-main {width:100%;}
		#nav-left #content-table-main p {margin:10px 10px 15px 10px;}

	
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-right #top-margin {height:40px;}
	#nav-right #top-margin #nav-topper {
		float:right;
		height:40px;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		background-image:url(../images/ic_059_navtopper_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	/*--- Width adjustment for IE ---*/
		* html #nav-right #top-margin #nav-topper {width:224px;}
			
#nav-right #headertop {
	float:right;
	width:100%;
	border-bottom:1px solid #D6D7D6;
	border-top:1px solid #D6D7D6;
}
	#nav-right #headertop .accent {float:right;}
	#nav-right #headertop #website-title {
		float:right;
		padding:80px 0 10px 15px;
		width:507px;
		background-image:url(../images/ic_059_title_bg_2.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-color:#686868;
	}
	#nav-right #headertop #website-slogan {
		float:right;
		padding:2px 0 3px 15px;
		width:507px;
		background-image:url(../images/ic_059_slogan_bg_2.png);
		background-color:gray;
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-right #header-bar {
	float:right;
	width:100%;
	height:22px;
	border-bottom:1px solid #D6D7D6;
}
#nav-right #content-wrap {
	float:right;
	width:750px;
}
	#nav-right #content-wrap #navcontainer {
		float:right;
		width:226px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		z-index:1000;
	}
		#nav-right #content-wrap #navcontainer #nav-inner {
			float:left;
			width:200px;
			z-index:1000;
		}
			#nav-right #content-wrap #navcontainer #nav-inner #nav-wrapper {
				float:left;
				width:175px;
				z-index:1000;
			}
			/*--- Width adjustments for IE ---*/
				* html #nav-right #content-wrap #navcontainer #nav-inner .fill-bar#fill-1 {width:23px;}
				* html #nav-right #content-wrap #navcontainer #nav-inner .fill-bar#fill-2 {width:23px;}
	#nav-right #content-wrap #inner {
		float:right;
		width:450px;
	}
		#nav-right #content-wrap #inner #content {
			float:right;
			width:450px;
		}
#nav-right #content-wrap #content #footer {
	float:left;
	padding:0 10px;
}

#nav-right #headertop {min-width:750px;}
#nav-right #header-bar {min-width:750px;}
#nav-right #header-bar #header-bar-min {width:750px;}


/*------------------ Navigation Elements ------------------*/
#nav-right #navcontainer #nav-wrapper div, #nav-right #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-right #navcontainer #nav-wrapper div {width:177px;}
	#nav-right #navcontainer #nav-wrapper div a:link, 
	#nav-right #navcontainer #nav-wrapper div a:active, 
	#nav-right #navcontainer #nav-wrapper div a:visited {
		float:left;
		/*--- width for IE5 --*/
			width:175px;
		padding:10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:155px;
			word-wrap: break-word;
	}
	#nav-right #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-right #navcontainer #nav-wrapper div div.submenu, 
		#nav-right #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-right #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:175px;
		}
			#nav-right #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-right #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-right #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-right #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				word-wrap: break-word;
			}
			#nav-right #navcontainer #nav-wrapper div div.submenu a:hover {
				padding-top:10px;
				border-top:0;
			}

/*------------------ Table Structures ------------------*/	
#nav-right #content-table {
	float:left;
	width:100%;
}
	#nav-right #content-table-main {width:100%;}
		#nav-right #content-table-main p {margin:10px 10px 15px 10px;}

		
/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #top-margin,
body#wide #header-contents,
body#wide #containerwrap {
	width:990px;
}

/*------------------------------------ NAV-TOP ------------------------------------*/
/* Does Not Apply to This Layout */	

/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #headertop #website-title {
	width:745px;
	z-index:1000;
	background-image:url(../images/ic_059_title_bg_wide.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#686868; 
}
body#wide #nav-left #headertop #website-slogan {
	width:745px;
	background-image:url(../images/ic_059_slogan_bg_wide.png);
	background-color:gray;
}
body#wide #nav-left #content-wrap {width:990px;}
	body#wide #nav-left #content-wrap #inner {width:700px;}
		body#wide #nav-left #content-wrap #inner #content {width:700px;}

body#wide #nav-left #headertop {min-width:990px;}
body#wide #nav-left #header-bar {min-width:990px;}
body#wide #nav-left #header-bar #header-bar-min {width:990px;}

/*------------------------------------ NAV-RIGHT ------------------------------------*/
body#wide #nav-right #headertop #website-title {
	width:740px;
	background-image:url(../images/ic_059_title_bg_2_wide.png);
        background-repeat:no-repeat;
	background-position:0 0;
        background-color:#686868;

}
body#wide #nav-right #headertop #website-slogan {
	width:740px;
	background-image:url(../images/ic_059_slogan_bg_2_wide.png);
	background-color:gray;
}
body#wide #nav-right #content-wrap {width:990px;}
	body#wide #nav-right #content-wrap #inner {width:700px;float:right;}
		body#wide #nav-right #content-wrap #inner #content {width:700px;float:right;}

body#wide #nav-right #headertop {min-width:990px;}
body#wide #nav-right #header-bar {min-width:990px;}
body#wide #nav-right #header-bar #header-bar-min {width:990px;}</pre></body></html>