body {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	background: url('images/signature_03.gif') no-repeat rgb(109, 105, 99);
	text-align:center;
}

a {
	color: black;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid black;
}

h1 {
font-size: 16pt; font-weight: 300;
	display: inline;
	font-style: italic;
}

h2 {
	font-size: 14pt;
	font-weight: 300;
}

h4 {margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 4px;
	font-weight: 500;
	padding: 0px;}

h5 {
	font-family: 'Lucida Grande', Trebuchet, Arial;
	font-weight: 300;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

#body {
	margin-left:120px;
	width: 640px;
	margin-right: auto;
	background: rgb(109, 105, 99);
	text-align: center;
}

#header {
	min-width: 600px;
	height: 50px;
	text-align: right;
	padding: 0px;
	// border: solid orange 1px;
}

#nav {
	width: 200px;
	height: 40px;
	right: 460px;
	// border: solid red 1px;
	position: absolute;
	padding: 0px;
}

#title {
	// border: solid green 1px;
	height: 40px;
	width: 360px;
	right: 140px;
	position: absolute;
	padding: 0px;
}

#navigation {
	// width:100%; 
	padding:0px;
	margin:0px;
	// border: 6px solid rgb(99, 95, 89);
	background: rgb(99, 95, 89);
	font-family: Arial; 
	font-size: 9pt;
	text-align: center;
}

#content {
	// width: 100%;
	margin: 10px 120px;
	// padding: 10px;
	// text-align: center;
	// border: solid green 1px;
	font-size: 10pt;
	font-family: 'Lucida Grande', Trebuchet, Arial;
	line-height: 140%;
}

.justified {
	text-align: justify;
}

.button {
	width:120px; 
	text-align:center; 
	padding:0px;
	margin: 2px -2px -3px -2px;
	border: 1px solid black;
}

.button:hover {
	background: black;
	color: white;
}

.button img {
	margin:0px;
}

.button p {
	margin:1px;
	font-family:Arial; 
	font-size:9pt;
}

.splash {
	border:6px solid black; 
	margin:20px;
}

.caption {
	font-style: italic;
	text-align: right;
}

.reference {
	text-decoration: underline;
}

.box {
	margin: 2px;
	border: 1px solid silver;
	padding: 6px;
	background: rgb(119, 115, 109);
}

.box:hover {
	margin: 2px;
	border: 1px solid silver;
	padding: 6px;
	background: rgb(129, 125, 119);
}

tr {
	border-color: #ff2b34;
	border-width: 1px;
	border-style: solid;
}

