/* CSS Document */

html { height: 100%; } 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px;
	margin: 0px;
	height: 100%
}

div#outer {
	width: 779px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border: thin solid #000000;
}

div#head {
	left:0px;
	width:748px;
	height:88px;
	top: 0px;
	position: absolute;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	padding: 0px;}
	
	/*div#head .image is used for the ecoat seminar graphic so it floats to the right*/
div#head .image {
	left:477px;
	width:271px;
	height:88px;
	top: 0px;
	position: absolute;
}

div#bluebar {
	left:0px;
	width:748px;
	height:30px;
	top: 88px;
	position: absolute;
	background-color: #98BADC;
	border: solid 1px #000;
	border-top: 0px;
}

form {display: inline;}

	/*div#topnav ...is used for 'home' button because it is wider than the others. notice width vs width of div#side1*/
div#topnav {
	left:0px;
	width:748px;
	top: 118px;
	position: absolute;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
}

	/*div#columns ...is the container for the middle section of the page*/
div#columns {
	width: 748px;
	position: relative;
	top: 146px;
	background-color: #fff;
	border: solid 1px #000;
	border-top: 0px;
	padding: 0px;
		
}

/*div#side1 ...navigational container*/
div#side1{
	position:absolute;
	left:0px;
	width:155px;
	top: 0px;
	padding: 0;
	margin: 0;
	line-height: 0px;
	
}

div#solidleft{
	position:absolute;
	left:0px;
	width:154px;
	top: 0px;
	padding: 0;
	margin: 0;
	background-color: #98BADC;
	height: 100%;
	border-right: solid 1px #000;

}

div#content {
	width: 545px;
	position: relative;
	top: 0px;
	left: 194px;
	height: auto;
	

}

div#foot {
	width: 750px;
	clear: both;
	position: absolute;
	margin-top: 135px;
	text-align: center;
}
	
