body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}
body {
	background-color: #b5d4f0;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#email {
	color: #666666;
	font-size: 11px;
}

#containerAll     
	{
	text-align: center;
	margin-left: -400px;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible
	}
	
	#content     
	{
	text-align: left;
	visibility: visible
	}

#header {
  width: 800px;
  height: 110px;
}

#leftcol {
  float: left;
  width: 400px;
  height: 380px;
}

#rightcol {
  float: left;
  width: 400px;
  height: 380px;
}

.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	  background-color: #b4d5f0;
	float:left;
}

.ag-track{
	height:10px;
	width:10px;
	  background-color: #EEE;
	float:left;
}

.ag-handle{
	height:30px;
	width:10px;
	  background-color: #aaa;
	cursor:pointer;
}

#bar {
  clear: both;
  width: 800px;
  height: 20px;
}

#leftcolnav {
  clear: both;
  float: left;
  width: 520px;
  height: 50px;
}

#rightcolnav {
  float: left;
  width: 280px;
  height: 50px;
}



