body {
background:#9fb23f;
font-family:"Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
font-size:12px;
line-height: 16px;
color:#333;
line-height:15px;
margin: 0 auto;
padding: 0;
}

h1 { font-weight:bold; font-size:12px; margin:0; padding:0; }

a {
color:#6a82c0;
text-decoration:underline;
}

a:hover {
color:#000;
text-decoration:underline;
}

tr {vertical-align:top}
td {text-align:left}

#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 902px;
	height: 60px;
}


#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 902px;
	height: 20px;
}

#content { width: 902px; margin: 0 auto; }
#footer {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	width: 902px;
	text-align:center;
	padding: 10px 0;
}


.border {
	background-image: url(../images/border-l-r.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#6a82c0;
}

.white { background-color:#FFF}
