/* #655240 = 100% grey brown */
/* #8C7D70 = 75% of #655240 */
/* #B2A89F = 50% of #655240 */
/* #D8D4CF = 25% of #655240 */
/* #E0DCD9 = 20% of #655240 */
/* #EFEDEC = 10% of #655240 */

/* --DEFAULT-- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	color: #ff0000;
}

h1 {
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a formerror {
	color: #3E7698;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*  */

/* --GENERIC ID'S & CLASSES */
div.clear {
	clear: both;
}

form div {
	margin-top: 5px;
	margin-bottom: 5px;
}

em.colouredtext {
	font-style: normal;
	color: #ff0000;
}

img.left {
	margin: 0 5px 10px 0;
	float: left;
}

img.right {
	margin: 0 0 10px 5px;
	float: right;
}
/*  */

/* --STRUCTURE-- */
div#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 748px;

	background-color: #fff;
}

div.header {
	margin: 0 0 0 0;
	padding: 0;
	height: 123px;
	width: 748px;
	text-align: right;
}

div#primary {
	margin: 0;
	padding: 0;
	height: 37px;
	background: url(../images/primary_img.jpg) repeat-x top left;
}

div#content {
	margin: 0;
	padding: 0 35px 0 35px;
}

ul#footer {
	margin: 40px 20px 0 21px;
	padding: 10px 0 50px 0;
	color: #ff0000;
	font-size: 0.8em;
	list-style: none;
	border-top: #ff0000 1px solid;
	background-color: #fff;
}

ul#footer li {
	display: inline;
}

ul#footer li img {
	border: none;
	float: right;
}
/*  */

/* --HEADER-- */
div.header img {
	margin: 23px 0 0 27px;
	border: none;
	float: left;
}

#home {
	background: url(../images/header_form.jpg) no-repeat top;
}

#agenda {
	background: url(../images/header_content.jpg) no-repeat top;
}

#workshops {
	background: url(../images/header_agenda.jpg) no-repeat top;
}

#biographies {
	background: url(../images/header_home.jpg) no-repeat top;
}

#logins {
	background: url(../images/header_login.jpg) no-repeat top;
}

#contents {
	background: url(../images/header_content.jpg) no-repeat top;
}

#form {
	background: url(../images/header_form.jpg) no-repeat top;
}
/*  */

/* PRIMARY */
div#primary ul {
	display: none;
}
/*  */

/* --CONTENT-- */
table {
	margin: 0 0 15px 0;
	width: 100%;
}

th {
	padding: 3px;
	text-align: left;
	color: #fff;
	font-size: 0.9em;
	background-color: #867866;
}

td {
	padding: 2px;
	text-align: center;
	font-size: 0.8em;
	background-color: #EFEDEC;
}

table.choices {
	margin: 0;
	padding: 4px;
}

table.choices td {
	padding: 2px;
	font-size: 0.8em;
	text-align: center;
	background-color: #EFEDEC;
}

table.choices td.tdleftalign {
	text-align: left;
}

table.choices th.headers {
	color: #fff;
	text-align: center;
	background-color: #655240;
}

table.choices th.mainheding {
	width: 245px;
	color: #fff;
	background-color: #655240;
}
/*  */

/* --------------------------------------------- */

/* --FORM STYLES-- */

/* --DEFAULT-- */
fieldset {
	margin: 0 0 25px 0;
	padding: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #E0DFE3 1px solid;
}

legend {
	margin: 0;
	padding: 3px 10px 3px 0;
	color: #ff0000;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	display: block;
	line-height: 1.5em;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/*  */

/* --GENERIC ID'S & CLASSES-- */
fieldset h2 {
	margin-top: 30px;
	padding: 3px 10px 3px 10px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	background-color: #E0DCD9;
}

div.forminfo {
	margin: 0 0 30px 0;
	padding: 3px;
	text-align: center;
	background-color: #EFEDEC; /* colour = 10% of #655240 */
	border: #B2A89F 1px solid; /* colour = 50% of #655240 */
}

div.formerror {
  color: #3E7698;
	margin: 0 0 30px 0;
	padding: 3px;
	text-align: center;
	background-color: #D8E4EA; /* colour = 10% of #655240 */
	border: #9EBACB 1px solid; /* colour = 50% of #655240 */
}

div.address {
	float: left;
	width: 50%;
}

fieldset.buttons {
	text-align: center;
	border-bottom: none;
}
/*  */
