/* CSS Document */

body {
	background-color: white;
	border-color: #006D2C;
	border-width: thin;
	}

#header {
	position:absolute;
	width:660px;
	height:103px;
	top:0px;
	left:0px;
	font-size:16px;
	background-color: #00FF88;
	padding-left:320px;
	padding-top:8px;
	}

#corner {
	position:absolute;
	left:0px;
	top:0px;

	}

td	{
	width:"50%"
	align:"middle"
	}

h1	{
	font:"Times New Roman", Times, serif;
	font-size:32px;
	font-weight: bold;
	}

img {
	border:none;
	}

#google {
	position:absolute;
	left:0px;
	top:870px;
	width:800px;
	background-color:#00FF88;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-left:180px;
	padding-top:5px;
	padding-bottom:10px;
	z-index:0;
	height:auto;
	}

#leftpane {
	position:absolute;
	left:0px;
	top:110px;
	height:781px;
	width:120px;
	padding:10px;
	background-color:#00FF88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A0000;
	z-index:1;
	}

#leftpane a {
	font-size: 15px;
	font-family: Tahoma;
	text-decoration:none;
	color: #006D2C;
	}

#leftpane a:hover {
	font-size: 15px;
	font-family: Tahoma;
	text-decoration:underline;
	color: #006D2C;
	}

pre {
	font-size:12px;
	}

#middle {
	background-color: #00FF88;
	border-color: #006D2C;
	border-width: thin;
	position:relative;
	left:150px;
	top:100px;
	width:700px;
	height:800px;
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	z-index:0;
	height:auto;
	}


