/* CSS Document */
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#outerDiv {
	width: 700px;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#bottom {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	clear: both;
	font-size: 10px;
	margin-top: auto;
	padding-right: 15px;
}	
#flashBalk {
	width: 420px;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 15px;
	float: left;
	clear: both;
}

#extra {
	width: 235px;
	height: 70px;
	margin-bottom: 30px;
	padding-left: 15px;
	margin-left: 15px;
	float: left;
}

#video {
	width: 640px;
	height: 480px;
	margin-bottom: 30px;
	padding-left: 15px;
	margin-left: 15px;
	float: left;
}

#content {
	width: 800px;
	height: 510px;
	clear: both;
}
#contentHome {
	width: 800px;
	height: 510px;
	clear: both;
}
#buttons {
	width: 70px;
	height: 510px;
	float: left;
	margin-right: 15px;
	padding-left: 15px;
}
#contentLeft {
	width: 320px;
	height: 510px;
	float: left;
	margin-right: 30px;
	padding-left: 15px;
}
#contentLeftHome {
	width: 320px;
	height: 510px;
	float: left;
	padding-left: 15px;
}
#contentRight {
	width: 250px;
	height: 510px;
	padding-right: 10px;
	float: left;
	padding-bottom: 4px;
}
#contentRightHome {
	width: 250px;
	height: 510px;
	padding-right: 10px;
	float: left;
	padding-bottom: 4px;
}
#contentRightHomeText{
	padding-left: 30px;
	float: left;
	padding-bottom: 4px;
}
.success{
	font-weight: bold;
	font-style: italic;
}
.error{
	color: red;
	font-size: 80%;
}