@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	margin: 0px auto;
	width: 800px;
}
#contentleft {
	width: 530px;
	float: left;
}
#contentmiddleleft {
	width: 400px;
	float: left;
	background: url(../images/layout/contentbackgroundleft.jpg) repeat-y;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#contentmiddleright {
	width: 400px;
	height: 368px;
	float: right;
	background: url(../images/layout/contentbackgroundright.jpg) repeat-y;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#contentmainleft {
	width: 400px;
	background: url(../images/layout/contentbackgroundleft.jpg) repeat-y;
	float: left;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#contentmainleft li {
	padding-bottom: 15px;
	padding-right: 5px;
}
#contentmainleft a {
	color: #fff;
}
#contentmainright {
	width: 400px;
	height: 996px;
	background: url(../images/layout/contentbackgroundright.jpg) repeat-y;
	float: right;
	color: white;
	position: relative;
}
#speechagent {
	width: 250px;
	height: 242px;
	color: white;
}
#speechagent a {
	color: white;
}
#speechagentwrapper {
	width: 270px;
	height: 242px;
	float: right;
	background: url(../images/layout/speechagentbackground.jpg) repeat-y;
	padding-top: 10px;
}
#video {
	width: 400px;
	font-size: 12px;
	text-align: center;
}
#interactivebook {
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#newsletter {
	width: 384px;
	border: solid #fffd0a 3px;
	background-color: black;
	color: #fffd0a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
}
#enterdiv {
	width: 300px;
	margin: 10px auto;
	display:block;
	font-family:Arial;
	font-size: 10pt;
	padding:10px;
	background:#EBEBEB;
	border:solid gray 1px;
	text-align:center;
}
#enterdiv a {
	color:#006;
	text-decoration:none;
}
#enterdiv a:hover {
	color:#0CF;
	text-decoration:none;
}
#enterdiv a:visited {
	color:#006;
	text-decoration:none;
}
#notificationdiv {
	background:#0CF;
	border-bottom: 2px solid #000;
	text-align:center;
	font-family:Arial;
	color:white;
	font-weight: bold;
	padding:2px;
}