html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	background-color: #dedbc2;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #005c9f;
	margin-bottom: 1em;
	border-bottom: 1px solid #005c9f;
	padding-bottom: 0.2em;
}

h2 {
	font-size: 14px;
	font-style: bold;
	margin-bottom: 1em;
}

a {
	color: #005c9f;
	text-decoration: none;
}

a:hover {
	color: #cbc8ad;
}

hr {
	width: 100%;
	color: #005c9f;
	background-color: #005c9f;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
	clear: both;
}

table {
	margin-bottom: 1em;
}

ul {
	margin-left: 20px;
	line-height: 2em;
}

div.workshop {
	width: 635px;
	padding: 10px 10px 0 10px;
	border: 1px solid #005c9f;
	background-color: #d6e4ec;
	font-size: 11px;
	color: #005c9f;
	margin-bottom: 1.5em;
	clear: both;
}

.blue {
	color: #005c9f;
	font-weight: bold;
}

.big {
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     frame
*/

div#frame-background {
	width: 1300px;
	margin: 0 auto;
	background-image: url(_graphics/background-frame.jpg);
	background-repeat: no-repeat;
	height: 100%;
}

div#frame {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(_graphics/background-content.gif);
	background-repeat: repeat-y;
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     masthead
*/

div#masthead {
	width: 900px;
	line-height: 0;
	height: 220px;
}

div#nav {
	width: 900px;
	height: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     sidebar
*/

div#sidebar {
	width: 160px;
	padding: 1.5em 20px 0 25px;
	float: left;
}

div#sidebar p {
	color: #000000;
	line-height: 1.5em;
	font-size: 11px;
}

div#sidebar-home {
	width: 160px;
	padding: 1.5em 20px 0 25px;
	float: left;
	background-image: url(_graphics/p-sidebar-home.jpg);
	background-repeat: no-repeat;
}

div#sidebar-home p {
	color: #000000;
	line-height: 1.5em;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     content
*/

div#content {
	width: 655px;
	padding: 1.5em 20px 0 20px;
	float: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     form elements
*/

fieldset {
	border: 1px solid #005C9F;
	padding: 0 1em 1em 1em;
	margin-bottom: 0.5em;
}

legend {
	background-color: #005C9F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
}

label {
	padding-top: 1em;
	display: block;
	width: 600px;
	clear: both;
	font-size: 9px;
	font-weight: bold;
	color: #005C9F;
}

input, select {
	color: #000000;
	max-width: 290px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0.2em 0 0.3em 0;
}

ol.attendee {
	margin: 0 0 1em 5em;
	font-size: 0.9em;
}

p.close {
	margin: 0 0 0 2em;
	font-size: 0.9em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     footer-home
*/

div#footer {
	width: 655px;
	height: 100px;
	padding: 1.5em 0 0 225px;
	background-image: url(_graphics/footer-background.gif);
	background-repeat: no-repeat;
	clear: both;
	
}

div#footer p {
	font-size: 10px;
	color: #005c9f;

}
