BODY {
	font-family: sans-serif;
	font-size: 12px;
    margin:0px;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
}

TABLE, TD {
	font-family: sans-serif;
	font-size: 12px;
}

TR {
	vertical-align: top;
	background-color: rgb(240,240,240);
}

THEAD {
	font-weight: bold;
}

H1,H2,H3,H4,H5 {
	margin-top: 2px;
}

H1 {
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: white;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

IMG {
	border: 0px;
}

A {
	color: rgb(0, 102, 0);
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

A.black {
	color: black;
}

.info {
	background-color: rgb(0, 102, 0);
	color: white;
	margin: 10px;
	border-style: outset;
}

.path {
	color: gray;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 5px;
	margin-top: 0px;
}

.date {
	color: gray;
	font-size: 0.8em;
	margin: 0 0 2px 0;
}

p.imagegroup {
	margin: 2px 0 5px 5px;
}
p.imagegroup img{
	margin: 1px;
}

.error {
	color: red;
}

div.bordered {
	border: 1px solid rgb(0, 102, 0);
}

.clear {
	clear: both;
}

#left {
	float: left;
	width: 150px;
	margin: 12px;
}

#left div {
	margin-bottom: 10px;
	text-align: right;
}

#main {
	padding: 12px;
	padding-top: 15px;
	padding-left: 180px;
}

#content {
	border-top: 1px solid rgb(0, 102, 0);
	border-left: 3px double rgb(0, 102, 0);
	padding: 6px 12px 21px 12px;
	min-height: 600px;
	max-width: 800px;
	
}