body {
	color: black;
	font: 62.5% normal tahoma, arial, sans-serif;
	background:  white;
	}


h2 {
	color: #006bbd; /*#74009d;*/
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	}

h3 {
	color: #006bbd; /*#74009d;*/
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
	form h3 { margin-bottom: 0; }

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

ul {
	list-style: circle;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 2em 2em;
	}

form, .button { 
	margin-bottom: 4em;
	}

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


.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.large { font-size: 1.9em; }
.strike { text-decoration: line-through; }
.red { color: red; }
.blue { color: blue; }

.container {
	width: 752px;
	margin: 0 auto;
	}


#header {
	background: url('../images/bg.gif') top left repeat-x #290a33;
	padding-bottom: 20px;
	}
	#header .container {
		width: 720px;
		background: url('../images/hr_dash.gif') bottom left repeat-x;
		margin: 0 auto;
		padding: 58px 0 20px 0;
		}

	#header h1 a {
		overflow: hidden;
		display: block;
		width: 357px;
		height: 78px;
		text-indent: -5000px;
		background: url('../images/logo.gif') center left no-repeat;
		}

	#header p {
		overflow: hidden;
		width: 273px;
		height: 78px;
		text-indent: -5000px;
		background: url('../images/dates.gif');
		float: right;
		}


#body {
	position: relative;
	background: /*url('../images/body_bg.gif')*/ white;
	padding: 7px 7px 0 7px;
	}
	#body .top {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
		width: 752px;
		height: 14px;
		background: url('../images/body_top.gif');
		}

	#body .block {
		/*background: url('../images/body_gradient.gif') top left repeat-x;*/
		border: 4px solid white;
		padding: 30px;
		}

	#body .hr {
		clear: both;
		height: 8px;
		font-size: 1px;
		background: url('../images/body_shadow.gif');
		}

	#body .calendar {
		min-height: 42px;
		background: url('../images/ico_calendar.gif') center left no-repeat;
		margin: 0 60px 30px 60px;
		padding: 10px 0 10px 115px;
		}
		#body .calendar * { margin-bottom: 0; }
		#body .canedar p { font-size: 1.7em; }

	#body form.optin {
		background: #e4eff3;
		border: 1px solid #75bdd7;
		margin: 0 60px 30px 60px;
		padding: 2em 2em 1em 2em;
		}
		#body form.optin label {
			display: block;
			font-size: 1.3em;
			font-weight: bold;
			line-height: 1.3em;
			}

		#body form.optin input.text {
			display: block;
			width: 300px;
			font-size: 1.7em;
			background: white;
			border: 1px solid black;
			margin-bottom: 1em;
			padding: 3px;
			}

		#body form.optin input.submit {
			display: inline;
			margin-top: 6em;
			float: right;
			}

	#body .speaker.block div {
		margin-left: 155px;
		}

	#body .speaker.block img.photo {
		width: 111px;
		height: 142px;
		background: url('../images/picture_border.gif');
		margin-bottom: 5em;
		padding: 10px 13px 14px 11px;
		float: left;
		}


#footer.block {
	padding: 14px 30px;
	}
	#footer p {
		font-size: 1.3em;
		margin-bottom: 0;
		}