@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #612727;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #612727;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
}
#container #newsSec li {
	margin-left: -25px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	display: list-item;
}

#newsEvents {
	background-image: url(../images/newsEvents.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
}
a {
	color: #CC9966;
	text-decoration: none;
}
a:hover  {
	color: #CC9966;
	text-decoration: underline;
}
#header {
	background-color: #612727;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#titlebar {
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	padding: 6px;
}
#header-right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
}
#footer {
	background-color: #cc9966;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
}
#footer  a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer    a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerLeft {
	margin-left: 0px;
	text-align: left;
	position: fixed;
	width: 300px;
	vertical-align: bottom;
	bottom: 0px;
	float: left;
}
#footerRight {
	width: 300px;
	position: relative;
	bottom: 0px;
	text-align: right;
	vertical-align: bottom;
	float: right;
	clear: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#image {
	border: 1px solid #CCCCCC;
}
#importantfootnote {
	font-style: italic;
	color: #CC0000;
}
#tourTable {
	border: thin solid #612727;
	position: relative;
}
#lefcol {
	background-color: #B9BAA9;
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
