body, html {
	font-family:"Times New Roman", Times, serif;
    padding:0px;
    margin:0px;
    height:100%;
}
img {
    border:0px;
    padding:0px;
    margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 16px;
	font-style: italic;
}

#page {
	width:776px;
	margin:0 auto 0 auto;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#A4C89B;
	position:relative;
	width:776px;
	height:224px;
}
#menu {
	position:absolute;
	right:10px;
	bottom:10px;
	width:100%;
	text-align:right;
}
#menu a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	text-decoration:underline;
}

#main {
	margin-top:10px;
}
#content{
	vertical-align:top;
	border-left:#C3D1C0 1px solid;
	padding:0 10px 10px 10px;
}
#content .first{
	font-size:x-large;
	font-weight:bold;
	color:#014E05;
}
#rightpanel{
	background-color:#A4C89B;
	width:247px;
	vertical-align:top;
	padding:0 10px 10px 10px;
	text-align:center;
}

#footer {
	font-size:small;
	text-align:center;
	margin-top:20px;
	line-height:2em;
}
