﻿body {
	color: black;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	text-align:left;
	vertical-align:top;
}

div#placeholder {
	width: 738px;
	margin-left: auto;
	margin-right: auto;
}

div#title {
	background-color:white;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 6px;
	margin-top: 10px;
}

div#main {
	margin-right: -10px;
	margin-left: -10px;

}

#leftcell, #bodycell, #footer, #google {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background-color: white;
}

#bodycell{
	padding: 5px;
}

#footer, #google {
	text-align:center;
	padding: 6px;
}

#footer {
	font-size: 90%;
}

#google {
	margin-bottom: 10px;
	padding: 4px;
}

#leftcell {
	width: 132px;
}

.half {
	width: 50%;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: maroon;
	border-bottom: 1px solid maroon;
	margin-bottom: 2px;
	margin-top: 4px;
	
}

.h1link {
	
	text-decoration:none;
	color: maroon;
}

.nostyle {
	color: black;
	text-decoration:none;
}

h2 {	
	margin-top: 1px;
	font-size: 105%;
	margin-bottom: 4px;
}

h3 {
	font-size: 105%;
}