/*
Basics...
*/
body, html, div, h1, h2, h3, h4, h5, h6, p, li, img, form {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #dacce4;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #444;
	text-align: center;
}
p {
	padding: 0 0 6px 0;
	font-size: 80%;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 6px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 12px;
	color: #5e3c89;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 6px;
	color: #5e3c89;
}
h4 {
	font-size: 90%;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
}

ul {
	margin: 0;
	padding: 0 20px 6px 20px;
}
li {
	margin: 0;
	font-size: 80%;
}
input, textarea {
	width: 200px;
	border: 1px solid #bbb;
}
input:hover, textarea:hover {
	background-color: #eee;
}
input:focus, textarea:focus {
	background-color: #fdd;
}

/*
Structural...
*/
#wrapper {
	width: 953px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
}
#head {
	height: 211px;
	background: url(../furniture/bg_head.jpg) top center no-repeat #5e3c89;
}
#head h1 {
	padding: 15px 0 0 42px;
	margin: 0;
	color: #fff;
	clear: both;
	font-family: serif;
	font-size: 160%;
	font-weight: normal;
}
#head h5 {
	padding: 105px 0 0 42px;
	margin: 0;
	color: #fff;
	clear: both;
	font-family: serif;
	font-size: 160%;
	font-style: italic;
	font-weight: normal;
}
#menu {
	background-color: #dacce4;
	clear: both;
	padding: 0 32px 0 32px;
}
#menu1 {
}
#menu2 {
	float: right;
}
#menu p {
	font-size: 120%;
	font-family: serif;
	color: #5e3c89;
	padding: 0;
	margin: 0;
}
#menu p span {
	background: url(../furniture/bg_menu.jpg) top left repeat-x #fff;
	display: block;
	float: left;
	padding: 10px 10px 7px 10px;
	margin: 0;
}
#menu p a {
	background: none;
	display: block;
	float: left;
	padding: 10px 10px 7px 10px;
	margin: 0;
}
#body {
	background-color: #fff;
	clear: both;
	padding: 20px 42px 20px 23px;
	margin: 0;
}
#body table.bodyframe {
	width: 100%;
}
#column1, #column2, #column3 {
	vertical-align: top;
}
#column1 {
	width: 200px;
	padding: 43px 20px 0 0;
}
#column2 {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px solid #dacce4;
	border-right: 1px solid #dacce4;
}
#column3 {
	width: 180px;
	padding: 43px 0 0 20px;
}
#column1 ul {
	padding: 0;
}
#column1 ul ul {
	padding-left: 0px;
}
#column1 li {
	font-size: 80%;
	padding: 0 0 8px 18px;
	list-style-type: none;
	background: url(../furniture/bullet.gif) 0 4px no-repeat;
}
#column1 ul li ul li {
	font-size: 90%;
	padding: 3px 0 5px 18px;
	background: url(../furniture/bullet.gif) 0 8px no-repeat;
}
#column1 li:hover {
	background: url(../furniture/bullet_over.gif) 0 4px no-repeat;
}
#column1 ul li ul li:hover {
	background: url(../furniture/bullet_over.gif) 0 8px no-repeat;
}
#footnote {
	text-align: center;
}
#footnote p {
	font-size: 60%;
}
#footnote span {
	font-size: 80%;
}
#footerwords {
	text-align: center;
	background-color: #ddd;
	width: 100%;
}
#footerwords p {
	padding: 10px;
	font-size: 70%;
	color: #888;
}


/*
Links...
*/
a {
	text-decoration: none;
	color: #5e3c89;
}
a:hover, a:active {
	text-decoration: underline;
	color: #5e3c89;
}


/*
Misc...
*/
.bodyfloatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.bodyfloatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.compulsory {
	color: red;
	font-weight: bold;
}
.nowidth {
	width: auto;
}
.quoteopen {
	background: url(../furniture/quote_open.gif) top left no-repeat;
	padding-left: 25px;
}
.quoteclose {
	background: url(../furniture/quote_close.gif) bottom right no-repeat;
}
.caption {
	font-style: italic;
	font-size: 80%;
}
p.small {
	font-size: 70%;
}
