		/*
		A centered layout with shadow
		Two Column
		CSS Rollover Menu in header
		*/
		
		
		body {
			background: #CDCDCD url(../images/page_bg.gif) repeat;
			margin: 0;
			padding: 0;
		}		

		#wrapper-ie {
			text-align: center;
			padding-bottom: 10px; /* margin below page - ie */
			padding-top: 10px; /* margin above page */
		}

		#wrapper-moz {
			margin: 0 auto;
			width: 928px;
		}
		
		#container { /* Contains Positioned Elements and Resets Text-Align */
			text-align: left;
			float: left;
			width: 925px;
			margin-bottom: 10px; /* margin below page - moz */
		}
		
		#shadow {
			z-index: 1;
			position: relative;
			width: 925px;
			background-color: #CFCBCA;
	
		}

		#page {
			z-index: 2;
			position: relative;
			top: -3px;
			left: -3px;
			width: 925px;
			background-color: #ffffff;

		}

		#above-content {
			z-index: 3;
			position: absolute;
			top: 0px;
			width: 925px;
		}

		#header {
			clear: both;
			width: inherit;
		}
		#flash {
			clear: both;
			width: inherit;
		}
		#content {
			clear: both;
			padding-top: 399px; /* height of header + flash + top margin - above-content-shadow top margin */
			width: inherit;
		}
		#footer {
			clear: both;
			width: inherit;
		}
		
		#header {
			background:url(../images/header-bg.gif) repeat-x;
			height: 120px;
		}
		
		#header_print {
			display: none;
			height: 120px;
		}
		
		#logo {
			float: right;
			width: 92px;
			height: 95px;
			margin: 25px 2px 0 33px;
		}
		
		#nav-line {
			float: right;
			width: 104px;
			height: 1px;
			margin: 113px 0 0 0;
		}
		
		#header-right {
			float: right;
			width: 667px;
		
		}
		
		#header-right-margin {
			float: right;
			width: 16px;
		
		}
		
		#tag-line {
			float: right;
			width: 281px;
			height: 12px;
			margin: 53px 0 0 0;
		}

		#menu {
			background: url(../images/menu-bg.gif) repeat-x;
			float: right;
			width: 667px;
			height: 26px;
			margin: 23px 0 0 0;
			padding-right: 4px;
		}
		
		/* Product Listings Throughout the Site */
		
		div.product_listing {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		#footer {
			padding-top: 10px;
			height: 44px;
			min-height: 44px;
			max-height: 44px;
			}
		#footer-area {			
			width: 869px;
			margin-left: 29px;
		}
	
		#footer-line {
			width: 869px;
			height: 2px;
		}
		
		#footer-text {
			color: #545454;
			font-size: 9px;
			margin-top: 8px;
		}
		
		#footer-text a{
			color: #545454;
			font-size: 9px;
			font-weight: normal;
		}

img {display:inline;}
	
	body, div, p, th, td, li, dd, form, input, select, label, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	a {color: #155387; font-weight: normal;}
	a:link{color: #155387; text-decoration: none;}
	a:visited{color: #155387; text-decoration: none;}
	a:active{color: #155387; text-decoration: none;}
	a:hover {color: #000 !important; text-decoration: underline;}
	
	a.link-panel {color: #002B5C; font-weight: bold; text-decoration: none;}
	.link-panel a:link{color: #002B5C; text-decoration: none;}
	.link-panel a:visited{color: #002B5C; text-decoration: none;}
	.link-panel a:active{color: #002B5C; text-decoration: none;}
	.link-panel a:hover {color: #000 !important; text-decoration: none;}
	
	#ea {
		font-size: 10px;
		color: #333333;
		width: 74px;
		min-width: 74px;
		max-width: 74px;
	}
	
	
	#content {
		padding-top: 138px !important;
	}
	
	#left-margin {
		float: left;
		width: 28px;
	}
	
	#left-nav {
		float: left;
		width: 165px;
	}

		#left-nav-background {
			background: #C0DD97;
			height: 711px;
		}
			
		#left-nav-panel-1 {
			background: url(../images/left-nav-panel-1.gif) no-repeat;
			width: 165px;
			height: 162px;
		}
			#left-menu {
				margin-left: 23px;
				padding-top: 20px;
				width: 137px;
			}
			
			#left-menu li {
				list-style-type: none;
				padding-bottom: 14px;
			}
			
			#left-menu a {
				color: #4F92C0;
				font-size: 11px;
			}
			
				#link1 a{
					color: #294978 !important;
					font-weight: bold;
					font-size: 12px;
				}					
				
		#left-nav-panel-2 {
			background: url(../images/left-nav-panel-2.gif) no-repeat;
			width: 165px;
			height: 185px;
			margin-top: 25px;
		}
			#left-nav-panel-2 label{
				font-size: 10px;
			}
			
			#left-nav-panel-2 a{
				text-decoration: underline;
			}
		
			#login {
				padding-left: 20px;
				padding-top: 12px;
				width: 137px;
			}
					
			#login form {
				margin: 0;
			}
			
			#login a{
				font-weight: normal;
				font-size: 12px;
				line-height: 14pt;
			}
			
			#login input{
				min-width: 80px !important;
				width: 80px;
			}
			
			#login label{
				font-size: 10px;
				font-weight: normal;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				line-height: 16pt;				
				width: 60px !important;
				float: none !important;
				padding: 0 !important;
				margin: 0 !important;
			}
			
			fieldset {
				border: 0px;
				padding: 6px 0;
			}
			
			fieldset a{
				font-weight: bold;
			}
			
			#login #email{
				min-width: 128px;
				width: 128px;
				max-width: 128px;
			}
			
			#login #password{
				min-width: 128px;
				width: 128px;
				max-width: 128px;				
			}
			
			#login-message {
				padding-top: 12px;
				font-weight: bold;
				color: #CC3300;
			}
			
	#middle-margin {
		float: left;
		width: 22px;
	}
	#content-area {
		float: left;
		width: 693px;
	}
	
	#content-panels a {
			font-size: 10px;
		}
