html, body {height:100%}
body {
	padding:0;
	margin: 0 auto;
	background: #a1a1a1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

#outer {
	height:101%;
	min-height:101%;
	width:760px;
	background:#fff;
	border-right:1px solid #000;
	color: #000;
	text-align:left;
	margin-bottom:-72px;
}
 
html>body #outer{height:auto;}

#topsection {
	position:absolute;
	top:0;
 	left:0;
	width:760px;
	height:133px;
	border-bottom:1px solid #000;
	overflow:hidden;
}

#midsection {
	width:760px;
}

#left h1 {
	padding-left:10px;
	font-size:14px;
}

#left p {
	padding-left:10px;
	padding-right:15px;
}


#left li {
	padding-left:20px;
	padding-right:15px;
}

#footersection {
	width:760px;
	clear:both;
	height:70px;
	border-bottom:1px solid #000;
	background-color: #000;
	color: #fff;
	text-align:center;
}

#left a {
	color: #2656FA;
	text-decoration: none;
}

#left a:active {
	color: #2656FA;
	text-decoration: none;
}

#left a:link {
	color: #2656FA;
	text-decoration: none;
}

#left a:visited  { 
	color: #2656FA;
	text-decoration: none;
}

#left a:hover {  
	text-decoration: underline;
	color : #7896FA;
}

#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;
}

* html #footersection {/*only ie gets this style*/
 \height:72px;/* for ie5 */
 he\ight:70px;/* for ie6 */
}

#clearheader{height:157px;}
#clearfooter{clear:both;height:72px;}
div,p  {margin-top:0}
