body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: .80em;
	color: #cccccc;
}
h3 {
	color: #cccccc;
	padding: 10px 0 10px 20px;
	font-size: 1.25em;
	background-color: #000000;
	border-bottom: 1px dashed #cccccc;
}
p {
	line-height: 1.5em;
	padding-bottom: 10px;
}
a {
	color: #8b8b8b;
}
a:visited {
	color: #8b8b8b;
}
a:hover {
	color: #ffffff;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
}
#header{   
	padding-top: 1px; 
    margin-bottom: 0;
	background-color: #121617;
    color: #FFFFFF;
}
#nav { 
	background-color: #000000;
	padding-bottom: 15px; 
	text-align: center;
	border-bottom: 5px solid #121617;
}
#nav ul li {
	display: inline;
	padding: 0 5px;
}
#nav a {
	color: #dd0000;
}
#nav a:visited {
	color: #dd0000;
}
#nav a:hover {
	color: #ffffff;
}
#content {
	width: 710px;
	float: left;
	background-color: #121617;
	overflow: auto;
	padding-bottom: 100px;
	border-bottom: 20px solid #000000;
}
#content p {
	padding-left: 20px;
	width: 500px;
}
.section {
	border-bottom: 10px solid #000000;
}
#main {
	padding: 10px;
}
#rightcolumn {
	float: right;
	width: 250px;
	background-color: #000000;
}
#rightlinks ul {
	list-style-type: none;
	padding: 0;
}
#rightlinks ul li {
	padding: 0;
	border-bottom: 1px dashed #cccccc;
}
#rightsocial {
	padding: 0 20px 75px 20px;
	color: #cccccc;
}
.rightheader {
	color: #dd0000;
}
#footer {
	background-color: #000000;
	clear: both;
	height: 80px;
	font-size: .60em;
	text-align: center;
	border-bottom: 10px solid #121617;
}
#footnav { 
	background-color: #000000;
	padding-bottom: 15px; 
	text-align: center;
	font-size: .60em;
}
#footnav ul li {
	display: inline;
	padding: 0 5px;
}
#footnav a {
	color: #8b8b8b;
}
#footnav a:visited {
	color: #8b8b8b;
}
#footnav a:hover {
	color: #ffffff;
}
.video {
	border: 1px solid #ebb2b9;
	padding: 5px;
}
#contactform {
	padding-top: 25px;
	padding-left: 20px;
}
label {
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 10px;
	margin-top: 10px;
}
input, textarea {
	margin-top: 10px;
}
form div {
	clear: left;
}
#mySubmit {
	margin-left: 110px;
	padding-bottom: 10px;
}
.framedata {
	padding-left: 20px;
}
thead {
	font-weight: bold;
	background-color: #000;
}
caption {
	padding: 20px 0 20px 0;
	font-weight: bold;
	text-align: left;
	color: #dd0000;
}
tbody td {
	padding: 5px 0 5px 5px;
}
tr:nth-of-type(even) {
	color: #000;
	background-color: #8b8b8b;
}
.framesource {
	font-size: 10px;
	padding-top: 20px;
}
.source {
	font-size: 10px;
	padding-left: 20px;
}
.q {
	background-color: #000;
	color: #dd0000;
}
.article {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
}