html, body, h1, h2, h3, form, img, ul, p {
	margin: 0; padding: 0; border: 0;
}
body {
	padding: 0 0 24px 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
}
input, table {
	font-size: 100%;
}
input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #ab4816;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	display: inline;
}
.hidden {
	display: none;
}
.clear {
	clear: both; overflow: hidden; height: 1px;
}


.page {
	position: relative;
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/page.gif) 0 190px no-repeat;
}
#flash {
	position: absolute;
	top: 3px; right: 5px;
}


.header .logo {
	float: left;
}
.header .title {
	float: right;
	margin: 72px 0 0 0;
}
.header .menu {
	width: 100%;
	margin: 0 0 1px 0;
	background: #7a2e7b;
	border-top: #e7ebf1 solid 1px;
	border-bottom: #e7ebf1 solid 1px;
}
.header .menu ul {
	width: 646px;
	margin: 0 0 0 64px;
	list-style-type: none;
}
.header .menu li {
	float: left; position: relative; display: inline;
	margin: 0 0 -1px 0;
}
.header .menu li a {
	display: block; float: left;
	color: #fff;
	height: 23px;
}
.header .menu li.item1 a {
	width: 59px;
	background: url(../images/item1.gif) 0 0 no-repeat;
}
.header .menu li.item2 a {
	width: 64px;
	background: url(../images/item2.gif) 0 0 no-repeat;
}
.header .menu li.item3 a {
	width: 93px;
	background: url(../images/item3.gif) 0 0 no-repeat;
}
.header .menu li.item4 a {
	width: 170px;
	background: url(../images/item4.gif) 0 0 no-repeat;
}
.header .menu li.item5 a {
	width: 79px;
	background: url(../images/item5.gif) 0 0 no-repeat;
}
.header .menu li.item6 a {
	width: 100px;
	background: url(../images/item6.gif) 0 0 no-repeat;
}
.header .menu li.item7 a {
	width: 81px;
	background: url(../images/item8.gif) 0 0 no-repeat;
}
.header .menu li a:hover, .header .menu li a.active {
	background-position: 0 -23px;
}


div.left {
	float: left; display: inline;
	width: 530px;
	margin: 0 0 0 12px; padding: 16px 0;
}
div.left h1 {
	padding: 0 0 20px 0;
}
div.left p {
	padding: 0 0 0 5px;
	font-size: .7em;
}
div.left ul {
	padding: 0 0 12px 20px;
	font-size: .7em;
	line-height: 1.25em;
}
div.left form {
	float: left;
	width: 280px;
}
div.left input.txt, div.left textarea {
	width: 240px;
	margin: 0 0 8px 0;
}
div.left select {
	width: 246px;
	margin: 0 0 8px 0;
}
div.left label {
	font-size: .7em;
}




div.right {
	float: right; overflow: hidden;
	width: 188px;
	padding: 7px 0 60px 0;
	background: #ccc;
}
div.right p {
	padding: 24px 0 0 10px;
	font-size: .7em;
}


.footer {
	padding: 3px 0;
	font-size: .7em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background: #7a2e7b;
	border-top: #e7ebf1 solid 1px;
	border-bottom: #e7ebf1 solid 1px;
}
.footer a {
	color: #fff;
}