﻿* 
{ 
margin: 0 auto; 
border: 0; 
}  

body {
	margin:10px 10px 0px 10px;
	padding:0px;
	}

#leftcontent {
	margin: 0 auto; 
	position: absolute;
	left:25px;
	top:70px;
	width:128px;
	background-color:#E8EFF4;
	border:1px solid #000;
	}
#rightcontent {
	position: absolute;
	right:25px;
	top:70px;
	width:128px;
	border:1px solid #000;
	background-color:#E8EFF4;
	}

#centercontent {
    text-align:center;
	margin-top:10px;
	width:70%;
	background:#fff;
	border:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:auto;
	}
html>body #centercontent {
	margin: 0 auto;
	text-indent:5px;
	text-align:center;
	}



#banner {
	margin:auto;
	background:#fff;
	height:80px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:80px;
	text-align:center;
	width:100%;
	}
html>body #banner {
	height:80px;
	}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}

#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px;
	text-indent:2em;

	}
#leftcontent p 
{
    text-indent:0.1em;
    font-size:medium;
}
#leftcontent h2
{
    margin-top:5px;
    text-indent:0.1em;
    font-size:12px;
}
a,a:href,a:visited,a:hover,a:visited
{
    color:Black;
}