﻿body {
					font-family: Trebuchet MS; 
					background-color: black;
					color: white;
					}
div#footer {
					font-size: .6em;
					text-align: center;
					margin: auto;
					width: 60%;
					clear: both;
					margin-top: 15px;
					}

div#contentcontainer  {
						width: 90%;
						text-align: center;
						margin:auto;
						background-color: black;
						overflow: hidden;
						}
						
div#content {
						margin-top: 10px;
						float: right;
						width: 70%;
						display: inline;
						padding: 1em;
						text-align: left;
						}
						
div#header {
						text-align: left;
						overflow: hidden;
						clear: both;
						}

div#footer {
					clear: both;
					overflow: hidden;
					width: 70%;
					margin-top: 100px;
					}

div.leftcolumn {
					width:46%;
					float:left;
					margin-top: 1em;
					padding: 1%;
					}
div.rightcolumn {	
					width:46%;
					float:right;
					margin-top: 1em;
					padding: 1%;
					}
div.center {
					width: 60%;
					margin: auto;
					margin-top: 1em;
					padding: .5em;
					overflow: hidden;
					}
div.bordered {
					border: 2px outset #666699;
					background-color: #000000;
					color: #FFFFFF;
					}
					
.imageleft {
					margin-right: 1em;
					float: left;
					overflow: hidden;
					}
.imageright {
					margin-left: 1em;
					float: right;
					overflow: hidden;
					}
					
					
.textleft{
					text-align: left;
					}

a:link.link {			
					text-decoration: none;
					color: #3cc1ea;
					}
a:visited.link {
					text-decoration: none;
					color: #3cc1ea;
					}
a:hover.link {
					text-decoration: underline;	
					color: #fbe85e;						}
a:active.link {
					text-decoration: none;
					color: #3cc1ea;
					}
a.hide {
					color: white;
					text-decoration: none;
					}

a:hover.hide {
					border-bottom: 1px dotted white;
					}
h1 {
					font-size: 1.2em;
					}
h2 {
					font-size: 1.05em;
					}
					
.fineprint 			{
					font-style:italic;
					font-size: .6em;
}
