﻿/* CSS Document */

#wrapper { margin-left:auto;
	margin-right:auto;
	width: 800px;
	/*height: 800px;*/
	position:relative;
	background-color:#ffffff;
	color:#000066;
}
#header{ float:left;
	width: 800px; 
	height: 150px;
	border-top-style:solid;
	border-top-color:#990000;
	border-top-width: 10px;
	border-bottom-style:solid;
	border-bottom-color:#990000;
	border-bottom-width: 10px;
}
.headerImage{
	background-color:#FFFFFF;
	position:relative;
	float:left;
	width:100px;
	height:100px;
	padding: 25px;
	border-right-style:solid;
	border-right-color:#990000;
	border-right-width: 5px;			
}
.headerWording{
	width: 600px;
	float:right;
	text-align:center;	
	color:#000000;
	height: 50px;
}
#navigation {
	width: 100px;
	height: 650px;
	float: left;
	display:block;
	color:#FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
}
 a.nav:link, a.nav:visited{	
 	display:block;
	text-align:center;
	width: 100px;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;	
	margin-top: 5px;
	margin-bottom: 5px;	
	text-decoration: none;
	font-weight:bold;
	color:FFFFFF;
	background: url(../SiteImages/Buttons/NormalButton.jpg) transparent 50% 50%;
	color:#FFFFFF;
}
 a.nav:hover, a.nav:focus{
	background:url(../SiteImages/Buttons/HoverButton.jpg) 50% 50%;
	color:#FFFFFF;
}
 a.nav:active{ background:url(../SiteImages/Buttons/AcitveButton.gif) 50% 50%;
	color:#000066;
}
#main{
	width: 650px;
	/*height: 650px; */
	float: right;
}
.topper{
	height:170px;
	float:right;
}
.codes{
	
	float:left;
}
.table{
	padding-left:100px;
	padding-right: 100px;
	width: 450px; 
	/*height:400px;*/
	overflow:visible;
	float:right;
}
h1{font-size:48px;
}		
.table1 {	padding-left: 100px;
	padding-right: 100px; 
	/*height:450px;	*/
	overflow:visible;
} 
#footer
{
clear: both;
width: 750px;
margin: 30px auto;
padding: .5em;
color: #333;
text-align: center;
font-size: 80%;
}
#footer p{
	text-align: center
	}



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	font-size: 0;
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

