	body	{
		font-family: Georgia, Times New Roman, Times, serif;
		color: #3c4043;
		width: 100%;
		min-width: 920px;
		margin: 5px auto;
		background-color: #ECCBAC; 
		voice-family: inherit;
		} 
		
	#left {
		float: left;
		width: 179px;
		color: #000000;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		padding: 5px;
	}
		
	a.pic: link {
		background:#BE6C3A;
		border: 0px;
		text-decoration: 0px;
	}
	
	a.pic:visited {
		background:#BE6C3A;
		border: 0px;
	}	
	
	a.pic:hover {
		border: 0px;
	}

	a 	{
		text-decoration: none;
		font-weight: bold;
		background: transparent;
	}
	
	a img {
		border: 0px;
	}
	
	a:link	{
		color: #000;
		background: transparent;
		border-bottom: 1px solid #BE6C3A;
	}
	
	a:visited {
		color: #000;
		background: transparent;
		border-bottom: 1px solid #814636;
	}
	
	a:hover {
		color: #000000;
		background: transparent;
		border-bottom: 1px dashed #BE6C3A;
	}
		
	#box {
		width: 880px;
		margin: 0px auto;
		padding: 0px;
		/*position: relative;*/
	}
	
	#nav, #nav ul {
		float: left;
		/*border:1px solid #000; */
		width: 179px;
		background: #BE6C3A;
		color: #000000;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		padding: 5px;
		list-style-type: none;
		/*position: fixed;
		top: 50px;*/
		border-radius: 10px;
	}
	
	
	#nav li ul { /* second-level lists */
		position: absolute;
		border-top: 0px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
 
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		position: relative;
		top: 0px;
		left: auto;
		display: block;
		width: 179px;
		margin: 0px 0px 0px -5px;
	}
	
	#nav li ul.display {
		position: relative;
		top: 0px;
		left: auto;
		display: block;
		width: 179px;
		margin: 0px 0px 0px -5px;
	}
	
	#nav ul li a, #nav ul.display li a {
		/*border: 1px solid #000;*/
		border: 0px;
		font-variant: small-caps;
		float: left;
		font-size: 100%; 
		display: block;  
		width: 150px; 
		text-align: left;
		text-decoration: none; 
		padding-left: 10px;
		padding-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-bottom: 10px;
		text-indent: 0px;
	}
	
  	#nav ul li a.current:link { 
	  	background-color: #814636;
		color: #FFFFFF; 
	}
 
	#nav ul li a.current:visited {
		background-color: #814636; 
		color: #FFFFFF; 
	}
 
	#nav ul li a.current:hover {
	 	background-color: #FFFFFF;
		color: #814636;
	}
	
	a.cents, a.centss, a.cents:hover, a.centss:hover{
		width: 150px;
		display: block;
		padding: 5px;
		margin-top: 5px;
		margin-left: -5px;
		border: 0px;
		text-align: left;
		font-variant: small-caps;
	}
	
