html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

body {
	background: url(images/silver-background.jpg) repeat;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #000000;
}

td.main {
	width: 800px;
	background: #ffffff;
}

font.top {
	background: #ffffff;
	font-weight: bold;
	font-size: 24px;
	color: #000066;
	font-style: helvetica;
}

/** layout **/

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	background: #ffffff;
}

#top {
	background: #ffffff;
 	text-align: center;
	width: 800px;
}


#left {
 	position: relative;
 	top: 0px;
 	left: 0px;
 	width: 270px;
	background: #ffffff;
 	padding-top: 30px;
}

#right {
 	position: relative;
 	top: 0px;
 	left: 0px;
 	width: 530px;
	background: #ffffff;
}

/** Left **/

#left h1 {
 	text-align: center;
 	font: 28px helvetica;
	font-weight: bold;
 	color: #d2232a;
}

#copyright {
 	color: #000000;
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
}

#copyright p {
 	margin: 10px;
}

/** Right **/

#nav {
	background-image:url(images/light-chrome-bg.jpg);
 	height: 22px;
}

#nav a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: stencil;
	text-align: center;
 	height: 22px;
 	line-height: 22px;
}

#nav a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	font-family: stencil;
	text-align: center;
 	height: 22px;
 	line-height: 22px;
}

table.menu {
	width: 530px;
}

td.menu {
	height: 22px;
	text-align: center;
}

#menu {
	background-image:url(images/light-chrome-bg.jpg);
	width: 530px;
}

#menu div.menu {
	background-image: url(images/light-chrome-bg.jpg);
	height: 22px;
	line-height: 22px;
	padding-left: 0px;
	text-align: center;
}

#menu a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu div:hover {
	background-image: url(images/dark-chrome-bg.jpg);
	line-height: 22px;
}

/** Body **/

#body {
 	background: #ffffff;
}

#body h2 {
 	color: #000000;
	background: #ffffff;
 	font-weight: bold;
 	font-size: 14px;
	font-family: helvetica;
	text-align: left;
}

#body p {
 	color: #000000;
	background: #ffffff;
 	font-weight: normal;
 	font-size: 14px;
	font-family: helvetica;
	text-align: left;
}

#body ul {
 	color: #000000;
	background: #ffffff;
 	font-weight: normal;
 	font-size: 14px;
	font-family: helvetica;
	text-align: left;
}

/** footer **/

#footer {
  	width: 530px;
  	font-size: 14px;
	font-style: helvetica;
	font-weight: bold;
  	color: #000066;
	background: #ffffff;
  	text-align: left;
}

.cell_over a {
	background-image: url(images/dark-chrome-bg.jpg);
  	color: #ffffff;
  	display: block;
  	height: 22px;
	line-height: 22px;
	text-align: center;
}

.cell_out {
	background-image: url(images/light-chrome-bg.jpg);
	line-height: 21px;
	padding-left: 0px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	height: 21px;
}