h1 {
	font-size: 1.8em;
}

/*  Menu design from: http://www.alistapart.com/articles/slidingdoors/ */
/*    body {
      background:#fff;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
*/

#menu {
	float: left;
	width: 100%;
	background: #ebf1e4 url("images/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#menu li {
	float: left;
	background: url("images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#menu a {
	float: left;
	display: block;
	background: url("images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a {float: none;}
/* End IE5-Mac hack */
#menu a:hover {
	color: #333;
}

#menu #current {
	background: url("images/left_on.gif") no-repeat left top;
	border-width: 0;
}
#menu #current a {
	background: url("images/right_on.gif") no-repeat right top;
	color: #333;
	padding-bottom: 5px;
}


/* *************************************************************************** */

h1 {
	font-size: 36px;
	text-indent: 0px;
	margin: 0px;
	padding: 0em 0em 0.15em 0em;
}

h1.small {
	font-size: 24px;
	text-indent: 12px;
}

#footer {
	float: center;
    width: 100%;
    background: #ebf1e4 url("images/bg.gif") repeat-x bottom;
	text-align: center;
    font-size: 93%;
    line-height: 2em;
} 

a.footer:link {
	font-size: 18px;
	font-weight: bold;
}
a.footer:visited {
	font-size: 18px;
	font-weight: bold;
}
a.footer:hover {
	font-size: 18px;
	font-weight: bold;
	color: #cc0033;
}
a.footer:active {
	font-size: 18px;
	font-weight: bold;
}

p.footer {
	font-size: 16px;
}
