﻿html{
    height:100%;
}

body {
	height:100%;
	font-size:100%;
	color: #000000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

img {
	border: 0;
}
hr {
	clear: both;
	height: 1px;
	color: #c9d7f1;
	background-color: #c9d7f1;
	margin:4px 0;
	border: solid 1px #c9d7f1;
}
p{
margin:10px;
}
table{
width:60%;
margin:12px 18%;
}
th{
font-size: 90%;
background-color : #e6f0ff;
}
blockquote{
	background-color: #EFEFEF;
	padding:8px;
	font-size:88%;
	margin:12px 15%;
}

#main{
	width:100%;
	margin: 0px;
	text-align: center;
}

body > #main {
        height: auto;
}

#head{
	border-bottom: solid 1px #c9d7f1;
	font-size: small;
	text-align:left;
	padding:4px 4px;
}
#head span{
margin: 0 4px;
}
#foot{
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	font-size: 90%;
}


div#wrapper {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	width: 90%;
	font-size:100%;
}

div#leftcontent {
	float: left;
	width: 30%;
	margin: 0px 0 2px 10px;
	text-align: left;

}

div#rightcontent {
	float: right;
	width: 65%;
	margin: 0px 0 2px 0;
	text-align: center;
}

h1 {
	font-size: 175%;
	line-height: 1.2em;
}

h2 {
	font-size: 150%;
	line-height: 1em;
}

h3 {
	font-size: 125%;
	line-height: 1em;
}

#footer{
	clear: both;
 	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
	text-align: right;
	font-size: 90%;
}
