body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	background-image: url(../images/topbgd-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#top {
	background-image: url(../images/toplogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 127px;
}
#tabs {
	margin-left: 278px;
}

/*____________________________________________________________________  text  */
.hidden {
  display: none;
}



/*___________________________________________________________________  links  */
a:link {
	color: #73A438;
	text-decoration: none;
}
a:visited {
	color: #73A438;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #73A438;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #73A538;
}
.video-headline {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	background-image: url(../images/videotop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-bottom: 12px;
}
.videobgd {
	background-color: #7CA14C;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
}
#mainvid {
	background-image: url(../images/mainvid-bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #EDEDED;
	width: 429px;
}
#content #mainvid p {
	margin-left: 12px;
	margin-bottom: 12px;
}
#videopanel {
	width: 350px;
	background-color: #EDEDED;
	background-image: url(../images/videotop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#vidoptions {
	width: 338px;
	background-color: #FFFFFF;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 6px;
}
#but {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #73A538;
}
h2 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
}
h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1em;
  line-height: 18px;
  color: #e46504;
}
#content {
	margin-top: 40px;
	margin-left: 38px;
	width: 916px;
}
#content p {
	padding-right: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
::-moz-selection{
	background:#6C9B34;
	color:#fff;
}

::selection {
	background:#6C9B34;
	color:#fff;
}

code::-moz-selection {
	background: #6C9B34;
}

code::selection {
	background: #6C9B34;
}
