.TopLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.TopLinks a:link {
	color: #FFF;
	text-decoration: none;
}
.TopLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.TopLinks a:hover {
	color: #996600;
	text-decoration: underline;
}
.TopStoryLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.TopStoryLinks a:link {
	color: #333;
	text-decoration: none;
}
.TopStoryLinks a:visited {
	color: #333;
	text-decoration: none;
}
.TopStoryLinks a:hover {
	color: #7E6131;
	text-decoration: underline;
}
.BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.BottomLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.BottomLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.BottomLinks a:hover {
	color: #996600;
	text-decoration: underline;
}
.BodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.BodyTxt a:link {
	color: #7E6131;
	text-decoration: underline;
}
.BodyTxt a:visited {
	color: #7E6131;
	text-decoration: underline;
}
.BodyTxt a:hover {
	color: #666666;
	text-decoration: none;
}



.slide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.slide a:link {
	color: #7E6131;
	text-decoration: underline;
}
.slide a:visited {
	color: #7E6131;
	text-decoration: underline;
}
.slide a:hover {
	color: #666666;
	text-decoration: none;
}



.BodyTittle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E6131;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
.RightTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.RightTxt a:link {
	color: #7E6131;
	text-decoration: underline;
	font-weight: bold;
}
.RightTxt a:visited {
	color: #7E6131;
	text-decoration: underline;
	font-weight: bold;
}
.RightTxt a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.Tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.RedTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.Schedules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.YDPschedules {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E6131;
	text-decoration: underline;
	font-size: 12px;
}
.MenuTxt {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.Countdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.ScrollTittle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;
	border-top: medium none #7E6131;
	border-right: medium solid #7E6131;
	border-bottom: medium none #7E6131;
	border-left: medium solid #7E6131;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 125px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 2px;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E6131;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li a:visited{
	color: #7E6131;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #333333;
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
	color: #333333;
	background-color: #CCC;
}

select {
	background-color: #333333;
}
menu {
	color: #666666;
}
.trans {
		background-color: black;
		filter:alpha(opacity=60); 
		-moz-opacity:0.6; 
		opacity: 0.6;
		border: 1px solid black;
	}
.TittleRightFront {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.droplinebar{
overflow: hidden;
}

.droplinebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font: 11px Arial;
	background: #333333 url(images/MenuBG.gif) repeat-x center -14px;
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(images/MenuBG_active.gif) repeat-x center -14px;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0; /*sub menu background color */
	visibility: hidden;
	background-color: #666666;
	background-image: url(images/MenuBG.gif);
	background-repeat: repeat;
	background-position: center -38px;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 11px Arial;
	margin: 0;
	color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 4px;
}

.droplinebar ul li ul li a:visited{ /*sub menu links' background color onMouseover */
	color: #333;
}
.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
	background: #333333;
	color: #FFF;
}
.quote {
	background-image: url(images/QuotesBG.gif);
	background-repeat: repeat;
}

#slidingDiv, #slidingDiv_2, #slidingDiv_3{
	padding:20px;
	margin-top:10px;
	display:none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
