body {
	margin-top: 0;
	background: url(images/top_bg.gif) #FDF5E6 repeat-x;	
	color: #333;
}
table.site {
	margin-left: auto; margin-right: auto;
	width: 760px;
}
table.site_bdr {
	margin-left:auto; margin-right:auto;
	width: 760px;
	border-left: 10px solid #696;border-right: 10px solid #696;
	border-bottom: 1px solid #696;
}

h1 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin-bottom: 0;
}
h2 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin-bottom: 0;
}

a {
	color: #696;
}
a:hover {
	color: #6c6;
	text-decoration: none;
}

img {
	border-color: #696;
}
form {
	margin: 0;
}
ul {
	list-style-type: circle;
	padding: 0;
	margin-left: 15px;
}
ol {
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
td.header {
	font: 42px "trebuchet ms",sans-serif;
	color: #FDF5E6;
	padding-right: 10px;
	height: 73px;
	text-align: right;
}
td.subheader {
	font: 30px "trebuchet ms",sans-serif;
	color: #c00;
	padding: 5px 10px;
}
.boldtext {
	font: 20px "trebuchet ms",sans-serif;
	color: #c00;
}

.main {
	font: 16px "trebuchet ms",sans-serif;
}
td.main {
	font: 16px "trebuchet ms",sans-serif;
	padding: 5px 10px;
}
td.smalltext {
	font: 14px "trebuchet ms",sans-serif;
	padding: 2px;
}

td.topmenu {
	background: #c00;
}
table.topmenu {
	width: 90%;
	border-left: 2px groove #FDF5E6;
}
table.topmenu td {
	font: 16px "trebuchet ms",sans-serif;
	border-right: 2px groove #FDF5E6;
	text-align: center;
}
table.topmenu td a {
	display: block;
	width: 100%;
	color: #FDF5E6;
	text-decoration: none;
	padding: 10px 0 3px 0;
}
table.topmenu td a:hover {
	color: #FDF5E6;
	background: #f00;
}
table.topmenu td a.selected {
	color: #FDF5E6;
	background: #f00;
}

td.bottommenu {
	font: 14px "trebuchet ms",sans-serif;
	padding: 5px 0;
	text-align: center;
	color: #696;
}
td.bottommenu a {
	text-decoration: none;
}

table.button {
	width: 120px;
	background: #696;
	text-align: center;
	margin: 5px 0;
	border: 1px solid #FDF5E6;
}
table.button td a {
	display: block;
	width: 100%;
	font: 14px "trebuchet ms",sans-serif;
	color: #FDF5E6;
	text-decoration: none;
	padding: 5px 0;
}
table.button td a:hover {
	color: #FDF5E6;
	background: #6c6;
}

