body    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000; margin: 0; padding: 0 }
td    { color: black; font-size: 11px; line-height: 16px }
p { text-indent: 20px }
h3  { color: #6b7261; font-size: 18px; font-weight: bold; line-height: 22px }
blockquote { display: block; margin: 10px }
a:link   { color: #f00; font-size: 11px; text-decoration: underline }
a:visited   { color: #f00; text-decoration: underline }
a:hover { color: #f00; font-size: 11px; text-decoration: none }
a.archives:link     { color: black; font-size: 11px; font-weight: bold; text-decoration: underline }
a.archives:visited     { color: black; font-weight: bold; text-decoration: underline }
a.archives:hover { color: #000; font-size: 11px; text-decoration: none }
a.navTxt:link    { color: #f00; font-size: 11px; text-decoration: none }
a.navTxt:visited    { color: #f00; text-decoration: none }
a.navTxt:hover { color: #000; font-size: 11px; text-decoration: none }
.navTxtStay { color: black; font-size: 11px; text-decoration: none }
.thStay    { color: #f00; font-size: 11px; text-decoration: none; background-color: #f00 }
.bsDate { color: #777b73; font-size: 14px; font-weight: bold; margin-left: 10px; padding-top: 20px; position: relative }
input.fields { height: 18px }
.bgLft { background-image: url("../img/ds_l.jpg"); background-repeat: repeat-y }
.bgBot { background-image: url("../img/ds_b.jpg"); background-repeat: repeat-x }
.bglogo { background-image: url("../img/bg_logo_bot.gif"); background-repeat: no-repeat }
.cenTxt { position: relative; top: 3px }
.lineTwo { height:500px;*height:550px;}
#main  { background-color: #fff; width: 1159px }
#cntRgt { position: relative; top: 20px; left: 10px }
#cntLft  { margin-right: 20px; margin-left: 20px; width: 180px }
#cntLftReg  { margin-right: 20px; margin-left: 2px; width: 310px }
#footer { margin-left: 170px }
#line  { position: relative; z-index: 0; top: 20px; left: -18px }
#ill { position: relative; z-index: 4 }
#show { margin-left: 80px; position: relative; z-index: 4; height: 485px; vertical-align: middle }
#blogHome { margin-right: 30px }
#form { position: relative; left: -13px }
#contents   { margin-right: 20px; position: relative; left: -5px; width: 237px }
#form { position: relative; left: -17px }
#hdr { position: relative; left: -15px }
#hdrReg { position: relative; left: -140px }
#navFoot { text-align: center; margin-left: 80px }
#container    { text-align: left; display: inline; position: absolute; width: 220px; height: 420px; float: left; overflow: hidden; clip:     rect(0 220px 420px 0)}
#content  {
	position: relative;
	float: left;
	display: inline;
}
#scrollers  {
	display: inline;
	float: right;
	top: 380px;
	position: relative;
}
#popContent { margin-right: 45px; margin-left: 90px }
#popHdr  { margin-top: 5px; margin-left: 42px }
#popBraLft { margin-right: 20px; margin-left: 20px }
#popSHdrSm { color: #000; font-size: 11px; font-weight: normal }
.hdrBlu { color: #2e56de }
.txtIntRed { color: #fd0101; font-weight: bold }
#popSHdr { font-size: 12px; font-weight: normal; line-height: 26px; text-indent: 10px }
#popSHdrLft { font-size: 12px; font-weight: normal; line-height: 26px }
#braIntro { position: relative; top: -15px }

li ul li div {
	display:none;
	}
ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.copy {
	padding: 0px;
	margin: 15px;
	list-style:disc;
}
ul.copy li{
	width:200px;
	padding: 0 0 10px 0;
	}

li { /* all list items */
	float: left;
	position: relative;
}
li ul li{
	padding: 0px;
	width: 110px;
	background: #ccc;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	}
#nav li li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 5px;
}

#nav li li a:hover {
	color: #f00;
	background: #ccc;
}
li ul { /* second-level lists */
	*width:100px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}
li div ul { /* second-level lists */
	*width:100px;
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
}
li ul li ul { /* third-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 110px;
	*left: 108px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul, li ul li:hover div,  li ul li.over div { /* lists nested under hovered list items */
	display: block;
}