@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}

a:link {
	color: #000000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
.clear {
	clear: both;
	color: #FFFFFF;
	height: 1px;
}
.alignLeft {
	text-align: left;
}
.alignCentre {
	text-align: center;
	font-size: 90%;
}


.graphics {
	font-size: 80%;
	font-variant: small-caps;
}
.nb {
	font-size: 10px;
	text-align: center;
}

.adapters {
	margin: auto;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/midbg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#header  {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
}
/* CSS Document */

#HeaderBox {
	overflow: visible;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	padding-left: 10px;
	width: 724px;
}

#mainContent  {
	background: #FFFFFF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	padding-top: 0;
	padding-left: 10px;
	text-align: center;
}
#centeredContent {
	margin: auto;
	width: 80%;
}
#flashExample {
	text-align: center;
	background: #CAE4FF;
	border: thin solid #C00;
}
#SnowfallHeaderBox {
	overflow: visible;
	visibility: visible;
	height: 230px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}


#contentLeft {
	float: left;
	width: 73%;
}
#contentLeft2 {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#flashTestPageLeft {
	width: 450px;
	float: left;
	text-align: left;
}
#flashTestPageRight {
	float: left;
	width: 275px;
	text-align: center;
	height: 450px;
	padding-top: 60px;
}
#Flash_Presentation {

}



#contentLeftDMX {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

#contentRight {
	float: right;
	width: 25%;
	margin-left: 10px;
	font-size: 75%;
	text-align: center;
}
#contentRight2 {
	float: left;
	width: 500px;
	font-size: 85%;
}
.images {
}
.screenShot1 {
	float: left;
	width: 240px;
	text-align: center;
	font-size: 75%;
}

#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CAE4FF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	clear: both;
	border: thin solid #009;
	text-align: center;
	margin-top: 20px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #C00;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}

#base {
	width: 100%;
}
#Security {
	font-size: 90%;
	width: 60%;
	background: #E2FFE9;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #006600;
	font-variant: small-caps;
}
#Security a:link {
	color: #000000;
	text-decoration: none;
}
#Security a:visited {
	color: #F00;
	text-decoration: none;
}
#Security a:hover {
	color: #CC0000;
	text-decoration: none;
}
#downloadtext {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.tableText {
	text-align: center;
}
#rollup {
	background: #CAE4FF;
	padding-left: 5px;
	padding-right: 3px;
}
#flash_description {
	font-style: italic;
}
#scrollerInstructions {
	font-size: 85%;
}
