/*** The Essential Code ***/
/* Colors */
/* Dark Blue - #00335e */
/* Light Blue - #b4cade */
/* Green - #93b62c */
/* Gray - #444444 */

	body {

		min-width: 640px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		background-color: #cccccc;
		text-align: center;
		margin: 0;
		padding: 0;
		background-image:url('../img/background_repeat.png');
		background-repeat:repeat-x;
		

	}
	
	#iewarn {
		background-color:#cc0000;
		color: #00335e;
		font-family: helvetica, arial, sans-serif;
		max-width: 940px;
		min-width: 940px;
		height: 160px;
		font-weight: bold;
		font-size: large;
		margin-top: 0px;
		text-align: center;
		margin: 0 auto;
		
	}
	
	#outercontainer {
		position: relative;
		margin: 0 auto;
		max-width: 940px;
		min-width:940px;
		margin-top: 0px;


	}
		
	#headercontainer {
		float:left;
		height: 110px;
		font-size: large;
		text-align: center;
		padding: 0 0;
		display: inline;


	}
	
	#container {
		padding-top: 60px;
		padding-left: 10px;
		padding-right: 280px;		/* RC fullwidth */

	}
	
	#container .column {
		position: relative;
		float: left;
		min-height:100%;
				display: inline;
	}
	
	#headertop {
		height: 100px;
		width: 940px;

		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		font-size: small;
		color: #93b62c;
		text-align:left;
		padding-left:70px;
		padding-top:5px;
		position:absolute;
		left: 0px;
		top: 0px;
		display: inline;
		background-image:url('../img/header_top.png');
		background-repeat:no-repeat;
	}
	
	#headerleft {
		height:70px;

		width: 190px;
		position:absolute;
		left:0px;
		top:30px;
	}

	#headerleft a {
		display:block;
		width:100%;
		height:100%;
		text-decoration:none;
	}

	#headerleft a:hover {
		text-decoration:none;
	}
	
	#navdiv{
		height:40px;
		width: 565px;
		position:absolute;
		left:190px;
		top:30px;

	}
	
	#subnavdiv{
		height:25px;
		width: 565px;
		position:absolute;
		left:190px;
		top:65px;
		background-color: none;
	}
	
	
	#headerright{
		height:100px;
		width:200px;
		position:absolute;
		top:0px;
		left:740px;

		margin:0px;
		border-width:0px;
	}
	
	#headerright h1.search {
		margin-top:17px;
		color:#555555;
		text-align: left;
		padding-right: 10px;
		font-size:x-small;
		font-family:"century gothic", arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
	}
	
	#headerright h1.search a {
		text-decoration:none;
		font-weight:bold;
		color:#666666;
	}
	
	#headerright h1.search a:hover, #headerright h1.search a:active {
		text-decoration:none;
		color:#111111;
		font-weight:bolder;
	}
	
	#GSBox {
		margin-top:0px;
		padding-top:0px;
		position:absolute;
		bottom:-7px;
		left: 17px;
		border-style:none;
		border-width:0px;
		z-index: 6000;
	}

	
	/*** IE Fix ***/
	* html #left {
		left: 150px;              /* RC fullwidth */
	 }

	/*** Equal-height Columns ***/
