body {
font-family: Tahoma, Arial, sans-serif;
font-size: 0.8em;
margin:0;
padding:0;
vertical-align: middle;
}

#TopTable {
	width: 800px;
	margin: 0 auto;
	height: 450px;
}
td {
	text-align: left;
}
#HeaderRow {
	height: 60px;
}
#ImageCell {
	width: 480px;
	border: 3px solid #000;
	border-right: none;
}
#ImageCell img {
	width: 400px;
	height: 450px;
	display:block;
}
#TextCell {
	border: 3px solid #000;
	border-left: none;
	width: 400px;
	padding: 8px;
}
#TextCell ul li {
	list-style-type: disc;
}
#TopRight table tr td a {
position: relative;
top: 14px;
}
#BottomLeft{
padding-top:8px;
}
#BottomRight a {
position:relative;
top:-8px;
}

#BottomLeft input{
display:inline;
margin:0;
}
#BottomLeft fieldset, #BottomLeft form{
display:inline;
margin:0;
padding:0;
}
.MenuCell table {
	width: 100%;
}
.MenuCell a{
	text-transform: uppercase;
	font-size: 12pt;
}

.rAlign {
	text-align:right;
}
.tdRight{
	text-align:right;
}
.tdRight a{
float:right;
}
.tdRight a img.replacement{
display:inline;
}

address{
	font-family: "Courier New", courier, monospace;
	font-style: normal;
	padding-top: 2px;
}

#Contact td, #Contact th {
	padding: 6px 12px;
	vertical-align: top;
}

a img{
border: none;
text-decoration: none;
}

h1{margin:0; padding:0;}
h2, h3, h4, h5{
	margin: 4px 0;
	padding: 0;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2{
	font-size:44px;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
	margin: 4px 0 6px 0;
}
h5{
	font-size: 0.9em;
	padding:0;
	margin:0;
}

p{
	padding:0;
	margin:4px 0px 12px 0px;
}

a{
	color:#000;
	background-color:#fff;
}
#Text a{
	color:#665555;
	background-color:#fff;
}
a:hover{
	color:#ff0000;
	background-color:#f0f0f0;
	text-decoration: underline;
}