body {
	background-color: #D9DFD0;
	background-image: url(../images/background.gif);
	margin: 0;
}
#holder {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 1px 1px;
	text-align: left;
}
#shadow1 {
	background-color: #666666;
	width: 802px;
	margin: 0 1px 1px;
	text-align: center;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#shadow2 {
	background-color: #999999;
	width: 804px;
	margin: 0 1px 1px;
	text-align: center;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#shadow3 {
	background-color: #CCCCCC;
	width: 806px;
	margin: 20px auto;
	text-align: center;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header {
	background-color: #FFFFFF;
	width: 800px;
	height: 100px;
	margin: 0;
}
img {
	margin: 0;
	padding:0;
}


.menu {
	height:33px;
	position:relative;
	z-index:100;
	border:0;
}
/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100px;
}
.menu ul li {
	padding:0;
	list-style-image:none;
	margin:0;
}
.menu ul ul li {
	border-left:1px solid #FFF;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-family: Helvetica, Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	width:100px;
	text-decoration:none;
	text-align:center;
	height:33px;
	border:0;
	margin:0;
	background:#CCCC99;
	background-image:url(../images/TD_Homepage_12a.gif);
	line-height:33px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:100px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#CCCC99 url(../images/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#E4E4B6 url(../images/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#E4E4B6 url(../images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#CCCC99;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#E4E4B6;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:0;
	width:100px;
	border-top:1px solid #FFF;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:32px;
	t\op:32px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:140px;
	top:-1px;
	width:140px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-140px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#CCCC99;
	color:#6a7285;
	height:auto;
	line-height:32px;
	padding:5px 10px;
	width:120px;
	border-bottom:#FFF solid 1px;
	line-height:15px;
	font-family: Helvetica, Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:120px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#444;
	background:#E4E4B6;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#444;
	background:#E4E4B6;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
#hpmiddle1 {
	background-color: #FFFFFF;
	margin: 0;
	height: 100px;
	width: 800px;
}
#hpmiddle2 {
	background-color: #FFFFFF;
	margin: 0;
	height: 67px;
	width: 800px;
}
#hpmiddle3 {
	background-color: #FFFFFF;
	margin: 0;
	height: 100px;
	width: 800px;
}
#hpaboutus {
	background-color: #666633;
	width: 400px;
	height: 250px;
	margin: 0;
	position: absolute;
	text-align: left;
}
#hpaboutus .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFFFFF;
	padding: 0 14px 14px;
}
#hpaboutus p {
	margin-bottom: 0;
}
#hpaboutus .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	padding: 0 14px;
	font-weight: bold;
}
#hpbottomright {
	background-color: #FFFFFF;
	width: 400px;
	height: 250px;
	float: right;
	margin: 0;
	position: relative;
}
#temp_header {
	background-color: #FFFFFF;
	width: 600px;
	height: 100px;
	margin: 0;
	position: absolute;
}
#temp_menu {
	background-color: #FFFFFF;
	width: 600px;
	margin-top:0;
	padding-top:0;
	border:0 solid red;
}
#temp_rhside {
	background-color: #FFFFFF;
	width: 200px;
	height: 650px;
	float: right;
	margin: 0;
}
#temp_content {
	background-color: #FFFFFF;
	width: 100%;
	margin: 25px 0 0;
	text-align: left;
}
#temp_content .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	padding: 0 30px 14px 25px;
}
#temp_content p {
	margin-top: 2px;
}
#temp_content .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 0 30px 0px 25px;
	font-weight: bold;
}
#temp_content .secondaryheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
#temp_content .bold {
	font-weight: bold;
}
#temp_content .italic {
	font-style: italic;
}
#temp_content .grey {
	color: #666666;
}
#footer {
	width: 800px;
	height: 20px;
	clear: right;
}
#temp_content h1 {
	font-size:18px;
	font-weight:100;
}
#temp_content h2 {
	font-size:16px;
	font-weight:600;
	color: #999966
}
#temp_content h3 {
	font-size:12px;
	font-weight:100;
	margin-bottom:5px;
	color: #999966
}
.green {
	font-size:12px;
	color: #999966
}
table.main {
	width:778px
}
table.main td {
	vertical-align:top;
	border:0;
	background-color:#FFFFFF
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	border: none;
}
#links {
	width: 238px;
	padding: 0;
	margin-top: 40px;
}
#links IMG {
	padding: 0;
	margin: 0
}
#bgtop {
	background-image:url(../images/bg_top.gif);
	height:11px;
	width:822px;
	margin-top:35px
}
#bgrepeat {
	background-image:url(../images/bg_repeat.gif);
	width:820px;
	margin:0;
	padding:0;
}
#bgbottom {
	background-image:url(../images/bg_bottom.gif);
	height:10px;
	width:822px;
	background-position:top
}
#content {
	width:821px;
}
#head {
	background-image:url(../images/top_head.gif);
	height:94px;
	width:731px
}
#fade {
	height:10px;
	background-image:url(../images/nav_fade.gif);
	width:731px
}
table.primarynav {
	background-image:url(../images/nav_bg.gif);
	width:731px
}
#contentContainer {
	width:731px;
	text-align:left;
}
#contentArea {
	width:480px;
	border: 1px solid red;
	position:relative;
	left:208px;
	top:-21px
}
#pic {
	width:200px;
	border: 1px solid green;
}
.content TD {
	padding-top:20px;
	font-size:12px
}
.content .bullets TD {
	padding-top:5px;
	font-size:12px
}
#footer {
	width:730x;
	height:35px;
	background-color:#ededed;
	margin-top:30px;
	text-align:center;
	font-size:10px;
	padding-top:15px;
	color:#666
}
#footer A {
	color:#666
}
#footer A:hover {
	text-decoration:none
}
A, P {
	color:#333
}
A:hover {
	text-decoration:none
}
#space {
	height:35px;
	width:731px
}
.sublink {
	width:200px;
	text-align:left;
	margin-top:5px;
	float:left
}
.sublink img {
	text-align:left;
	padding-right:15px
}
.sublink a {
	font-size:12px;
	position:relative;
	top:14px;
	color:#999966
}
td.privacy {
	color:#999999;
	font-size:10px;
	text-align:right;
	padding-right:10px
}
td.privacy a {
	color:#999999;
	font-size:10px
}
UL {
	margin-left:15px;
	padding-left:2px;
	color:#666666;
}
UL LI {
	padding-left:0;
	list-style-image:url(../images/icon_arrow.gif);
	margin-top:5px
}
table.venues td {
	padding-bottom:15px;
	text-align:left;
	color:#333;
}
table.venues td.green {
	padding-bottom:15px;
	text-align:left;
	color:#999966;
}
table.venues td img {
	padding-right:10px;
}
table.formy td {
	height:30px
}
table.formy select {
	color:#666;
	height:20px;
	width:207px
}
table.formy .note {
	color:#999;
	font-size:10px;
	padding-left:5px
}
.headingwhite {
	color:#FFFFFF;
	padding-left:12px;
	padding-top:7px;
	margin-bottom:0;
	padding-bottom:0;
}
#hometext {
	width:380px;
	margin-top:0;
	padding-top:7px;
}
#hometext p {
	color:#FFFFFF;
	font-size:11px;
	margin-top:5px;
	line-height:13px
}
