@import url("buttons.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-color:#D8D8D8;
}

h2 {
	font-size: 18px;
}


#header {
	width:731px;
	height: 134px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

#mainframe{
	margin-left:auto;
	margin-right:auto;
	width: 731px;
}


#content{
	padding-top:10px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}

#headline{
 	padding-left:10px; 
 	padding-right:10px;
}

#footer {
	width: 731px;
	height: 14px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

#alreadyregistered{
	background-color:#FFFFFF; width:200px; float:left; margin-left:20px;
}


#alreadyregistered_headline{
	padding-top:5px; padding-bottom:10px; padding-left:5px; font-size:12px; font-weight:bold;background-image:url(../images/title_bg.jpg); background-repeat:no-repeat; background-position:bottom;
}

#alreadyregistered_content{
	padding-left:5px; padding-right:5px;background-image:url(../images/corner.jpg); background-repeat:no-repeat; background-position:right bottom; border:1px solid #CCCCCC ;
}


#notregisteredyet{
	background-color:#FFFFFF; width:200px; float:left; margin-left:15px; margin-right:15px;
}
.notregisteredyet_radio{
	width: 190px;
} 

.notregisteredyet_radio_button{
	float:left;
	padding:1px;
} 

.notregisteredyet_radio_title{
	float:left;
	padding:3px;
} 

#notregisteredyet_headline{
	padding-top:5px; padding-bottom:10px; padding-left:5px; font-size:12px; font-weight:bold; background-image:url(../images/title_bg.jpg); background-repeat:no-repeat; background-position:bottom;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;background-image:url(../images/corner.jpg); background-repeat:no-repeat; background-position:right bottom; border:1px solid #CCCCCC;
}



#webcastdetail{
	background-color:#FFFFFF; width:247px; float:left; margin-right:10px;
}


#webcastdetail_headline{
	padding-top:5px; padding-bottom:10px; padding-left:5px; font-size:12px; font-weight:bold; background-image:url(../images/title_bg.jpg); background-repeat:no-repeat; background-position: left bottom; text-align:left;
}

#webcastdetail_content{
	background-image:url(../images/corner.jpg); background-repeat:no-repeat; background-position:right bottom; border:1px solid #CCCCCC; padding: 0 8px; font-size:13px; color: #454545; font-weight:bold;
}



#webcasteventnotice{
	background-color:#FFFFFF; width:420px; float:left; margin-left:15px; margin-right:15px;
}

#webcasteventnotice_headline{
	padding-top:5px; padding-bottom:10px; padding-left:5px; font-size:12px; background-image:url(../images/title_bg.jpg); background-repeat:no-repeat; background-position: left bottom; text-align:left; font-weight:bold;}

#webcasteventnotice_content{
	background-image:url(../images/corner.jpg); background-repeat:no-repeat; background-position:right bottom; border:1px solid #CCCCCC; padding:5px 8px 10px 8px; font-weight:bold;
}


#agenda {
	clear:both;
	width: 100%;
	height: 295px;
	margin: 0px;
}

.register {
	background-image: url(../images/register_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}