* {
	margin: 0 ;
	padding: 0 ;
}

/* General layout */

body {
	background: url(images/texture.png) #fff6e8 ;
		/* #fff6e8 R 255 G 246 B 232 H 024 S 240 L 229 */
	color: black ;
	border: none ;
	margin: 0 ;
	padding: 1em 2em 3em 2em ;
	/* workarounds for MSIE */
	font-size: 100% ; /* fix broken em units in MSIE */
	zoom: 1 ; /* nonstandard; sets hasLayout to true in MSIE */
}
div.contentbg {
	background: url(images/texture2.png) #dfd7ca ;
		/* #dfd7ca R 223 G 215 B 202 H 024 S 063 L 200 */
	margin: 2em 0 2em 2em ;
	padding: 1em ;
	/* workaround for MSIE */
	zoom: 1 ; /* nonstandard; sets hasLayout to true in MSIE */
}
div.content {
	margin: -2em 0 0 -2em ;
	padding: 1em ;
	border: 1px solid #999 ;
	background: white ;
	color: black ;
	/* workaround for MSIE */
	zoom: 1 ; /* nonstandard; sets hasLayout to true in MSIE */
}
div.header {
	margin: 0 1em 0 1em ;
	height: 1em ;
}
div.footer {
	margin: 0 1em 0 1em ;
}

h1, p.navigation {
	text-align: center ;
}
address {
	text-align: right ;
}
.footer p , .footer address {
	margin: 1em 0 0 0 ;
}
.content p, table, dl, pre , ul, ol {
	margin: 0 5% 1em 5% ;
}
.content p.continued {
	margin-bottom: 0 ;
}
h1 {
	margin: .5em 5% .5em 5% ;
}
h2, h3, h4, h5, h6 {
	margin: .5em 5% 0 5% ;
}
ul, ol, dd {
	padding: 0 0 0 1.5em ;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0 ;
}
blockquote {
	margin: 0 1.5em 0 1.5em ;
}
table.figure {
	border: 1px solid black ;
	clear: both ;
}
table.figure.odd {
	float: right ;
	margin: 0 5% 1em 1em ;
}
table.figure.even {
	float: left ;
	margin: 0 1em 1em 5% ;
}
table.figure td, table.figure th {
	text-align: center ;
}
table.thumbnails, table.photolayout {
	margin: 0 auto 1em auto ;
	border: 1px solid black ;
}
div.thumbnail {
	height: 85px ;
	width: 85px ;
	float: left ;
	text-align: center ;
}
table.photolayout td.photo {
	height: 310px ;
	width: 310px ;
	text-align: center ;
}
table.thumbnails td {
	height: 85px ;
	width: 85px ;
	text-align: center ;
	vertical-align: middle ;
}
table.thumbnails td img {
	border: medium solid white ;
}
table.layout {
	margin: 0 5% 1em 5% ;
	padding: 0 ;
	width: 90% ;
}
table.layout td p , table.layout td ul , table.layout td ol {
	margin: 0 ;
}
html body div.content img.icon , html body div.footer img.icon {
	float: right ;
	clear: right ;
	margin: 0 0 2em 2em ;
	border: none ;
}
.clear , address {
	clear: both ;
}

/* Fonts */

p.signature {
	font: 140% "Lucida Handwriting", "Mistral", "Chaucer", "New Berolina", "Brush Script", cursive ;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold ;
	font-style: normal ;
	font-variant: normal ;
}
h1 {
	text-align: center ;
	font-size: 201% ;
}
h1 small {
	font-size: 75% ;
}
h2 {
	font-size: 175% ;
}
h3 {
	font-size: 152% ;
}
h4 {
	font-size: 132% ;
}
h5 {
	font-size: 115% ;
}
h6 {
	font-size: 100% ;
}
small, div.footer {
	font-size: 90% ;
}
.company {
	text-transform: uppercase ;
}

/* Link colors */

a:link {
	background: transparent ;
	color: #b87614 ;
		/* #b87614 R 184 G 118 B 020 H 024 S 192 L 096 */
}
.content a:link {
	background: white ;
	color: #b87614 ;
		/* #b87614 R 184 G 118 B 020 H 024 S 192 L 096 */
}
.content a:link img {
	border: solid medium #b87614 ;
		/* #b87614 R 184 G 118 B 020 H 024 S 192 L 096 */
}

a:visited {
	background: transparent ;
	color: #7a4f0e ;
		/* #7a4f0e R 122 G 079 B 014 H 024 S 192 L 064 */
}
.content a:visited {
	background: white ;
	color: #7a4f0e ;
		/* #7a4f0e R 122 G 079 B 014 H 024 S 192 L 064 */
}
.content a:visited img {
	border: solid medium #7a4f0e ;
		/* #7a4f0e R 122 G 079 B 014 H 024 S 192 L 064 */
}

a:hover , a:active {
	background: transparent ;
	color: #e89b28 ;
		/* #e89b28 R 232 G 155 B 040 H 024 S 192 L 128 */
}
.content a:hover , .content a:active {
	background: white ;
	color: #e89b28 ;
		/* #e89b28 R 232 G 155 B 040 H 024 S 192 L 128 */
}
.content a:hover img , .content a:active img {
	border: solid medium #e89b28 ;
		/* #e89b28 R 232 G 155 B 040 H 024 S 192 L 128 */
}

		/* #a78e69 R 167 G 142 B 105 H 024 S 063 L 128 */
		/* #dfd7ca R 223 G 215 B 202 H 024 S 063 L 200 */
		/* #b89258 R 184 G 146 B 088 H 024 S 096 L 128 */
		/* #684b20 R 104 G 075 B 032 H 024 S 128 L 064 */
		/* #835f27 R 131 G 095 B 039 H 024 S 128 L 080 */
		/* #c89548 R 200 G 149 B 072 H 024 S 128 L 128 */
		/* #996311 R 153 G 099 B 017 H 024 S 192 L 048 */
		/* #7a4f0e R 122 G 079 B 014 H 024 S 192 L 064 */
		/* #b87614 R 184 G 118 B 020 H 024 S 192 L 096 */
		/* #d28817 R 210 G 136 B 023 H 024 S 192 L 110 */
		/* #d78a17 R 215 G 138 B 023 H 024 S 192 L 112 */
		/* #fff6e8 R 255 G 246 B 232 H 024 S 240 L 229 */
