body {
	padding: 1em;
	background-color: #fff;
}

body * {
	font-family: Verdana, Tahoma, Georgia, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#main, #footer {
	width: 760px;
}

#menu, #footer {
	line-height: 130%;
	font-size: 70%;	
}


#menu a {
	color: #666666;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:active, #menu a:hover {
	text-decoration: underline;
}

a {
		color: #666666;
}

a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}


ul {
	list-style: square;
}

li, p, address {
	line-height: 150%;
	margin-left: 1em;
}

p, address, ol, ul, td {
	font-size: 80%;
}

p, li {
	text-align: justify;
}

h1 {
	font-size: 140%;
	color: #666666;
}

h2 {
	font-size: 120%;
	color: #666666;
}

h3 {
	font-size: 100%;
	color: #666666;
}


address {
font-style: normal;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  	float: left;
  	width: 250px;
 	text-align: right;
	font-size: 80%;
}

div.row span.formw {
 	float: right;
  	width: 500px;
  	text-align: left;
	font-size: 80%;
}

input, textarea {
	border: 1px solid #666;
	font-family: Verdana, Tahoma, Georgia, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 2px;
}


