/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}


/* Added for banner */
#addbox {
  position: relative;
  width: 500px;
  height: 70px;
  clip: rect(0px, 500px, 0px, 70px);
  overflow: hidden;
}

#addboxtop {
  position: relative;
  width: 481px;
  height: 61px;
  clip: rect(0px, 481px, 0px, 61px);
  overflow: hidden;
}
#banner1 {
  position: relative;
  width: 480px;
  height: 60px;
  left: 0;
  top: 5px;
}
#banner2 {
  position: relative;
  width: 480px;
  height: 60px;
  left: 500px;
  top: -55px !important;
  top:-58px;
}


/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}

.pageNameMenu{
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	.navTextMenu {
	font: 11px Arial, Helvetica, sans-serif;
	color: #004466;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
	.navTextMenuAlt {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
	UL { list-style-type:circle }


.menu_head { font-family: Tahoma; font-size: 8pt; font-weight: bold }
.news_body   { font-family: Tahoma; font-size: 8pt }
.news_header { font-family: Tahoma; font-size: 8pt; font-weight: bold }
.body_text   { font-family: Tahoma; font-size: 10pt }
.body_subhead { font-family: Tahoma; font-size: 18pt; margin-top:5 }
.body_header { font-family: Tahoma; font-size: 24pt; text-align:center; margin-top:5; margin-bottom:5 }
.stripbar_text { font-family: Tahoma; font-size: 8pt; margin-left:10; margin-right:10 }
.menu_text { font-family: Tahoma; font-size: 8pt; margin-left:8; margin-top:2; margin-bottom:2 }
.DisctextEmph { font-family: Verdana; font-size: 10pt; font-weight: bold }
.Disctext    { font-family: Verdana; font-size: 10pt; }
.DisctextIncorrect    { font-family: Verdana; font-size: 10pt; font-weight: bold; color:#FF0000}
.DisctextCorrect    { font-family: Verdana; font-size: 10pt; font-weight: bold; color:#008000}
.span.button_text { font-family: Tahoma; font-size: 8pt; font-weight: bold }

a:link.hyperlink      { color: #000099; text-decoration: none }
a:active.hyperlink    { color: #000099; text-decoration: none }
a:visited.hyperlink   { color: #000099; text-decoration: none }
a:hover.hyperlink     { color: #000099; text-decoration: underline }

.floatright
{
float: right;
margin: 0 0 10px 10px;
}

.yt_video_full {
  margin: 0px 6px 6px -6px;
  padding: 4px;
  text-align:center;
}
.yt_video_thumbs {
  height: 470px;
  overflow:scroll;
  border: 2px inset gray;
}
.yt_video_thumb {
  text-align:center;
}
.yt_video_thumb_meta {
  margin: 0px;
  padding: 4px 0px 4px 0px;
  text-align: left;
  overflow: hidden;
}

.yt_video_thumb_meta .yt_thumb_meta_label {
  font-weight: bold;
}
.yt_video_thumb_img {
  margin: 5px;
  padding: 4px;
  /*width: 220px;*/
  width: 45%;
  height: 220px;
  float:left;
  text-align:center;
}
.yt_video_thumb_img img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 6px 6px 6px 6px;
  padding: 4px;
}
.yt_gallery_footer {
  clear:left;
}
