body {
	behavior: url("csshover.htc");
	font: 100% verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}


#masthead {
	margin: 0;
	padding: 0;
}

#navbar ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 34px;
	border-bottom: 1px solid #666;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 34px;
}
html>body #navbar ul {
	height: 33px;
}


#navbar ul li {
	float: left;
}

#navbar ul li a{
	float: left;
	background: url(../images/tab-down.gif);
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	margin: 0 5px;
	padding: 9px 0 0 0;
	width: 256px;
	height: 33px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 256px;
	height: 33px;
}
html>body #navbar ul li a {
	width: 256px;
	height: 24px;
}

#navbar ul li a:hover, #navbar ul li a:active, #navbar ul li a:focus {
	background: url(../images/tab-up.gif);
}

#container {
	padding: 10px;
}

#menu1 {
	float: right;
	color: #396;
	font-size: 0.7em;
	font-weight: bold;
}

#menu1 a {
	color: #396;
	text-decoration: underline;
}

#menu1 a:hover, #menu1 a:active, #menu1 a:focus {
	text-decoration: none;
}

#content H1 {
	color: #396;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dotted #396;
	padding: 0;
	margin: 30px 0 20px 0;
}

#content H2 {
	color: #396;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 14px 0 7px 0;
}

#content p {
	font-size: 0.8em;
	margin: 3px 0 15px 0;
	padding: 0;
}

#content ul, #content ol {
	font-size: 0.8em;
	margin: 3px 0 15px 30px;
	padding: 0;
	list-style: square;
}

#content ul li {
	padding: 0 0 0 5px;
	margin: 2px 0;
}

#content a {
	color: #396;
	text-decoration: underline;	
}

#content a:hover, #content a:focus, #content a:active {
	text-decoration: none;	
}

#content address {
	font-size: 0.8em;
	margin: 3px 0 15px 0;
	padding: 0;
}

#content .centered {
	text-align: center;
}

#content blockquote {
	background: #cfc;
	font-size: 0.9em;
	margin: 25px auto;
	padding: 7px;
	width: 550px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 536px;
}
html>body #content blockquote {
	width: 536px;
}

/* FOOTER */

#footer {
	border-top: 1px solid #666;
	clear: both;
	margin: 10px;
	text-align: center;
	font-size: 0.7em;
	color: #333;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
}

/* IMAGES PLACEMENT */

.imgleft {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
}

.imgcenter {
	text-align: center;
	margin: 0 14px;
	padding: 0;
}

.imgright {
	float: right;
	margin: 0 0 0 14px;
	padding: 0;
}

.hp-photo {
	background: #9C9;
	margin: 0 7px;
	padding: 7px;
	border: 1px solid #696;
}

#menu {
	background: #9C9;
	margin: 70px 0 20px 20px;
	padding: 0;
	width: 164px;
	voice-family: "\"{\"";
	voice-family: inherit;
	width: 150px;
	float: right;
}
html>body #menu {
	width: 200px
}

#menu ul {
	list-style: none;
	border-left: 1px solid #696;
	border-top: 1px solid #696;
	border-right: 1px solid #696;
	margin: 0;
	padding: 0;
}

#menu ul li {
	border-bottom: 1px solid #696;
	margin: 0;
	padding: 3px 2px;
}

#menu ul li:hover {
	background: #696;
}

#menu ul li a{
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
	display: block;
}