body {
	margin:0px;
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #1E4187;
	line-height: 120%;
	padding-right: 5px;
		}
	
#maincolumnimage {
	background:#FFE6AF;
	padding: 5px;
	position: absolute;
	left: 2%;
	top: 20px;
	width: 16%;
	}

#maincolumn {
	background:#FFF;
	padding: 0px 20px 20px 20px;
	position: absolute;
	width: 50%;
	left: 20%;
	top: 20px;
	}

#maincolumnplain {
	padding: 0px 20px 20px 20px;
	position: absolute;
	width: 50%;
	left: 20%;
	top: 20px;
	}

#navigation {
	font-size: 85%;
	background-color: #FFE6AF;
	top: 20px;
	position: absolute;
	left: 76%;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
#navigation a:link {
	color: #1E4187;
	text-decoration: underline;
	font-weight: bold;
	padding: 5px;
	}
#navigation a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	padding: 5px;
	}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #6380D0;
	padding: 5px;
	}
#navigation a:active {
	color: #FFE6AF;
	text-decoration: none;
	font-weight: bold;
	background-color: #6380D0;
	padding: 5px;
	}
#navigation li {
	list-style-type: none;
	margin-left: -10px;
	line-height: 150%;
	font-size: 85%;

    }	
	
#copyright {
	font-size: 75%;
	margin-top: 10px;
	line-height: 110%;
	}

#maincolumn p,h1,h2,h3 {
	}
	
h1 {
	color: #1E4187;
	font-size: 150%;
	line-height: 120%;
	padding-top: 10px;
	}
	
h2 {
	color: #1E4187;
	font-size: 120%;
}
h3 {
	color: #1E4187;
	font-size: 105%;
}
a:link {
	color: #1E4187;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #996600;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #996600;
	text-decoration: underline;
	font-weight: bold;
}
address {
	font-size: 75%;
	margin-top: 10px;
	line-height: 110%;
}
.orders {
	font-size: 100%;
	margin-top: 10px;
	line-height: 110%;
}
.more {
	font-size: 80%;
}
.dlink {
	font-size: 80%;
}
.reviewer {
	font-style: italic;
	text-align: right;
}
caption {
	text-align: left;
}
thead {
	background-color: #D7E6F0;
}
tbody {
	background-color: #FFF5E6;
}
th {
	color: #1E4187;
	text-align: left;
}
td {
	vertical-align: top;
}
.hidden {
	display: none;
}
.runaroundleft {
	float: right;
	padding: 5px;
    
}
