body {
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background: #eeeeee;
	font-size: 100%;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#main_container {
	width: 950px;
	background-color: #fff;
	font-size: .72em;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
	text-align: left;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1.7em;
	margin:0 0 10px 0;
	padding: 8px 8px 8px 0;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#main_content {
	width: 930px;
	padding: 10px;
}
#conference_list {
	border-bottom: 1px #ccc solid;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 930px;
}
.clear { 
  clear: both;
  font-size: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}
table {
	font-size: 1em;
}
abbr {
	text-decoration: none;
	border: none;
}
#login_box {
	float: right;
	width: 160px;
	padding: 0 5px 0 0;
	margin: 0;
	background-color: #E8E8E8;
	border: 1px solid #999999;
}
#conference_details {
	float: left;
	width: 720px;
}


.form_input {
	display: inline;
	height: auto;
	margin-right: 4px;
	padding: 2px 1px 2px 2px;
	border: solid #000 1px;
}

#main_header {
	font-family: Arial;
	width: 950px;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
}
#main_title {
	padding: 10px;
	font-size: 1.8em;
	color: #ffffff;
	font-weight: bold;
}
#main_title a {
	color: #ffffff;
	text-decoration: none;
}
.serve_line {
	font-weight: normal;
	font-style: italic;
	font-size: .72em;
	line-height: normal;
	margin: 0 0 0 15px;
	padding: 0;
}
#footer {
	color: #666666;
	font-size: .7em;
	width: 950px;
	vertical-align: center;
	text-align: center;
	line-height: 1.8em;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
p.bx_link {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	margin: 0px;
	float: left;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}
p.bx_link a {
	text-decoration: none;
	display: block;
	color: #666;
}
p.bx_link a:hover {
	text-decoration: underline;
	color: #000000;
}
.form_clear {
	padding: 0px;
	margin: 0px;
	width: 566px;
	border: none;
}
.form_button {
	margin: 5px;
	padding: 2px;
	font-size: .8em;
	border: 1px #999 solid;
}
.form_button a:hover {
	background-color:#444;
	color:#FF0000;
}
#note_bx {
	width: 154px;
	background-color:#f4f4f4;
	padding: 3px;
	float: left;
	font-size: .92em;
}
#note_bx p {
	float:left;
	margin: 0px 2px 0px 2px;
	padding: 2px;
}
.error_bx {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-weight: bold;
	border: solid #ccc 1px;
	font-size: .9em;
}
#note_bx_full p {
	float:left;
	margin: 0px 2px 0px 2px;
	padding: 2px;
	margin-bottom: 10px;
	width: 665px;
	background-color: #f4f4f4;
}
.warn_bx_full {
	text-decoration: none;
	display: block;
	float:left;
	color: #000;
	background-color: #FBCD15;
	padding: 2px;
	font-weight: bold;
	border: solid #ccc 1px;
	font-size: .9em;
}
.error_bx_full {
	text-decoration: none;
	display: block;
	float:left;
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-weight: bold;
	border: solid #ccc 1px;
	font-size: .9em;
}
#top_link {
	float: left;
	width: 700px;
	padding: 8px;
	
}
#top_link p.bx_link {
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_link p.bx_link a {
	text-decoration: none;
	display: block;
	color: #666;
	background-color: #f5f5f5;
	padding: 2px;
	border: solid #ccc 1px;
}
#top_link p.bx_link a:hover {
	background-color: #333333;
	color: #fff;
}
.icon-register {
	background-image: url(/images/icons/register.gif);
	background-repeat:no-repeat;
	background-position: left;
	height: 16px;
	padding: 1px 0 0 20px; 
	margin: 1px 0 0 0;
	vertical-align: top; }