*	{
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family: tahoma, arial, helvetica, clean, sans-serif;
	text-align: center;
	background: #d4d4d4;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #005a99;
}

a:hover {
	text-decoration: underline;
}
	
a{
	outline: none;
}

#top {
	text-align: center;
	padding: 3px;
	margin: 0px auto 3px auto;
	font-size: 0.75em;
	height: 10px;
	background: #ddd;
	border-bottom: 1px solid #ddd;
}

#content {
	margin: 0 auto;
	font-size: 0.9em;
	text-align: justify;

}


.dlist dt {
	margin: 0 0 0.5em 0;
	clear:left;
	float: left;
	padding: 0 0.5em 0 0;
}

#content p {
	margin: 0.5em;
	text-align: justify;
	padding: 0;
}

#content dt {
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

#content dd {
	margin: 0 0 0 2em;
	padding: 0 0 0.5em 0;
	text-align: left;
}

#header {
	background: transparent url("images/header.png") no-repeat;
	height: 109px;
/*	margin: 10px 0 0 0; */
	position: absolute;
	width: 239px;
	top:0;
	left:0;
}

#header-shim {
	background: transparent url("images/header-shim.png") repeat-x;
	height: 109px;
	margin-left:239px;
}

#logo {
	position:absolute;
	width: 239px;
	height: 80px;
	top:0;
	left:0;
	text-indent: -9999px;
}

#nav-bottom {
	font-size: 0.75em;
	font-weight: bold;
	padding: 60px 10px 10px 10px;
	text-align: left;
	text-shadow: #eee 0px 1px 0px ;
	width: 500px;

}

.navlist li {
	text-align: center;
	display: inline;
	list-style-type: none;
	padding: 1em;
		color: #bd5200;
}

.navlist a:link {
	font-weight: bold;
	text-decoration: none;
	color: #bd5200;
}

.navlist a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #bd5200;
}

.navlist a:hover {
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

#fbox {
	border-top: 1px solid #dcdcdc;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 0.7em;
	height: 10px;
}


.block {
	border-top: 1px dotted #b5b5b5;
}

.box {
	background: transparent url("images/body.png") no-repeat bottom right;
	width: 755px !important;
	width: 740px;
	padding-right: 15px;
	margin: 2px auto;
}
.box-head {
	background: transparent url("images/body.png") no-repeat bottom right;
	background-position: top right;
	margin-right: -15px;
	padding-right: 40px;
}
.box-head h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding: 30px 0 0px 60px;
	height: auto !important;
	height: 1%;
	
}  
.box-body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 10px 0 25px 60px;
} 

#container{
  	overflow:hidden;
}
#main{
	width: 510px;
	border-right:150px solid #fff; 
	margin-right:-150px; /* Hat tip to Ryan Brill */
	float:left;
	padding: 0 5px 5px 5px;
}

#rail{
	text-align: left;	
	width:129px;
  	float:left;
  	padding: 10px;
  	border-left: 1px dotted #b5b5b5;
}




