body {
	background-color: #e7e7e7;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

#container {
	width: 760px;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header {
	width: 760px;
	height: 160px;
	border-bottom: 1px solid #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#menu {
	width: 760px;
	height: 25px;
	vertical-align: top;
	background-color: #f7f7cf;
	font-family: "Trebuchet MS", Verdana, Tahoma, Garamond, "Bookman Old Style", "Times New Roman", Times, serif;

}

#menu table {
	padding: 3 10 10 10;
	spacing: 0 0 0 0;
	margin: 0 0 0 0;
}

#menu td {
	vertical-align: top;	
	text-align: left;

	padding-right: 0.5em;
}

#menu a {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 80%;
	line-height: 100%;
}

#menu a.current {
	color: #878787;	
}

#menu a.normal {
	color: #000;
}

#content {
	width: 100%;
	vertical-align: top;
	border-top: 1px solid #000;
	text-align: left;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 50px;
}

#content p, #content li, #content address, #content form, #content td {
	font-family: "Trebuchet MS", Verdana, Tahoma, Garamond, "Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 100%;
	padding-right: 2em;
	padding-left: 2.5em;
	line-height: 120%;
}

ul li{
	list-style: none;
}

#content form td {
	padding-left: 0;
}

#content textarea, #content input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#content td.fieldname {
	text-align: right;
	padding-right: 0.5em;	
}

#content a:link, #content a:visited {
	color: #666;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: #666;
	text-decoration: underline;
}


#content input, #content textarea {
	border: 1px solid #999;
}



#content h1, #content h2, #content h3 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Garamond, "Bookman Old Style", "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding-left: 20px;
	padding-right: 15px;
	color: #666;
}

p {
	margin-top: 5px;
}

#content h1 {
	font-size: 150%;
	line-height: 100%;
}


#content h2 {
	font-size: 120%;
	line-height: 100%;
}

#content h3 {
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 0;
}

tr .odd {
background-color: #e7e7e7;
}

tr .even {
background-color: f7f7f7;
}