html {
	background: white;
	margin: 0px;
	padding: 0px;
	font: normal 12px/14px Arial,sans-serif;
	color: black;
}
body {
	background: white url(../images/bg.gif) left top repeat-y;
	padding: 0px 6px;
	margin: 0px auto;
	width: 785px;
	position: relative;
}
a {
	color: #2075b8;
}
a img {
	border: none;
}
h1 {
 font: bold 18px/22px Arial,sans-serif;
 color: #00549F;
 margin: 0px;
 padding: 8px 0px;
}
p {
	margin: 0px;
	padding: 6px 0px;
}
/**
* HEADER
**/
div.header {
	position: relative;
	height: 159px;
	background: #92b5d0 url(../images/headerbg.jpg) left top no-repeat;
}
a.logo {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 120px;
	height: 97px;
	cursor: pointer;
}
p.mininav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 7px 15px 7px 6px;
	font: bold 11px/12px Arial,sans-serif;
	background-color: #5d7990;
}
p.mininav span.wedge {
	position: absolute;
	top: 0px;
	left: -26px;
	width: 26px;
	height: 26px;
}
p.mininav a {
	color: white;
	text-decoration: none;
	padding-left: 21px;
	background: url(../images/envelope.gif) left 1px no-repeat;
}
p.mininav a:hover {
	text-decoration: underline;
}
form.search {
	position: absolute;
	top: 94px;
	right: 11px;
	margin: 0px;
	padding: 0px;
}
form.search label {
	font: normal 12px/12px Arial,sans-serif;
	color: white;
	vertical-align: middle;
}
form.search input {
	background-color: white;
	border: 1px solid #a5acb2;
	width: 120px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
form.search button {
	vertical-align: middle;
	background: url(../images/go_btn.gif) left top no-repeat;
	border: 0px;
	width: 31px;
	height: 22px;
	cursor: pointer;
	margin-left: 7px;
}
form.search button span {
	display: none;
}
/**
* BANNER
**/
div.banner {
	padding-bottom: 1px;
}

/**
* PAGE
**/
div.page {
	display: inline;
	float: left;
	width: 785px;
	background-color: white;
}
div.left {
	display: inline;
	float: left;
	width: 165px;
	margin: 0px -165px 0px 0px;
}
div.mid {
	display: inline;
	float: left;
	width: 745px;
	margin: 0px 20px 0px 20px;
	padding-bottom: 15px;
}
div.right {
	display: inline;
	float: left;
	width: 156px;
	margin: 0px -767px 0px 611px;
}
p.cande {
	background: white url(../images/calendarbg.jpg) left top no-repeat;
	border: 1px solid #bdbdbd;
	padding: 10px 14px;
	margin: 20px 0px;
	text-align: right;
	font: bold 14px/18px Arial,sans-serif;
}
/**
* FOOTER
**/
div.footer {
	clear: left;
	padding: 20px 25px;
}
div.fastcounter {
	float: right;
	margin: 0px 10px 0px 0px;
	color: #757575;
	font: bold 11px/14px Arial,sans-serif;
}
div.fastcounter a {
	font-weight: normal;
}
p.tm, p.links {
	color: #757575;
	font: normal 11px/14px Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 16px 0px;
}
p.links {
	letter-spacing: 2px;
}
p.links a {
	letter-spacing: 0px;
	text-decoration: none;
}
p.links a:hover {
	text-decoration: underline;
}

table.semreg {
	border-collapse: collapse;
}
table.semreg th {
	text-align: right;
	font-weight: normal;
	padding: 0px 6px 0px 0px;
	margin: 0px;
}
table.semreg td {
	padding: 0px 12px 0px 0px;
	margin: 0px;
}
table.semreg td label {
	padding-right: 12px;
	vertical-align: middle;
}
table.semreg input {
	width: 250px;
	vertical-align: middle;
}
table.semreg input#city,
table.semreg input#country,
table.semreg input#email {
	width: 200px;
}
table.semreg input#phone,
table.semreg input#fax,
table.semreg input#zip {
	width: 120px;
}
table.semreg input#state {
	width: 30px;
}
table.semreg input#cc,
table.semreg input#check,
table.semreg input#discount,
table.semreg input#standard,
table.semreg input#visa,
table.semreg input#mastercard,
table.semreg input#amex {
	width: auto;
}

table.publishedpapers h2 {
	font: bold 14px/14px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
 color: #00549F;
}
table.publishedpapers h3 {
	font: bold 12px/14px Arial,sans-serif;
	margin: 0px;
	padding: 6px 0px 0px 0px;
 color: #00549F;
}
table.publishedpapers h2 {
	font: bold 14px/14px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
table.publishedpapers td {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	border-top: 4px solid #dadada;
}
table.publishedpapers tr.bottom td {
	padding: 0px 0px 8px 0px;
	border-top: none;
}
