﻿/* global */
html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin:0;
	font-size: .68em;
	background: #2C2C2A;
	margin-right:25px;
	margin-left:25px;
	color: #e7e7e7;
}
a {
	border-bottom:1px dotted;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #e7e7e7;
	border-bottom:1px solid;
	text-decoration:none;
}
#wrapper {
	margin: auto;
}
#top {
	background: black;
	text-align: right;
	height: 40px;
}
#top a {
	border: 0;
	text-decoration: none;
	display: block;
	float: right;
	padding: 15px;
	text-align: center;
}
#head {
	font-size: 50px;
	color: gray;
	padding: 15px;
}
#nav {
	height: 43px;
	margin-bottom: 15px;
}
#nav a {
	display: block;
	float: left;
	padding: 15px;
	border:0;
}
#nav a.last {
	clear:both;
}
#nav a:hover {
	display: block;
	float: left;
	padding: 15px;
	padding-right: 75px;
	border:0;
}
#LC {
	float: left;
	width: 15%;
	border-right: 4px maroon solid;
	padding:0px 5px 0 0;
}
#LC div#sidenav a {
	display:block;
	padding:3px;
	font-weight:bold;
}
#LC div#sidenav a:hover {
}
#RC {
	float: right;
	width: 15%;
	border-left: 4px maroon solid;
	padding:0px 0 0 5px;
}
#content {
	margin-left: 17%;
	margin-right: 17%;
	padding: 0;
}
#footer {
	text-align: center;
	padding: 15px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 15px;
}
table {
	width: 100%;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h5 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h6 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h4 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h3 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h2 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h1 {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
h6 {
	margin-top: 5px;
}
h5 {
	margin-top: 5px;
}
h4 {
	margin-top: 5px;
}
h3 {
	margin-top: 5px;
}
h2 {
	margin-top: 5px;
}
#RC h3 {
	margin-left: 0;
}
#LC h3 {
	margin-left: 0;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 200%;
}
h2 {
	font-size: 150%;
	color: gray;
	border-bottom: 1px gray dotted;
	text-transform: lowercase;
	margin-top: 15px;
}
h3 {
	font-size: 130%;
	font-variant: small-caps;
	margin-left: 22px;
	border-bottom: 1px white double;
}
h4 {
	font-size:13px;
	text-transform:uppercase;
}
.news h4 {
	margin:0;
}
.sub {
	font-size: 55%;
	padding-left: 12px;
	letter-spacing: .1em;
}
a {
	outline: none;
}
img {
	border: 0;
	margin: 7px;
}
.links a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.links a:hover {
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
.backtotop a {
	display:block;
	text-align:right;
	margin-top:15px;
}

/* .left aligns images left and has text flow to the right of it and vice versa with .right */
/* .center puts and image in the center with no text flow */
.left {
	float: left;
}
.center {
	display: block;
	margin: auto;
}
.right {
	float: right;
}
/* the code tag */
code {
	margin: 10px 0px 10px 0px;
	display: block;
	border-left: 8px solid;
	margin-left: 22px;
	font-size: 120%;
	padding: 5px;
	max-height: 150px;
}
/* underlined objects because the <u> tag doesn't validate */
.u {
	text-decoration: underline;
}
/* blockquote and .author is the author of the quote*/
blockquote {
	margin: 20px 0px 0px 22px;
	padding: 10px 20px 10px 20px;
	border-left: 8px solid;
	font-style: italic;
}
.author {
	text-align: right;
	border-left: 8px solid;
	margin: 0px 0px 20px 22px;
	font-style: italic;
	padding-bottom: 5px;
}
/* unordered list */
ul {
	margin: 18px 0px 18px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 6px 15px;
	padding: 0px;
}
ul li ul {
	margin: 4px 0px 4px 16px;
}
ul li ul li {
	list-style-type: circle;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 22px;
	padding: 0px;
}
ol li ol {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ol li ol li {
	margin: 8px 0px 0px 22px;
	padding: 0px;
	list-style-type: lower-roman;
}
/*definition list */
dt {
	font-size: 110%;
	font-style: italic;
	padding: 2px;
}
dd {
	padding: 2px;
	margin-bottom: 5px;
}
/* forms */
form {
	margin:0;
}
fieldset {
	padding:3px;
}
legend {
	padding:4px;
	color:#e7e7e7;
}
label {
	display:block;
	margin-bottom:2px;
}
input {
	margin-bottom:10px;
}
textarea {
	margin-bottom:10px;
	height:150px;
}
textarea {
	display:block;
	border:2px #900 solid;
	font:11px Verdana;
	width:200px;
	padding:2px;
}
input {
	display:block;
	border:2px #900 solid;
	font:11px Verdana;
	width:200px;
	padding:2px;
}

