﻿		.logo {
			text-align: center;
			left: 45%;
		 	width:900px;
		 	height:152px;
		 	background-color: #FFFFFF;
		 	overflow: hidden;
		}
		
		.container {
			width:870px;
			height:940px;
			background-color: #FFFFFF;
			overflow: hidden;		
		    min-height:100%;
		    position: absolute;
			left: 50%;
			margin-left: -435px;
		}
		
		.indexContainer {
			width:850px;
			height:800px;
			background-color: #FFFFFF;
			overflow: hidden;		
		    min-height:100%;
		    position: absolute;
			left: 50%;
			margin-left: -435px;
		}
		
		.innerContainer {
			width:850px;
			height:900x;
			background-color: #FFFFFF;
			overflow: hidden;		
		    min-height:100%;
		    position: absolute;
			left: 50%;
			margin-left: -435px;
		}

		
		.header {
			font-family: corbel;
			font-size: xx-large;
		}
		
		.link {
		    font-family: corbel;
			font-size: large;
			text-decoration: none;		
		}
		
		body {
			padding: 20px;
			background-color: #FF8C00; 
			text-align: center;
		}
		.imageTag {
			font-family: corbel;
		}
		
		#left { 
			float:left;
			width:300px;
			padding:8px;
			background-color:#FFFFFF;
			border-color:#FF9900;
			position: relative;
		 }
		#right { 
			float:right;
			width:300px;
			padding:8px;
			background-color:#FFFFFF 
			border-color:#FF9900;
			position: relative;
		}
		
		#center {
			margin-right:215px;
			width:200px;
			margin-left:215px;
			padding:8px;
			background-color:#FFFFFF;
			border-color:#FF9900; 
			margin:auto;
			position: relative;
		}	
		#footer {
		   position:absolute;
		   bottom:0;
		   width:100%;
		   height:80px;   /* Height of the footer */
		   background:#ffffff;
		   margin-right:215px;
		}
		.footerHeader {
			font-size: x-large;
			color: #CC0000;
			font-family: corbel;
		}
		.footerText {
			font-size: medium;
			color: #000000;
			font-family: corbel;

		}
		.email {
		color: #000000;
		}
				
		.solidblockmenu ul{
		margin: 0;
		padding: 0;
		float: left;
		font: bold 18px corbel;
		width: 100%;
		border: 1px solid white;
		border-width: 1px 0;
		background:  #FBB117;
		}
		
		.solidblockmenu li{
		display: inline;
		}
		
		.solidblockmenu li a{
		float: left;
		color: white;
		padding: 9px 11px;
		text-decoration: none;
		border-right: 1px white;
		}
		
		.solidblockmenu li a:visited{
		color: white;
		}
		
		.solidblockmenu li a.current{
		color: white;
		background: #C11B17;
		}
		
		.solidblockmenu li a:hover{
		color: white;
		background: #C11B17;
		}
		
		.tabcontainer{
		clear: left;
		width:95%; /*width of 2nd level sub menus*/
		height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
		}
		
		*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
		margin-top: -1em;
		}
		
		* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
		margin-top: -1em;
		}
		
		.tabcontent{
		display:none;
		}
		
		
