<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: 02/27/2006
Last Modified: 03/02/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background:#fff;
	text-align:center;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#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;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	margin:0 auto;
	width:753px;
	text-align:left;
	border:1px solid #D6D7D6;
	border-top:0;
}
* html #nav-top, #nav-left, #nav-right {
	width:748px;
}
	#inner {float:left;}
.accent-none {display:none;}
#docwrapper {clear:both;}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-top #headertop {
	float:left;
	width:753px;
	border-bottom:1px solid #fff;
	z-index:1000;
}
* html #nav-top #headertop {
	width:748px;
}
	#nav-top #headertop #website-title {
		float:left;
		padding:25px 10px 10px 10px;
		width:728px;
		/*border-right:1px solid #ffffff;*/
	}
	* html #nav-top #headertop #website-title {
		width:732px;
	}
#nav-top #slogan-container {
	float:left;
	width:753px;
}
* html #nav-top #slogan-container {
	width:748px;
}
	#nav-top #slogan-container #slogan-cover {
		position:absolute;
		top:0;
		left:0;
		width:753px;
		height:25px;
		background-image:url(../images/ic_060_slogan_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	
	* html #nav-top #slogan-container #slogan-cover {
		width:752px;
	}
	#nav-top #slogan-container #website-slogan {
		float:left;
		padding:10px;
		width:728px;
		/*border-right:1px solid #ffffff;*/
	}
	* html #nav-top #slogan-container #website-slogan {
		width:732px;
	}
#nav-top #inner {
	float:left;
	width:753px;
	border-top:1px solid #fff;
	background:#fff;
}
* html #nav-top #inner {
	width:748px;
}
	#nav-top #inner #navcontainer {
		float:left;
		width:753px;
		z-index:1000;
	}
    * html #nav-top #inner #navcontainer {
		width:752px;
	}
		#nav-top #inner #navcontainer #nav-wrapper {
			float:left;
			z-index:1000;
		}
	#nav-top #inner #content {
		float:left;
		padding:15px 0 0 0;
		width:748px;
		background-image:url(../images/ic_060_content_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-top #inner #content {
		float:left;
		padding:15px 0 0 0;
		width:753px;
		background-image:url(../images/ic_060_content_bg_wide.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	* html #nav-top #inner #content {
		width:748px;
	}

		#nav-top #inner #content .accent {
			margin:0 10px 10px 10px;
			padding:0 0 10px 0;
			border-bottom:1px solid #ddd;
			width:732px;
			height:221px;
		}
		* html #nav-top #inner #content .accent {
		width:728px;
	}
#nav-top #footer {
	clear:both;
	padding:10px;
	border-top:1px solid #fff;
}

/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer #nav-wrapper div, #nav-top #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-top #navcontainer #nav-wrapper div a:link, 
	#nav-top #navcontainer #nav-wrapper div a:active, 
	#nav-top #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:5px;
		text-decoration:none;
		border-right:1px solid #fff;
		white-space: nowrap;
	}
	#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:5px;}
		#nav-top #navcontainer #nav-wrapper div div.submenu, 
		#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			width:200px;
		}
			#nav-top #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				width:190px;
				border-bottom:1px solid #fff;
				border-left:0;
				word-wrap: break-word;
				white-space: normal;
			}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
				padding-top:5px;
				border-top:0;
			}

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