* {
	margin:0;
	padding:0;
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-decoration:none;
	text-align:left;
	color:#000;
}

body {
	background-color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#000;
}

h1 {
	font-size:36px;
	margin:1em 0 .5em 0;
}

h2 {
	font-size:30px;
	margin:1em 0 .5em 0;
}

h3 {
	font-size:22px;
	margin:1em 0 .5em 0;
}

h4 {
	font-size:14px;
	margin:1em 0 .5em 0;
}

h5 {
	font-size:14px;
	margin:1em 0 .5em 0;
}

h6 {
	font-size:14px;
	margin:1em 0 .5em 0;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

p, li {
	color:#000;
	margin:.5em 0;
	font-size:16px;
	line-height:150%;
}

a:link {
	color:#00f;
}

a:visited {
	color:#0f0;
}

a:active {
	color:#000;
}

a:focus {
	color:#666;
}

a:hover {
	color:#f00;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ol {
	list-style-type:decimal;
}

li {
	margin-left:50px;
}

ul li {
	color:#000;
	font-size:12px;
}

ol li {
	color:#000;
	font-size:12px;
}

table {
	width:100%;
}

th {
	font-weight:bold;
}

thead, th {
	background:#ccc;
}

img {
	margin:0;
	padding:0;
	border:0;
}

#social-media ul li {
	display:inline;
}

#topnav ul li {
	display:inline;
}

#topnav a:link {
	color:#000;
}

#topnav a:visited {
	color:#000;
}

#topnav a:active {
	color:#000;
}

#topnav a:hover {
	color:#000;
}

#topnav a:focus {
	color:#000;
}

#rightside a:link {
	color:#000;
}

#rightside a:visited {
	color:#000;
}

#rightside a:active {
	color:#000;
}

#rightside a:hover {
	color:#000;
}

#rightside a:focus {
	color:#000;
}

#content a:link {
	color:#000;
}

#content a:visited {
	color:#000;
}

#content a:active {
	color:#000;
}

#content a:hover {
	color:#000;
}

#content a:focus {
	color:#000;
}

#footer a:link {
	color:#000;
}

#footer a:visited {
	color:#000;
}

#footer a:active {
	color:#000;
}

#footer a:hover {
	color:#000;
}

#footer a:focus {
	color:#000;
}

#form1 {
	margin:0;
	padding:0;
}

ol li {
	display:block;
	padding:20px 0 5px 0;
}

form ol {
	list-style-type:none;
}

label {
	display:block;
	margin:5px 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

input, textarea, select {
	display:block;
	width:400px;
	padding:10px;
	border:1px #aaa solid;
}

input:focus {
	background-color:#efefef;
}

textarea {
	height:120px;
}

textarea:focus {
	background-color:#efefef;
}

.submit {
	padding:5px 20px;
	width:140px;
}

.copyright-text {
	font-size:10px;
	font-style:italic;
	color:#333;
}

.footer-text {
	font-size:12px;
	font-style:normal;
	color:#000;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.clear {
	clear:both;
}