/*#nav li ul li a {
	border-right: 0px;
	border-left: 0px;
	/*background: #fff;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
}

#nav li ul li a:hover {
	margin: 0px;
	padding: 3px;
}*/
	
	#nav ul li a.right, a.rightcurrent, #nav ul.display li a.right, #nav ul.display li a.rightcurrent { 
		float: right;
		font-variant: normal;
	 	font-size: 90%; 
		text-align: right; 
		padding-right: 10px;
		margin-bottom: 10px;
		padding-left: 5px;
		font-weight: normal; 
	}
	
	a.cents:link  { 
		background-color: #1c1c1c;
		color: #FFFFFF; 
	}
 
	a.cents:visited {
		background-color: #1c1c1c;
		color: #FFFFFF; 
	}
 
	a.cents:hover {
		background-color: #FFFFFF;  
		color: #1c1c1c;
	}
 
	a.centscurrent:link {
		background-color: #FFFFFF;  
		color: #1c1c1c;
	}
 
	a.centscurrent:visited {
		background-color: #FFFFFF;  
		color: #1c1c1c;
	}
 
	a.centscurrent:hover {
		background-color: #D5B29E;  
		color: #1c1c1c;
	}
	
	a.centss:link  { 
		background-color: #1c1c1c;
		background-image: url(/img/darrow.PNG);
		background-position: center right;
		background-repeat: no-repeat;
		color: #FFFFFF; 
	}
 
	a.centss:visited {
		background-color: #1c1c1c;
		background-image: url(/img/darrow.PNG);
		background-position: center right;
		background-repeat: no-repeat;
		color: #FFFFFF; 
	}
 
	a.centss:hover {
		background-color: #FFFFFF; 
		background-image: url(/img/darrow.PNG);
		background-position: center right;
		background-repeat: no-repeat;
		color: #1c1c1c;
	}
 
	a.centscurrent:link {
		background-color: #000000;  
		color: #FFFFFF;
	}
 
	a.centscurrent:visited {
		background-color: #000000;  
		color: #FFFFFF;
	}
 
	a.centscurrent:hover {
		background-color: #FFFFFF;  
		color: #000000;
	}
	
	a.current:link {
		font-size: 180%; 
		font-weight: bold;
		font-variant: small-caps;
		display: block;
		vertical-align: center;
		border-bottom: 1px solid #BE6C3A;
	}
	
	a.current:hover {
		background: #814636;
		border-top: 1px solid #BE6C3A;
		border-bottom: 1px solid #BE6C3A;
	}
		
	a.right, a.rightcurrent {
		width: 150px;
		margin-right: -5px;
		margin-top: 5px;
	}
	
	a.right:link  { 
		background-color: #FFFFFF;  
		color: #1c1c1c;
	}
 
	a.right:visited {
		background-color: #FFFFFF;  
		color: #1c1c1c; 
	}
 
	a.right:hover {
		background-color: #1c1c1c;
		color: #FFFFFF; 
	}
 
	a.rightcurrent:link {
		background-color: #000000;  
		color: #FFFFFF;
	}
 
	a.rightcurrent:visited {
		background-color: #000000;  
		color: #FFFFFF;
	}
	
	a.rightcurrent:hover {
		background-color: #FFFFFF;
		color: #000000;
	}

	img{
		clear: none;
		margin: 10px;
		background: white;
		border: 0px;
		}
		
	img.pic {
		width: 179px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 2px;
		padding: 0px 0px 10px 0px; 
		border-bottom: 0px;
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;
		background: #ECCBAC;
	}
	
	img.float {
		float: left;
		}
	

	#top
	{
		width: 98%;
		margin: 10px auto;
		padding: 0px;
		background: #fff;
		border-radius: 10px;
	}
		
	#top p {
		background: transparent;
	}
	
	#right 
	{
		width: 665px;
		float: left;
		background: #814636;
		/*border:1px solid #000;*/
		color: #3c4043;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 20px 20px;
		border-radius: 10px;
	}
	
	#currentblock {
		background: #814636;
		height: 143px;
		padding: 10px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		border: 3px solid #FFF;
		border-radius: 10px 10px 0px 0px;
	}
	
	#floatbox {
		background-color: #FFFFFF;
		text-align: justify;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		text-indent: 0px;
		float: left;
		}
		
	p.float {
		padding: 0px;
		}
		
	h2.float {
		padding: 0px;
		}
		
	h3.float {
		padding: 0px;
		}

	a.email {
		font-size: 13pt; 
		font-style: italic;
		vertical-align: center;
		}
		
	a.email:link { 
	  	background-color: #382426;
		color: #FFFFFF; 
	}
 
	a.email:visited {
		background-color: #382426; 
		color: #FFFFFF; 
	}
 
	a.email:hover {
	 	background-color: #FFFFFF;
		color: #382426;
	}
	
	/*a.pp {
	border: 1px solid #000;
		border: 0px;
		font-variant: small-caps;
		float: left;
		font-size: 150%; 
		display: block;  
		width: 150px; 
		text-align: left;
		text-decoration: none; 
		padding-left: 10px;
		padding-right: 2px;
		margin-bottom: 10px;
		text-indent: 0px;
	}
	
	a.pp:link  { 
		font-weight: bold;
		background-color: #D5B29E;  
		color: #000000;
	}
 
	a.pp:visited {
		background-color: #D5B29E;  
		color: #000000;
	}
 
	a.pp:hover {
		background-color: #000000;
		color: #D5B29E; 
	}*/
	
	
	h1 	{
		color: #FFFFFF;
		background-color: transparent;
		font-size: 180%;
		font-variant: small-caps;
		text-align: left;
		text-indent: 0px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-top: 5px;
		border-bottom: 1px solid #D5B29E;
		display: block;
		vertical-align: center;
	}
	
	h2 	{
		color: #3c4043;
		background-color: #FFFFFF;
		font-size: 200%;
		font-variant: small-caps;
		text-align: left;
		text-indent: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-top: 10px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 180%;
		font-variant: small-caps;
		border-top: 5px dashed #814636;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-top: 15px;
		padding-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 15px;
		padding-right: 15px;
		color: #3c4043;
		background-color: #FFFFFF;
		text-indent: 0px;
		font-weight: bold;
		}
		
	h4 {
		border-top: 1px dashed #814636;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 15px;
		padding-right: 15px;
		color: #3c4043;
		background-color: #FFFFFF;
		text-indent: 0px;
		font-weight: bold;
		font-size: 125%;
		}
		
	h5 {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 15px;
		padding-right: 15px;
		color: #3c4043;
		background-color: #FFFFFF;
		text-indent: 0px;
		font-weight: bold;
		font-size: 115%;
		}
		
	table {
		color: #3c4043;
		background-color: #FFFFFF;
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		text-indent: 25px;
		}
	
	p {
		color: #3c4043;
		background-color: #FFFFFF;
		text-align: left /*justify*/;
		padding-left: 15px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		text-indent: 20px;
		font-size: 100%;
	}
				
	p.emphasis {
		text-align: left;
		font-weight: bold;
	}
	
	p.img {
		text-align: center;
		}
		
	p.caption {
		text-align: center;
		font-size: 85%;
	    font-style: italic;
		}
	
	p.new	{
		margin-top: 10px;
	}
	
	p.footer	{
		clear: both;
		margin-top: 10px;
		font-size: 85%;
	    font-style: italic;
	    background: transparent;
	    text-align: center;
	    /*border-top: 1px dotted black;*/
	}
	
	p.banner {
		background: #814636;
		color: #FFFFFF;
		text-align: right;
		text-indent: 0px;
		font-size: 110%; 
		font-variant: small-caps;
		font-style: italic;
		vertical-align: center;
		}
	
	p.top {
		background: #FFF;
		color: #000;
		text-align: center;
		text-indent: 0px;
		font-size: 105%; 
		font-style: italic;
		vertical-align: center;
		border: 0px;

		}
		
	ul, ol {
    	color: #3c4043;
		background-color: #FFFFFF;
		padding-left: 35px;
		padding-right: 15px;
		padding-bottom: 5px;
		padding-top: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: justify;
	}
	
	#right ul li {
		margin: 10px 20px 10px 20px;
	}
	
	ul.text {
		color: #3c4043;
		background-color: #FFFFFF;
		padding-left: 35px;
		padding-right: 15px;
		padding-bottom: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		list-style-type: none;
		text-align: justify;
	}
	
	ul.stores img {
		margin: 0px;
	}
	
	ul.stores {
		margin: 10px 10px 20px 10px;
		text-indent: 0px;
		padding: 0px;
		border-bottom: 10px solid #814636;
	}
	
	ul.stores a img {
		border: 1px dashed #BE6C3A;
		padding: 1px;
	}
	
	ul.stores a:hover img {
		border: 1px solid #BE6C3A;
	}
	
	ul.stores li {
		margin: 10px 10px 0px 0px;
		padding: 10px;
		background: #fff;
		display: block;
		float: left;
		text-align: center;
	}
	
	li.sub {
		margin-left: 45px;
		padding-left: 5px;
	}
	
    small {
	    font-size: 75%;
	    font-style: italic;
    }
    
    table.main {
	    border: 1px solid #000;
	    width: 98%;
	    color: #3c4043;
		background-color: #FFFFFF;
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

	form {
	margin: 0px 10px 1px 10px;
	padding: 15px;
	text-indent: 25px;
	text-align: left;
	background: white;
}

input.special {
	display: none;
}
