body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ededed;
}
html,body {
	height: 100%;
}



p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 4px 0px;
}
h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #990000;
	border: 1px none #000000;
	margin-top: 4px;
}
h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



#wrapper  {
	margin: auto;
	padding: 0;
	border: 0;
	width: 700px;
	text-align: left;
	font-size:90%;
	position: relative;
 }
 
 #detailsbox {
	padding: 5 10 7;
	margin: auto auto 0px;
	background-color: #000000;
	position: absolute;
	top: -10px;
	float: right;
	right: 7px;
	font-size: 10px;
	color: #FFFFFF;
}
  
#headerbox1 {
	padding: 0;
	margin: 0px;
	height: 142px;
	background-color: #000000;
	background-image: url(../images/bkg_salt_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #990000;
	overflow: visible;
	position: static;
	

}

#contentbox1 {
	margin: 20px auto auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 3px solid #990000;
	padding: 0px;
	position: absolute;
	color: #333333;

}
#contentbox2 {
	margin: 0px 15px 15px;
	border: 4px solid #FFFFFF;
}

#logo {
	text-align: left;
	margin: auto;
	padding: 13px 10px 0px;
	float: left;
}
#nav {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	left: 290px;
	top: 135px;
	padding: 5px 10px;
	border: 2px solid #990000;
	font-weight: bold;
	height: auto;
	position: absolute;
}
#nav a {
	color: #990000;
	font-size: 10px;
	text-decoration: none;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}

#leftcolumn {
	margin: 0px;
	float: left;
	width: 150px;
	text-align: left;
	padding: 0px;
}
#rightcolumn {
	margin: 0px auto auto 30px;
	float: right;
	text-align: left;
	width: 475px;
	padding: 0px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
}

#leftcolumn #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border: none;
	left: -1px;
	position: relative;
}
                
#leftcolumn #subnav li {
	font-size: 10px;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 

#leftcolumn #subnav li a {
	display: block;
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	width: 100%;
	padding: 4px 5px 4px 25px;
	font-weight: bold;
	border: 0px none;
	background-image: url(../images/logo_tiny3.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}

html>body #leftcolumn #subnav li a {
    width: auto;
}

#leftcolumn #subnav li a:hover {
	background-color: #cccccc;
	color: #FFFFFF;
	padding: 4px 5px 4px 25px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_tiny2b.gif);
	background-position: 4px center;

} 
