body {
	font: 13px/normal verdana, arial;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: transparent url(/images/leather_bg.png) repeat;
}

/*
 * Container surrounding all content on the page
 */
 
 .shell {
	margin: 0;
	padding: 0;
	border: 0 ;
	text-align: center;
	background: transparent url(/images/bg_shell.png) repeat-x top left;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 808px;
	border: 0 ;
	overflow: hidden;
	background: transparent url(/images/bg_container.png) repeat-y top left;
}

a,
a:visited {
	color: #8d5f31;
	text-decoration: underline;
}


a:hover,
a:visited:hover {
	color: #000;
	text-decoration: underline;
}

.text a,
.text a:visited {
	background: transparent;
	border-bottom: solid 1px #edebd6;
	border-right: solid 1px #edebd6;
}

.text a:hover,
.text a:visited:hover {
	background: #F8F6E8;
	border-bottom: solid 1px #dad5c1;
	border-right: solid 1px #dad5c1;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.head {
	height: 144px;
	margin: 0;
	border: 0;
	background: transparent url(/images/bg_head.png) no-repeat top left;

}

/*
 * Site Title
 */
h1 {
	font: bold 20px agaramond;
	color: #402b16;
	margin: 10px 0px;
	padding: 0px
}

/*
 * Site Small Title
 */
.head h3 {
	font: 21px garamond;
	color: #666666;
	border: ;
	margin-right: 30px !important;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 460px;
	float: right;

}

.logo {
	position: absolute;
	top: 24px;
	left: 33px;
	width: 209px;
	height: 129px;
	z-index: 10;
	overflow: hidden;
	font-size: 0px;
}


.home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
width:90%;
color:#999999;
height:1px;
}

.alignCenter{
text-align:center;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.nav-menu {
	padding: 1px 0px 20px 0px;
	font:normal 13px verdana;
	color: #000;
	float: left;
	width: 172px;
	margin: 10px 0px 0px 2px;
}

.nav-menu ul {
	margin: 0px;
	padding: 0px;
	border: ;
	list-style: none;
	text-align: left;
	cursor: default;
}

/*
 * Individual NavBar LI's
 */
.nav-menu li {
	background: transparent url(/images/bg_nav.png) no-repeat bottom left;
	padding-bottom: 1px;
}

/*
 * Individual NavBar links
 */
.nav-menu a,
.nav-menu a:visited {
	margin: 0px Opx Opx 0px;
	padding: 6px 0px 6px 10px;
	width: 161px;
	voice-family: "\"}\"";
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #000000;
	border: 0px;
	background: transparent;
} 


.nav-menu a:hover,
.nav-menu a:visited:hover {
	background: #9c7145;
	color: #ffc819;
	text-decoration: none;
	border: 0px;
	margin:0px;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.with-mini {
	float: right;
	width: 582px;
	margin-right: 30px !important;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;

}

/*
 * The no-mini class is applied to the content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.content {
	padding-bottom: 20px;
}

.content h2 {
	font: bold 20px agaramond;
	color: #402b16;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

h2 a {
	padding: 0px;
}

.paragraph {
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	clear: both;
}

.text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.content ul,.content ol,.content dd {
	margin-left:2em;
}

.mini-pars {
	float:right;
	width:30%;
}

.mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.footer {
	font-size: 11px;
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 10px;
	clear: both;
	background: url(/images/bg_footer.png) repeat top left;
	color: #ffefdf;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer a,
.footer a:visited {
	color: #ffefdf;
	text-decoration:underline;
}
.footer a:hover,
.footer a:visited:hover {
	text-decoration:none;

}
.footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

li {
	padding-bottom:5px;
}
