html, body {height:100%}
body {
	padding:0;
	margin: 0 auto;
	background: #a1a1a1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#sitedescription {
	display: none
}

#outer {
	height:101%;
	min-height:101%;
	width:760px;
	background: #fff;
	color: #000;
	text-align:left;
	border-right:1px solid #000;
	margin-bottom:-72px;
}

html>body #outer{height:auto;}

#topsection {
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:112px;
	border-bottom:1px solid #000;
	overflow:hidden;
}

#topmidsection {
	position:absolute;
	top:112px;
	left:0;
	width:760px;
	height:270px;
	border-bottom:1px solid #000;
	background: aqua;
	overflow:hidden;
}

#midsection {
	width:750px;
}

#midright {
	float:right;
	width:339px;
	padding-left:24px;
	padding-right:17px;
	text-align:justifed;
}

#midleft {
	width:339px;
	float:left;
	padding-left:22px;
	padding-right:0px;
	text-align:justified;
}

#midleft p {padding-left:2px}

#footersection {
	width:760px;
	clear:both;
	height:70px;
	border-bottom:1px solid #000;
	background-color: #000;
	color: #fff;
	text-align:center;
}

#footersection a {
	color: #fff;
	text-decoration: none;
 }
#footersection a:active {
	color: #fff;
	text-decoration: none;
 }
#footersection a:link {
	color: #fff;
	text-decoration: none;
 }
#footersection a:visited  { 
	color: #fff;
	text-decoration: none;
 }
#footersection a:hover {  
	text-decoration: underline;
	color : aqua;
}

#midsection a {
	color: #2656FA;
	text-decoration: none;
}

#midsection a:active {
	color: #2656FA;
	text-decoration: none;
}

#midsection a:link {
	color: #2656FA;
	text-decoration: none;
}

#midsection a:visited  { 
	color: #2656FA;
	text-decoration: none;
}

#midsection a:hover {  
	text-decoration: underline;
	color : #7896FA;
}

* html #footersection {
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}

#clearheader{height:394px;}
#clearfooter{clear:both;height:72px;}
div,p {margin-top:0}