@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
p{
	margin-top: 10px;
}
h1{
	font: 12px/18px Arial;
	font-weight: bold;
	color: #542c03;
	margin-top: 10px;
}
body{
	background-image:url(images/bkgrdgfx.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	border: 0px;
	padding: 0px; 
	height: 100%;
	font: 12px/18px Arial;
	color: #726b65;
}
#outercontainer{
	position: relative;
	margin: 0px auto;
	vertical-align: top;
	padding: 0px;
	width: 1025px;
}
#flash{
	position: absolute;
	z-index: 0;
	right: 0px;
}
#flashfigure{
	position: absolute;
	z-index: 1000;
	right: 35px;
	top: 80px;
}
#maincontainer{
	z-index: 500;
	position: relative;
	width: 860px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}
#logo{
	float: left;
	width: 174px;
	height: 43px;
	border: none;
}
#nav {
	font: Arial;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	float: left;
	position: relative;
}
#nav a:link {
	font: Arial;
	font-size: 15px;
	color: #FFF;
	padding: 0px 8px 0px 8px;
	line-height: 16px;
	text-decoration: underline;
}
#nav a:visited {
	font: Arial;
	font-size: 15px;
	color: #FFF;
	padding: 0px 8px 0px 8px;
	line-height: 16px;
	text-decoration: underline;
}
#nav a:active {
	font: Arial;
	font-size: 15px;
	color: #FFF;
	padding: 0px 8px 0px 8px;
	line-height: 16px;
	text-decoration: underline;
}
#nav a:hover {
	color: #FF9933;
	text-decoration: underline;
	cursor: pointer;
}	
#footer {
	font: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 10px;
	display: block;
	float: left;
	position: relative;
	height: 20px;
}
#footer a:link {
	font: Arial;
	font-size: 11px;
	color: #FFF;
	padding: 0px 4px 0px 4px;
	line-height: 13px;
	text-decoration: underline;
	text-align: right;
}
#footer	a:visited {
	font: Arial;
	font-size: 11px;
	color: #FFF;
	padding: 0px 4px 0px 4px;
	line-height: 13px;
	text-decoration: underline;
	text-align: right;
}
#footer a:hover {
	color: #FF9933;
	text-decoration: underline;
	cursor: pointer;
}
#copyright {
	font: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	float: left;
	position: relative;
}
#subnav {
	float: right;
}
#pictcolumn {
	float: left;
	width: 288px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
#copycolumn {
	width: 362px;
	position: relative;
	float: right;
	margin-bottom: 30px;
}
#credits {
	width: 362px;
	float: right;
	margin-bottom: 5px;
}
#bodybk {
	width: 680px;
	float: left;
	background-color: #FFF;
	padding: 10px 170px 10px 10px;
	background-image: url(images/swirlright.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#bodybk a:link {
	font: Arial;
	color: #FF9933;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#bodybk a:visited {
	font: Arial;
	color: #FF9933;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#bodybk a:hover {
	color: #909090;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
a.logo-link:link, a.logo-link:visited, 
a.logo-link:hover, a.logo-link:active {
	text-decoration: none;
	border: none;	
}
body,div,img{
            behavior: url(iepngfix.htc);
            padding: 0px;
            margin: 0px;
            border: 0px;
}
ul {
	margin-left: 15px;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	display: block;
}

ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
}

ol {
	margin-left: 15px;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	display: block;
}

ol li {
	margin: 0px;
	padding: 0px;
}
