/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.center {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.gradient {
	background-color: #000000;
	background-image: url(/images/gradient.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
.shadow {
	background-color: #FFFFFF;
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#header {
	position: relative;
}

#logo {
	background-color: #000000;
}

#mainbody {
	background-color: #ffffff;
}

#comments {
	width: 175px;
	border: 1px solid #cccccc;
	margin: 5px 5px 5px 10px;
	background: #DDFFC5
}

#footer {
	color: #ffffff;
	position: relative;
}

#footer p {
	float: right;
	background-color: #339900;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
		
h1 {
	font-size: 1.35em;
	}

h2 {
	color: #FF6600;
	font-size: 1.25em;
	}
	
h2.label {
	font: bold 14px Arial, sans-serif;
	display: inline;
	position: relative;
	top: -10px;
	background-color: #fff;
	color: #FF6600;
	font-size: 1em;
	padding: 0 10px;
	margin: 0 0 0 10px;
	}

h3 {
	font-size: 1.15em;
	}

h4 {
	font-size: 1.05em;
	}
 
h5 {
	font-size: .85em;
	}
	
h6 {
	font-size: .75em;
	}

h1 a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #9F3232;
	}
	
h1 a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}

h1 a:hover {
	color: #339900;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	}
	
h2 a:link {
	color: #339900;
	text-decoration: none;
	border-bottom: 1px dotted #339900;
	}
	
h2 a:visited {
	color: #339900;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}

h2 a:hover {
	color: #666666;
	border-bottom: 1px solid #339900;

	}
ul, ol {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
#mainbody li {
	display: list-item;
	}

#mainbody tr {
	display: table-row;
	}

#mainbody td, #mainbody th {
	display: table-cell;
	vertical-align: top;
	padding: 2px;
	}

#mainbody th {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #339900;
	background-color: #ebebeb;
	text-align: left;
	}

#mainbody #comments table {
	display: table;
	width: 170px;
	border: 0px none;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
#mainbody #comments td {
	display: table-cell;
	vertical-align: top;
	padding: 0px;
	}
	
.block {
		margin: 20px 10px 30px;
		border: 1px solid #ccc;
		}

#mainbody .paw {
		list-style-image: url(images/paw.jpg);
		}

#mainbody .tree {
		list-style-image: url(images/tree.gif);
		}
				
#mainbody .pdf {
	list-style-image: url(images/pdf.gif);
	}
	
#mainbody .doc {
	list-style-image: url(images/doc.gif);
	}

#mainbody .mov {
	list-style-image: url(images/mov.gif);
	}

#mainbody .link {
	list-style-image: url(images/link.gif);
	}
	
.message {
	color: red;
}