
body {
	padding: 0;
	margin: 5 0 0 0px;
	color: #000;
	background-color: fff;
}

td  { font-size: 12px; font-family: verdana }

h1  { 
	font-size: 16px;
	font-family: verdana;
	color: 635034;
	font-weight: bolder;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

input, select, textarea
{
	background-color : #F4F5F5;
	border: 1px solid grey;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #737B46; 
	text-decoration: none;
}

/* divs*/
#page {
	width: 800;
	position: relative;
	
	background-color: FFF3E1;
	text-align: left;
	border-color : black;
	border-style : solid;
	border-width : 1;
}

#navi {
	padding: 0px 0px 0px 25px;
	color: #000;
	font-size: 12px;
	font-family: verdana;
	border-bottom: 1px solid #000;
	
	line-height: 160%;
}

#navi a {color: #737B46; font-weight: bold; text-decoration: none;}

#navi a:hover {
	text-decoration: underline;
}

#logo {
	position:  relative;
	top: 0px;
	left: 0px;
	background: url(../img/logo.gif) no-repeat;
}

#content {
	font-size: 12px;
	padding: 30px 0px 5px 25px;
	font-family: verdana;
	width: 650;
}

#content ul {
	line-height: 120%;
}

#image{
	
	float: left;
	padding: 0px 0px 0px 0px;
}

.small {
	font-size: 8px;
	font-family: verdana;
}

#footer {
	padding: 2px 0px 5px 0px;
	font-size: 9px;
	font-family: verdana;
	width: 800;
	text-align: left;
}

