@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(../Graphic%20Assets/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
}
h2 {
	font-family: Impact;
	color: #336600;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #4D7100;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #FF9900;
}
#container {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#toptitle {
	display: none;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	padding-top: 0px;
	padding-bottom: 15px;
}
#topmenu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchbar {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topads {
	text-align: center;
	height: 95px;
	margin-top: 10px;
}


#maincontent {
	margin: 0px;
	padding: 10px;
}
#botads {
	text-align: center;
	height: 95px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #336600;
	margin-top: 10px;
	padding-top: 10px;
}

#rightsky {
	float: right;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 10px;
}
#linklist {
	text-align: center;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #669900;
	margin-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #669900;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
}
#videocontainer {
	height: 350px;
}

#video {
	text-align: center;
	width: 400px;
	float: left;
}
#videoads {
	text-align: center;
	width: 280px;
	float: left;
}


.alignctr {
	text-align: center;
}
#copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
}
.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.underlinedash {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	color: #336600;
}
.cunderline {
	color: #336600;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336600;
}
.boldgreen {
	font-weight: bold;
	color: #336600;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
.smallfont {
	font-size: 10px;
}
