body {
	background: #E5E5E5 url('background.jpg') repeat-x fixed top left;
	color: #333;
	text-align: center;
	font-family: verdana;
}

#layout {
	margin: auto;
	width: 720px;
	background: #FFF url('foot_background.jpg') repeat-x bottom left;
	border-bottom: 8px solid #99B1BF;
	padding: 8px;
}

#head {
	height: 100px;
	background: url('slogan.png') no-repeat top right;
	vertical-align: center;
	text-align: left;
	word-spacing: 10px;
}

img.company_logo {
	border: 1px solid #333;
}

#body {
	padding: 20px;
	text-align: left;
}

#foot {
	height: 80px;
	text-align: left;
}

#foot_table td {
	font-size: 10pt;
	vertical-align: bottom;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

p, li {
	font-size: 10pt;
}

small {
	font-size: 8pt;
}

label {
	font-size: 8pt;
	padding-bottom: 20px;
}

td.foot_div {
	width: 28px;
}

div.gray_box {
	float: left;
	height: 200px;
	width: 100px;
	background: #777;
	padding: 20px;
	font-size: 16pt;
	color: white;
	text-align: center;
}

hr {
	width: 100px;
	border: none;
	border-bottom: 1px solid black;
}

select#formtype { margin-bottom: 20px; }

input:focus { border: 2px solid red; }

label { display: block; }


#slide-images{
	float: right;
	margin-left: 18px;
	margin-bottom: 16px;

	position: relative;
	display: block;
	padding: 0px;

	width: 302px;
	height: 202px;

	overflow: hidden;
}

#slide-images li{
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

#slide-images li img{
	display: block;
	background-color: #FFF;
	border: 1px solid #333;
}

h1#title {
	display: none;
}

a:link, a:visited { color: #0069A6; text-decoration: none; }
a:active, a:hover { color: #A66900; text-decoration: underline; }

