body {
    background-color: #ebe9e6;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

div.layout {
    width: 800px;
	background-color: #f8f7f4;
    margin-left: auto;
    margin-right: auto;
	border-width: 1px;
	border-color: #d9d6c7;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
	
div.navigation {
	width: 768px;
    background-color: #f8f7f4;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
    padding-bottom: 8px;
	border-width: 0px;
	border-color: #ebe9e6;
	border-style: solid;
	text-align: center;
	}
	
div.heading {
	width: 768px;
    background-color: #4fb34f;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #8dc18d;
	border-style: solid;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	}
	
div.article {
	width: 768px;
    background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
    padding-bottom: 8px;
	border-left-width: 1px;
	border-left-color: #d9d6c7;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #d9d6c7;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9d6c7;
	border-bottom-style: solid;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	}
	
div.contact {
	width: 768px;
    background-color: #f8f7f4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
    padding-bottom: 8px;
	border-width: 0px;
	border-color: #d9d6c7;
	border-style: solid;
	}
	
div.center {margin-left: 36pt;
	margin-right: 36pt;}


a:link {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    text-decoration: none;
}

a:visited {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    text-decoration: none;
}

a:hover {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    text-decoration: underline;
}

a.style2:link {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.style2:visited {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.style2:hover {
    color: #228B22;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
}

a.style3:link {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.style3:visited {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.style3:hover {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
}

a.maillink:link {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    text-decoration: underline;
}

a.maillink:visited {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    text-decoration: underline;
}

a.maillink:hover {
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    text-decoration: underline;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFFFFF;
	margin-top: 4pt;
	margin-bottom: 4pt;
	margin-left: 36pt;
	margin-right: 36pt;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    margin-left: 24pt;
	margin-right: 24pt;
}

p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #333333;
	margin-left: 36pt;
	margin-right: 36pt;

}

p.plain {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #333333;
	margin-left: 6pt;
	margin-right: 6pt;

}

p.strong {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
	font-weight: bold;
    color: #333333;
	margin-left: 6pt;
	margin-right: 6pt;
    text-align: center;
}

p.contact {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #333333;
	margin-left: 36pt;
	margin-right: 36pt;
    text-align: center;
}

p.caption {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    font-style: italic;
    color: #666666;
	margin-left: 36pt;
	margin-right: 36pt;
}

ul {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #333333;
	margin-left: 36pt;
	margin-right: 36pt;
}

img {
    border-color: #666666;
	border-style: solid;
}