body {
	margin: 0px 0px 0px 0px;
	background-color: black;
	background-repeat: repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000;
}
h1 {
	background-color: F9970A;
	text-align:center;
}
h2 {
	background-color: F9970A;
	text-align: center;
}
h3 {
	font-size: 10px;
}
.blacktext {
	color: #000000;
	font-family: Georgia, helvetica, sans-serif;
}
.bluetext {
	color: #17176E;
	}
.smalltext {
	color: #000000;
	font-size: 70%;
	}

#menu {
	width: 127px;
	font-weight: bolder;
	color: #FFFFFF;
}

#menu ul {
	display: block;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	font-size: 14px;
}

#menu a {
	display: block;
	width: 127px;
	border-bottom: #F9970A solid thin;
	border-top: #F9970A solid thin;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	font-family: sans-serif;
	background-color: #F9970A;
	
}

#menu a:hover {
	background-color: #00FF30;
	color: #000;
}

p {
	padding-left: 5px;
}

a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: blink;	
}
a:visited {
	/*color: ff6600;*/
}
a.selectedlink {
	color: #000;
}
.white a {
	color: #fff;
}
.white a:hover {
	color: #fff;
	text-decoration: blink;	
}
.white a:visited {
	/*color: ff6600;*/
}
.white a.selectedlink {
	color: #fffff6;
}
#white-nav a {
	align: center;
	font-size: 100%;
	color: #fff;
	border-bottom: #F9970A solid thin;
	border-top: #F9970A solid thin;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	font-family: sans-serif;
	background-color: #F9970A;
}
#white-nav a:hover {
	background-color: #00FF30;
	color: #000;
}
#white-nav a:visited {
	/*color: ff6600;*/
}
#white-nav a.selectedlink {
	color: #fffff6;
}
.plain a {
	color: #000;
}
.plain a:hover {
	color: #000;
	text-decoration: blink;	
}
.plain a:visited {
	/*color: ff6600;*/
}
.plain a.selectedlink {
	color: #000;
}

ul.finger {
	list-style-image: url("images/bullet.jpg");
	font-size: 82%;
	vertical-align: bottom;
	line-height: 100%;
}
ul.finger_space {
	list-style-image: url("images/bullet.jpg");
	font-size: 82%;
	vertical-align: bottom;
	line-height: 250%;
	
}

ul {
	font-size: 82%;
	list-style-image: url("images/bullet.jpg");
}

p {
	font-size: 82%;
}
h1 {
font-size: 122%;
}
h2 {
font-size: 112%;
}
h3 {
font-size: 102%;
}
.orange {
	font-size: 102%;
	color:#FF3300;
	align: center;
}
.whitetext {
	font-size: 102%;
	color:#FFffff;
	align: center;
}

div.subscribebox {
	background-color: #00FF30;
	width: 100px;
	border: #F9970A 2px solid;
	margin-left: 7px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 82%;
	text-align: center;
	padding: 1px;
}
div.subscribebox a {
	color: black;
	text-decoration: none;
}
div.subscribebox a:hover {
	color: blue;
}

.topsidebox {
	border: 2px solid #F9970A; 
	background-color: #000; 
	width: 124px; 
	color: white;
	margin-left: 0px;
}
.sidebox {
	border: 2px solid #F9970A; 
	background-color: #000; 
	color: white;
	width: 124px;
	margin-left: 0px;
}
.boxheader {
	/*background-color: #E89302; */
	color: #000;
	background-color: #F9970A;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 91%;
	text-align: center;
	margin-left: 0px;
}
.boxheader-white {
	/*background-color: #E89302; */
	color: #000;
	background-color: #F9970A;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 91%;
	text-align: center;
	margin-left: 0px;
}
.textstyle-gold {
	color: #F9970A;
	font-size: 80%;
	align: center;
}
.textstyle-italic {
	color: #000;
	font-size: 120%;
	font-family: "Monotype Corsiva";
	align: center;
}
