@import url("buttons.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
}

h2 {
	font-size: 16px;
}


#header {
	width:907px;
	height: 133px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header2 {
	width:907px;
	height: 133px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header2_bg.jpg);
	background-repeat: no-repeat;
}
#header3 {
	width:907px;
	height: 133px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header3_bg.jpg);
	background-repeat: no-repeat;
}
#header4 {
	width:907px;
	height: 133px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header4_bg.jpg);
	background-repeat: no-repeat;
}
#header5 {
	width:907px;
	height: 133px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header5_bg.jpg);
	background-repeat: no-repeat;
}

#mainframe{
	width: 907px;
	background-color: #D9D9D9;
	min-height:415px;
	margin-left:auto;
	margin-right:auto;
}


#content{
	padding-top:0px;
}

#headline{
 	padding-left:10px; 
 	padding-right:10px;
}

#footer {
	width: 907px;
	height: 31px;
}

#alreadyregistered{
	border:none; width:150px; float:left; margin-left:15px;
}


#alreadyregistered_headline{
	 padding-top:5px; padding-bottom:5px; padding-left:5px; font-size:14px; font-weight:bold;
}

#alreadyregistered_content{
	padding-left:5px; padding-right:5px;
}


#notregisteredyet{
	width:170px; float:left; margin-left:15px; margin-right:50px;
	height:350px;
	border-right:solid 1px #333333;
}
.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:5px; padding-left:5px; font-size:14px; font-weight:bold;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;
}



#webcastdetail{
	border:none;  width:235px; float:left; margin-right:15px;
}


#webcastdetail_headline{
	background-color:#000000; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;
}

#webcastdetail_content{
	font-size:13px; color: #007D8C; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px;
}



#webcasteventnotice{
	border:1px solid #B2DEDE; background-color:#FFFFFF; width:420px; float:left; margin-left:15px; margin-right:15px;
}

#webcasteventnotice_headline{
	background-color:#B2DEDE; color:#007D8C; padding-top:5px; padding-bottom:5px; padding-left:5px;}

#webcasteventnotice_content{
	padding-top: 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; line-height: 20px;
}


#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: none;
}

a:hover {
	text-decoration:underline;
}

#videoContainer {
	margin:0;
	padding:0;
	width: 400px;
	height: 365px;
	z-index:1;
}


#slidesContainer {
	margin:5px;
	float:left;
	width: 480px;
	height: 360px;
}
#content_left {
	margin:5px;
	float:left;
	width: 400px;
}

#content_left_img{
	margin:0;
	padding:0;
	width: 400px;
}




/**************************
   QUESTIONS PAGE STYLES
**************************/

.questionsBody {
	background-image: url(../images/style_images/blue_page_bg.jpg);
	background-position: bottom -10px;
	background-repeat: no-repeat;
}

#questionsHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #005399;
}

#indexing {	
	position: absolute;
	width: 400px;
	height: 20px;
	top: 520px;
	left: 25px;}


#questionsHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: -10px;
}

#questionsHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#questionsContainer {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 465px;
	font-size: 16px;
	color: #FFF;
}

a:link, a:visited {
	color: #336633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}