@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0;
	background: #bfc7cc;
	font: Arial, Helvetica, sans-serif;	
	font-size: 15px;
	line-height: 1.5em;
	color: rgb(30,30,30);
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	top: 0;
	width: 1000px;
	height: auto;
	}

#header {
	float: left;
	width: 1000px;
	height: auto;
	background-color: white;
	}

#menu {
	float: left;
	width: 1000px;
	height: auto;
	}

#content {
	float: left;
	width: 980px;
	height: auto;
	background-color: white;
	padding: 0px 10px 10px 10px;
	}

#form {
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
	padding: 56px 18px 18px 18px;
	}
	
#sidebar {
	width: 250px;
	float: right;
	padding: 0px 20px;
	height: 100%;
	margin: 0px 0px 0px 10px;
	background-color: #CCDBF0;
	min-height: 100%;
}

#sidebar a {
	text-decoration:none;
	
	}

#sidebar a:visited {
	text-decoration:none;
	color: #0077cc;
	
	}


#left {
	width: 295px;
	float: left;
	clear: left;
	border: 2px solid #BFC7CC;
	;
	padding: 5px 5px 5px 10px;
	min-height: 280px;
}

#right {
	width: 295px;
	float: right;
	border: 2px solid #BFC7CC;
	;
	padding: 5px 5px 5px 10px;
	min-height: 280px;
}

#body {
	width: 600px;
	clear: left;
	margin-top: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 1.5em;
	color: rgb(30,30,30);
	}

h1{
color: #0077C0;
font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;	
}

.content {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 1.5em;
	color: rgb(30,30,30);
	}

.presenters {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: rgb(0,119,192);
	color: white;
	padding: 10px;
	}

.registerbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	width: 48px;
	background-color: rgb(7,60,112);
	border: 2px solid rgb(0,119,192); 
	color: white;
	padding: 10px;
	}

.registerbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	width: 48px;
	color: white;
	text-decoration: none;
	}

.title {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 24px;
	line-height: 1.3em;
	color: rgb(0,119,192);
	margin: 10px 0px;
	}

#footer {
	float: left;
	width: 98%;
	height: 60px;
	background-color: rgb(7,60,112);
	padding: 10px 10px 5px 10px;
	}

/* For Internet Explorer \*/
* html div#footer {width:100%;}
/* End */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height: 1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	}

.footer a, a:visited {
	text-decoration:none;
	color: yellow;
	}

.footer a:hover {
	color: rgb(255,252,202);
	background-color: rgb(6,54,102);
	text-decoration:none;
	
}
.img_right {
	border:2px solid #BFC7CC;
	margin:8px;
	padding:5px;
	background-color: white;
}
