a {
	color: #007D48;
}
a:hover {
	color: #00B366;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	background-color: black;
	color: #002914;
	text-align: center;
}
body * {
	text-align: left;
}
.container {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	background-color: #BFFFE4;
	background-image: url(../images/leftcurve.png);
	background-repeat: repeat-y;
}

.margin {
	width: 100%;
	height: 9px;
	background-image: url(../images/header.gif);
	overflow: hidden;
}
.header {
	float: left;
	position: relative;
	z-index: 3;
}
.footer {
	clear: both;
	position: relative;
	z-index: 3;
}

.nav {
	float: left;
	width: 208px;
}
* html .nav {
/*grr box model problems*/
/*adding 40 to width of .nav and .content for padding on either side*/
	width: 248px;
}
.content {
	float: right;
	width: 510px;
	background-color: #E6FFF4;
	background-image: url(../images/rightcurve.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	position: relative;
	z-index: 2;
}
* html .content {
/*grr box model problems*/
/*adding 40 to width of .nav and .content for padding on either side*/
	width: 550px;
}
.center {
	margin-top: -9px;
	margin-bottom: -9px;
	min-height: 400px;
	padding: 20px 20px;
}
* html .center {
	/*because IE doesn't do min-height but treats height that way*/
	height: 400px;
}

.photo {
	background-color: white;
	width: 150px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	visibility: hidden;
}
.name {
	font-size: 1.6em;
	font-family: serif;
	color: #E6FFF4;
	background-color: black;
	margin: 10px 0px 0px -30px;
	padding-bottom: 5px;
	height: 30px;
	letter-spacing: 4px;
	word-spacing: 7px;
	overflow: visible;
	position: relative;
}
* html .name {
	/*because IE is dumb in all sorts of other ways, too*/
	height: 40px;
	margin-top: 0px;
	padding-top: 10px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	margin-bottom: 10px;
	background-image: url(../images/bullet_nouveau.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	list-style: none;
	color: #007D48;
}
.nav ul ul {
	margin-top: 8px;
	padding-left: 20px;
	font-size: smaller;
}
.nav li li {
	margin-bottom: 0px;
	background-image: none;
	padding-left: 0px;
}

.nav a {
	text-decoration: none;
}
.nav a:hover {
	color: orange;
}

.currentpage {
	font-weight: bold;
}

.topic {
	font-size: 1.2em;
	font-family: serif;
	letter-spacing: .1em;
	word-spacing: .1em;
}
.heading {
	clear: both;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}
.heading *:first-child {
	margin-top: 0px;
}
.subheading {
	clear: both;
	font-style: italic;
	margin-top: 10px;
}
.content p, .content fieldset {
	margin: 13px 20px;
	line-height: 1.4em;
	font-size: 10pt;
}
fieldset {
	padding: 0px;
	border: none;
}
label:first-child {
	margin-top: 0px;
}
label, form .submit {
	display: block;
	margin-top: 10px;
}.error {
	font-size: smaller;
	font-style: italic;
	color: red;
}
