body {
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    font-family: Arial, sans-serif;
}

#main table {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	text-align:center;
}

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

#main #logo {
	margin: 35px;	
}

.input {
    text-align:center;
}

#header{
	text-align: left;
}

#header a {
	text-decoration: none;
}

#header img {
	border:0px;
	padding-right:10px;
	padding-top:10px;
	margin-bottom:-20px;
}

#header .input{
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: left;
}

#subheader {
	width:100%;
	height:20px;
	background-color: #eeeeee;
    border-top: 1px solid #999999;
    text-align: right;
}

#subheader p{
	display: inline;	
}

#subfooter{
	text-align: center;
}

#result {
	width: 100%;
	padding-left: 15px;
}

#result .title {
}

#result .title a {
    font-size:medium;
}

#result .body {
    width: 60%;
    font-size:small;
}

#result .body cite {
    color:green;
    font-style:normal;
}

em {
font-style:normal;
font-weight:bold;
}

hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}

.right {
	color:gray;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:5px;
}

.left {
	color:gray;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:5px;
}

#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}