body {
	color: #333;
	text-align: center;
	background: #F0F8FF url(images/body_bg.jpg) fixed repeat-x;
	margin: 10px 0;
}
table.site {
	margin-left:auto; margin-right:auto;
	width: 762px;
	background: #FFF;
}

.header {
	font: 48px arial,sans-serif;
	color: #FFF;
	padding: 5px 0 5px 5px;	
	background: #03F url(images/header_bg.jpg) repeat-x;
}
.header_lower {
	font: 24px arial,sans-serif;
	color: #FFF;
}

#main_menu {
	width: 762px; /*leave this value at 100% in most cases*/
	overflow: hidden;
	font: 16px arial,sans-serif;
}
#main_menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	background: url(images/main_menu_bg.gif) center center repeat-x;
}
#main_menu ul li {
	display: inline;
	float: left;
}
#main_menu ul li a {
	float: left;
	color: #FFF; 
	padding: 12px 15px 4px 15px;
	text-decoration: none;
	border-right: 1px solid #B0C4DF; /*divider between menu items*/
}
#main_menu ul li a:hover, #main_menu ul li #selected {
	color: #FFF; /*text color of selected and active item*/
	padding-top: 13px; /*shift text down 1px for selected and active item*/
	padding-bottom: 3px; /*shift text down 1px for selected and active item*/
	background:  url(images/main_menu_bg2.gif) center center repeat-x;
}
#main_menu ul li #selected {
	color: #03F;
}

.bottommenu {
	color: #B0C4DF;
	text-align: right;
	border-top: 1px solid #B0C4DF;
}
.bottommenu a {
	font: 14px arial,sans-serif;
	text-decoration: none;
}

h1 {
	font: normal 24px verdana,sans-serif;;
	margin-bottom: 0;
}
h2 {
	font: normal 18px verdana,sans-serif;
	margin-bottom: 0;
}
a {
	color: #03F;
}
a:hover {
	color: #6495ED;
	text-decoration: none;
}
form {
	margin: 0;
}
img {
	border-color: #333;
}
ul {
	list-style-type: bullet;
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #B0C4DF;
	background: #B0C4DF;
	border: 0;
	height: 1px;
}

.main {
	font: 14px verdana,sans-serif;
}
td.main {
	font: 14px verdana,sans-serif;
	padding: 15px;
}
td.main_table {
	font: 14px verdana,sans-serif;
	padding: 15px 0;
}
.text {
	font: 14px verdana,sans-serif;
}
td.text {
	font: 14px verdana,sans-serif;
	padding: 5px;
}
.boldtext {
	font: 18px verdana,sans-serif;
}
.subheader {
	font: 24px verdana,sans-serif;
}
.smalltext {
	font: 12px arial,sans-serif;
}

.button {
	width: 120px;
	background: #03F;
	text-align: center;
	margin: 15px 0;
	border: 1px solid #FFF;
}
.button td a {
	display: block;
	width: 100%;
	font: 12px arial,sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}
.button td a:hover {
	color: #FFF;
	background: #6495ED;
}

#slideshow {
	border: 1px solid #C0C0C0;
	padding: 5px 0 4px 12px;
}
a.slideshow img {
	border: 6px solid #FFF;
}
a.slideshow:hover img {
	border: 6px solid #6495ED;
}
a.slideshow:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}