* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ADA189;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF center 0  url(images/faux.png) repeat-y; /* This image creates the three column faux effect */
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	height: 100%;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 720px;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#content {
	margin: 0px 0px 0px 206px;
	padding: 15px;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#specials {
	padding-left:10px;
	float: left;
	width: 206px;
	background: url(images/specials_faux.png) 10px 0 repeat-y; /* This image creates the three column faux effect */

}

#specials_content {
	padding:0px 20px 0px 20px;
}

/* footer styles */
#footer {
	clear:both;
	text-align:center;
	font-size: 80%;
	background: url(images/footer.png) center no-repeat;/* This image creates the three column faux effect */
	height:50px;
	margin: -40px 0 0 0;
}

#nonFooter
{
min-height: 100%;
background: url(images/header_grad.png) 0 0 repeat-x;/* This image creates the three column faux effect */
}

* html #nonFooter
{
height: 100%;
}

/* miscellaneous styles */
#brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 0px;
     line-height: 0px;
}

* html #brclear { 
	 padding-top:0px;
}

/* menu styles */

#menu
{
text-align:center;
margin: 0 10px 0 10px;
background:url(images/btn_rpt.png);
height:40px;
font-size:70%;
}

#menu ul
{
padding: 10px 0;
list-style-type:none;
color: #FFF;
font-family:arial, helvetica, sans-serif;
font-style:italic;
}

#menu ul li {
display: inline;
}

#menu ul li a
{
color: #FFF;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
padding: 11px 10px;
}

#menu ul li a:hover
{
background: url(images/btn_over.png);
color: #fff;
}

/* text styles */

#high {
	color: #3399CC;
	font-size: 14px;
	border-bottom: #0033CC dashed 1px;
}

#important_text {
	color: #3399CC;
	font-size: 16px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}

#main_text {
}

#main_title {
font-style:italic;
color: #3399CC;
font-size:150%;
font-weight:bold;
text-transform: lowercase;
padding: 5px;
border-bottom: 1px dotted #3399CC;
margin-bottom:10px;
}

a{
color: #3399CC;
}

a.hover{
color: #0099CC;
}

#tariff_border{
color: #736B5E;
border:dashed 1px  #736B5E;
padding:5px;
}