body {
	background-color: #FFF;
	background-image: url(../images/conference_back.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

a:active,a:focus{
	outline:none
}

h1, h2, h3{
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px;
}

p, ul, ol {
	margin: 0px 0px;
}

a:link {
	color: #052755;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #052755;
}

img {
	border: none;
}

blockquote{
	margin: 5px 5px;
	padding: 0px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vaMiddle{
	vertical-align: middle;
}

.clearIt{
	clear: both;
	height: 1px;
	line-height: 1px;
}

.bold{
	font-weight: bold;
}

/* Form */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	background-image: url(../images/wrapper_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 100%;
}

/* Header */

#header {
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 0px;
	position: relative;
	width: 846px;
}

#header img{
	left: -1px;
	position: relative;
}

/* Menu */
#menu {
	color: #FFF;
	margin: 5px 0px 0px 30px;
	position: relative;
	text-align: center;
	width: 870px;
}

#menu ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu li {
	display: block;
	float:left;
	padding: 0px 0px 0px 4px;
}

#menu a {
	color: #052755;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	text-decoration: underline;
}

#Home a#homeLink, #intro a#introLink, #keynotes a#keyLink, #agenda a#agendaLink, 
#sponsors a#sponsorsLink, #registration a#regLink, #signup a#signupLink, #brochure a#brochureLink, #materialsLink a#materialsLink{
	font-weight: bold;
}

/* Page */
#page {
	margin: 0px auto;
	width: 845px;
}

/* Content */

#content {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 35px;
	width: 805px;
}

h1{
	color: #052755;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.smallerH1Text{
	font-size: 18px;
}

p{
	color: #052755;
	font-size: 13px;
	line-height: 23px;
	margin: 0px 30px 10px 0px;
}

h2{
	color: #ad8c5a;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}

#content ul{
	color: #052755;
	font-size: 13px;
	line-height: 24px;
}

table#keynotes{
	margin: 0px 0px 10px 0px;
}

td.keynoteTD{
	text-align: center;
	padding: 0px 40px 0px 0px;
	margin: 0px 0px;
}

div.keyNoteSpeaker{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 162px; 
}

div.keynoteText{
	color: #052755;
}

div.keynoteText h3{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

div.keynoteText p{
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 2px 0px;
}

.moveBtnLeft{
	left: -6px;
	position: relative;
}

#regInfoTable{
	margin: 0px 0px 10px 0px;
	width: 520px;
}

#regInfoTable td{
	border: 1px solid #000;
	padding: 5px;
}

#regInfoTable td#noBorder{
	border: 0px solid #000;
}

/* Footer */
#aboveFooter{
	height: 120px;
	margin: 0px auto;
	position: relative;
	width: 800px;
	z-index: 40;
}

#ISSImage{
	left: 15px;
	position: relative;
	top: 55px;
}

#footer {
	background-image: url(../images/footer_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 65px;
	margin: 0px auto 0px auto;
	padding: 22px 0px 20px 0px;
	position: relative;
	width: 877px;
}

html>body #footer {
	height: auto;
}

#footer a:hover {
	color: #052755;
	text-decoration: underline;
}

#footerText{
	margin: 0px 0px;
}

#footerLinks{
	display: inline;
	float: left;
	margin: 0px 0px 0px 20px;
	text-align: center;
}

#footerLinks ul {
	list-style: none;
	margin: 0px 0px;
	padding: 3px 0px 0px 10px;
}

#footerLinks li {
	display: inline;
}

#footerLinks a {
	border-right: 1px solid #999;
	color: #000000;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin: 0px 6px 0px 4px;
	padding: 0px 6px 0px 0px;
	text-decoration: none;
	text-align: center;
}

#footerLinks a.last{
	border-right: none;
}

#siteLinks{
	display: inline;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 30px 0px 10px;
	text-align: center;
}

#siteLinks a{
	color: #000;
	margin-left: 10px;
	text-decoration: none;
}


#legal {
	color: #5a5c5d;
	clear: both;
	display: inline;
	float: left;	
	font-size: 10px;
	font-weight: normal;
	margin: 16px 0px 20px 34px;
	text-align: left;
	width: 300px;
}