
/* mac hide \*/
html, body {height:100%}
/* end hide*/
html {
	
}
body {
	padding:0;
	margin:0;
	color: #000000;
	font-size: 1.0em;
}
html {
	font-family: sans-serif, serif;
	font-size: 1em;
}
/* layout styles */
#wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border: 2px solid #66cc33;
}
#logo {
	width: 100%;
	height: 150px;
}
#main {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}
#main img.map {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#main .group {
    margin: 10px 10px;
    text-align: center;
}
#main .group img {
    margin: 0 10px;
}
.detail {
margin: 0 0 0 20px;
}
.detail td.subject {
    font-weight: bold;
}
/* text styles */
h1 {
    font-size: 1.4em;
    color: #336600;
    text-align: left;
    margin: 20px 0 15px 20px;
    border-bottom: 1px solid #66cc33;
}
p {
    margin: 0 0 10px 20px;
    color: ;
}
li {
    color: #336600;
    font-weight: bold;
}
li span {
    color: #000;
    font-weight: normal;
}
.firstletter {
    color: Red;
    font-weight: normal;
    font-size: 1.2em;
}
/* link styles */
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
}
/* menu */
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #66cc33;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	text-align: center;
}
#nav a {
	display: block;
	width: 265px;
	w\idth: 12em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 0;
	text-align: center;
}
#nav li {
	float: left;
	padding: 0;
	width: 265px;
}
#nav li:hover, #nav li.sfhover {
	background: #ffcc66;
}