body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3B2917;
	background-color:#3B2917;
	text-align: left;
	background-image: url(layout-images/bg-tile.jpg);
	background-repeat: repeat;
	line-height: 150%;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	border: 1px solid #BCC9D3;
	padding: 3px;
}
ol {
	list-style-type: circle;
}
ol li{
	list-style-type: circle;
}
a:link {
	color: #af4421;
}
a:hover {
	color: #990033;
}
#wrapper {

/* set the minimum width for IE 6 */
	width: expression((document.body.clientWidth < 1000)? "997px" : "auto")
	width: 100%;
}

#leftcol {
	margin: 30px 0 0 0;
	width: 215px;
	position:fixed;
	z-index: 10;
	
}


#leftcol img {
	margin: 15px  0 -3px 0;
	
}
.navbg-top {
	height: 10px;
	width: 195px;
	background-image: url(layout-images/navbg-top.gif);
	background-repeat: no-repeat;
}
.navbg-btm {
	height: 10px;
	width: 195px;
	background-image: url(layout-images/navbg-btm.gif);
	background-repeat: no-repeat;

}
#nav {
	background-image: url(layout-images/navbg-mid.gif);
	background-repeat: repeat;
	padding: 0 0 -10px 0;
	margin: 0 0 30px 0;
	width: 195px;
}
#nav  ul {
	padding: 0;
	margin: 20px 0px 10px 0;
	list-style-type: none;
}

#nav  li {
	padding: 0;
	margin: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	
}

#nav  li  a {
	text-decoration: none;	
	color: #af4421;
	padding: 10px 0;
}
#nav  li  a:hover {
	
	color: #fcf6e4;
	background-color: #af4421;
}

#nav  li li {
	
	background-color: #f1e2b4;
	font-size: 85%;
	text-align: left;
	border-bottom: 1px solid #d4bf7d;
	line-height: 120%;

}

#nav  li  li a {
	text-decoration: none;
	background-color: #f1e2b4;
	text-transform: none;
	color: #af4421;
	padding: 10px 20px;
}

#nav  li ul li a:hover {
	text-decoration: none;
	text-transform: none;
	color: #af4421;
	padding: 10px 20px;
	background-color: #f1e2b4;
	background-image: url(layout-images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#nav  li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav   li:first-child {
	margin-top: 0px;
	padding-top: 0;

}

#nav img {

	margin-bottom: -8px;

} 
#address {
	background-image: url(layout-images/navbg-mid.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0 0 30px 0;
	width: 195px;
	
}
#address  p {
	font-size: 90%;
	color: #af4421;
	text-align: right;
	margin: 20px 20px 20px 0;
	line-height: 140%;
}

.header {
	text-align: center;
	background-image: url(layout-images/header-bg.gif);
	background-repeat: repeat-x;
	margin-left: 4px;
}

#rightcol {
	background-color: #FCF6E4;
	margin: 0;
	text-align: left;
	background-image: url(layout-images/contentbg-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	left: 230px;
	top: 0px;
	width: 75%;
	z-index: 1;
}

#rightcol  li {
	text-align: left;
	padding: 5px;
	list-style-position: inside;
	list-style-type: square;
}
#rightcol  ol li{
	text-align: left;
	padding: 15px 0;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -15px;
	margin-left: 15px;
}
#rightcol h1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #696969;
	text-align: center;
}
#rightcol a {
	color: #333333;
}
#rightcol h2 {
	font-size: 17px;
	font-weight: bold;
	color: #1a58a3;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 0 10px 35px;
	padding: 0;
}
#rightcol  h3 {
	font-size: 110%;
	font-weight: bold;
	color: #6181B1;
	text-align: left;
	margin-left: 35px;
	letter-spacing: 0.2em;
	margin: 0 0 -15px 35px;
	padding: 0;
}
#rightcol p {
	padding: 0 35px;
}
#footer {
	border-top: 1px solid #1A58A3;
	margin-top: 30px;
	margin-left: 4px;
	clear: both;
}
.desc {
	font-size: 80%;
	text-align: center;
}
.slideshow {
	padding: 15px 35px 20px 35px;
	float: right;
}
.hr {
	border-top: 2px dotted #2C6EBE;
	margin-left: 5px;
	width: 50%;
	margin: 20px auto;
}
.subsection {
}
.floatleft {
	padding: 0px 10px 10px 0;
	float: left;
}
.floatright {
	padding: 0px 0px 10px 10px;
	float: right;
}

