* {
	margin: 0;
	padding: 0;
}

body {
	color: #4e4e4e;
	font-size: 12px;
	font-family: arial, sans-serif;
	background-color: #e0e0e0;
}

.bttn {
	display: block;
	line-height: 24px;
	background: url(../images/bttn-left-arrow.gif) no-repeat left #1f5382;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	padding: 0 13px;
	width: auto;
	float: left;
}

.clear {
	display: block;
	clear: both;
	height: 0;
}

.black {
	color: #000000;
}

/* logo
-------------------*/
#logo {
	width: 900px;
	height: 108px;
	margin: 0 auto;
	position: relative;
}

#logo h1 {
	width: 224px;
	height: 108px;
	font-size: 1em;
	background: url(../images/logo.gif) no-repeat;
}

#logo h1 a {
	display: block;
	width: 224px;
	height: 108px;
	text-decoration: none;
	text-indent: -999em;
}

#logo p {
	position: absolute;
	right: 35px;
	bottom: 17px;
}

#logo p a {
	color: #4e4e4e;
	text-decoration: none;
}

/* page wrapper
-------------------*/
#page-wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/background.gif) repeat-y #FFFFFF;
}

/* header
-------------------*/
#header {
	width: 865px; /*900px;*/
	height: 75px; /*100px;*/
	background: #1f5382 url(../images/header.gif) no-repeat left;
	color: #FFFFFF;
	padding: 25px 0 0 35px;
}

#header h4, #header h2 {
	display: none;
}

#header-bottom {
	display: block;
	width: 900px;
	height: 15px;
	background: url(../images/header-bottom-shadow.gif) repeat-x;
}

/* middle
-------------------*/
#middle {
	width: 825px;
	margin: 30px 0 0 35px;
	padding-bottom: 150px;
}

#middle hr {
	border: 0;
	border-top: 1px #e2e2e2 solid;
	background: #e2e2e2;
	height: 1px;
	margin-bottom: 1em;
}

#middle h4 {
	color: #808080;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 1em;
}

#middle h4 big {
	display: block;
	font-size: 23px;
	margin: 5px 0 -10px;
	color: #4e4e4e;
}

/* columns
-------------------*/
#left-col {
	width: 180px;
	float: left;
	font-size: 15px;
	color: #808080;
}

#left-col ul {
	list-style: none;
	border-bottom: 1px #e2e2e2 solid;
	margin-bottom: 45px;
	text-align: right;
}

#left-col ul li {
	border-top: 1px #e2e2e2 solid;
	line-height: 30px;
}

#left-col ul li a {
	display: block;
	color: #808080;
	text-decoration: none;
}

#left-col ul li.register {
	font-size: 23px;
	color: #1f5382;
	text-align: left;
	padding: 5px 0;
}

#left-col p {
	margin-bottom: 1em;
}

/* right column */
#right-col {
	width: 175px;
	float: right;
}

#right-col p {
	margin-bottom: 20px;
}

/* content */
#content {
	width: 420px;
	margin-left: 200px;
}

#content p, #content table {
	margin-bottom: 1em;
	line-height: 1.4em;
}

#content table tr {
	vertical-align: top;
}

#content h3 {
	color: #1f5382;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}

#content h5 {
	font-size: 12px;
	margin-bottom: 0.7em;
}

#content .register {
	font-weight: bold;
	font-size: 14px;
}

#content .register .red {
	font-size: 17px;
	color: #1f5382;
}

#content .video {
	margin-bottom: 20px;
	text-align: center;
}

/* footer
-------------------*/
#footer {
	display: block;
	width: 920px;
	height: 15px;
	background: url(../images/footer-bg.png) no-repeat;
	margin: 0 auto;
}


table.agenda {
	font-size: 10px;
	border-collapse: collapse;
}

table.agenda th, table.agenda td {
	padding: 5px 13px;
}

table.agenda th {
	background: #808080;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

table.agenda td {
	background: #f6f6f6;
	border-top: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
}




/* side bar/google form*/
.box {
	border: 1px solid #E2E2E2;
	width: 100%;
}

#middle .box h4 {
	background: #E2E2E2;
	color: #1F5382;
	font-weight: bold;
	padding: 0 10px;
	line-height: 30px;
}

.box form {
	padding: 0 10px;
}