html, body
{
	padding: 5px;
	margin: 0px;
	height: 100%;
}

body
{
	vertical-align: top;
	text-align: center;
	color: #000000;
	background: #ffffff;
	font-size: 1px;
}

form
{
	margin: 0px;
}

input, textarea, select, button
{
	font: normal 12px 'georgia', 'verdana', 'tahoma';
}

.form-button
{
	font-weight: bold;
}

img
{
	border: 0px;
}

p
{
	margin: 20px 0 20px 0;
}

h1
{
	margin: 0px;
	color: #000000;
	font: bold 24px 'georgia', 'verdana', 'tahoma';
}
h2
{
	margin: 0px;
	color: #000000;
	font: normal 18px 'georgia', 'verdana', 'tahoma';
}

h3
{
	margin: 0px;
	color: #626262;
	font: normal 16px 'georgia', 'verdana', 'tahoma';
}

.text1
{
	color: #000000;
	font: normal 12px 'georgia', 'verdana', 'tahoma';
}

.text2
{
	color: #626262;
	font: normal 12px 'georgia', 'verdana', 'tahoma';
}
.text2-small
{
	color: #626262;
	font: normal 11px 'arial', 'verdana', 'tahoma';
}
.text2-small2
{
	color: #626262;
	font: normal 10px 'georgia', 'verdana', 'tahoma';
}

a
{
	color: #557799;
	text-decoration: underline;
	padding: 1px;
}

a:visited
{
	color: #8b5599;
	text-decoration: underline;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.logo
{
	position: absolute;
	display: block;
	text-align: left;
	width: 150px;
	top: 0px;
	left: 0px;
}

.header-menu-links
{
	position: absolute;
	display: block;
	text-align: left;
	width: 750px;
	top: 10px;
	right: 0px;
}

.header-menu-links a
{
	color: #000000;
	text-decoration: none;
	padding: 1px;
}
.header-menu-links a:visited
{
	color: #000000;
	text-decoration: none;
}
.header-menu-links a:hover
{
	color: #ffffff;
	background: #000000;
	text-decoration: none;
}

.spacer
{
	position: relative;
	display: block;
	height: 15px;
	font-size: 1px;
}

.spacer-small
{
	position: relative;
	display: block;
	height: 5px;
	font-size: 1px;
}

.header
{
	position: relative;
	display: block;
	width: 800px;
	height: 100px;
	text-align: left;
	margin: 0px auto 15px auto;
}
.header2
{
	position: relative;
	display: block;
	height: 145px;
	text-align: left;
	margin: 0px auto 15px auto;
}
.site
{
	position: relative;
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 10px 10px 10px;
	background: #ffffff;
	overflow: hidden;
}
.site2
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 10px 10px 10px;
	background: #ffffff;
}

.footer
{
	position: relative;
	display: block;
	width: 800px;
	margin: 15px auto 0px auto;
	text-align: center;
}
.footer2
{
	position: relative;
	display: block;
	margin: 15px auto 0px auto;
	text-align: center;
}

.header-tabs
{
	position: absolute;
	display: block;
	width: 750px;
	height: 25px;
	top: 45px;
	left: 0px;
}
.header-tabs2
{
	position: absolute;
	display: block;
	width: 750px;
	height: 25px;
	bottom: 0px;
	right: 0px;
}

a.tab-active, a.tab-active:visited, a.tab-active:hover
{
	position: relative;
	float: left;
	height: 25px;
	padding: 3px 15px 5px 15px;
	vertical-align: center;
	text-align: center;
	color: #ffffff;
	font: 17px 'arial', 'verdana', 'tahoma';
	text-decoration: none;
	background-color: #557799;
}

a.tab-inactive, a.tab-inactive:visited, a.tab-inactive:hover
{
	position: relative;
	float: left;
	height: 22px;
	padding: 4px 7px 5px 7px;
	vertical-align: center;
	text-align: center;
	color: #444444;
	font: bold 12px 'arial', 'verdana', 'tahoma';
	text-decoration: none;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background: #eeeeee;
}

.thumb
{
	border: 1px solid #dddddd;
	vertical-align: top;
}