body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #990000;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bg-splice3.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.style4 {
	color: #993300;
	font-weight: bold;
}
.style5 {
	color: #990000;
	font-weight: bold;
}
.style6 {color: #990000}




.topH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 20px;
	top: 60px;
}
.Head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subHead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	clip: rect(auto,auto,5px,auto);
}
.subHead2RED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	clip: rect(auto,auto,5px,auto);
}
.subHead3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	font-variant: normal;
}
.subHead4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
.tableBoldMaroon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.downloadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-variant: normal;
}
.photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 12px;
	border: 2px solid #FF0000;
}



.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	left: 220px;
	width: 560px;
	border: 0px;
	top: 25px;
}

.aemee #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-width: 0;
} 
.aemee #containerSub {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-width: 0;
	background-color: #ffffff;
}

.aemee #redbar {
	margin: 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 860px;
	height: 10px;
	background-color: #FF0000;
}


.aemee #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 267px;
	width: 860px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 0px;
	background-image: url(movies/AEMEEmainBanner.swf);
} 


.aemee #subheader {
	height: 200px;
	width: 860px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 0px;
	background-image: url(images/SPBanner.jpg);
	background-color: #DDDDDD;
}
.aemee #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #eeeeee;
	margin-top: 0px;
	clip: rect(auto,650px,auto,auto);
}
.aemee #sidebar1Sub {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #ffffff;
	margin-top: 0px;
	clip: rect(auto,650px,auto,auto);
}
.aemee #mainContentTop {
	border: 0;
	margin-top: 0px;
	background-position: top;
	float: right;
	width: 650px;
	background-image: url(images/pagetopspacer.gif);
	background-repeat: repeat-x;
	height: 67px;
}


.aemee #mainContent {
	border: 0;
	margin-right: 30px;
	margin-left: 230px;
	margin-top: 7px;
} 


.aemee #footer {
	padding: 0 10px 0 20px;
	border: 0;
	height: 50px;
	background-image: url(images/Footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
} 
.aemee #footerSub {
	padding: 0 10px 0 20px;
	border: 0;
	height: 50px;
	background-image: url(images/Footer_sub.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.aemee #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.aemee #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}

.aemee #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.applComment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	top: auto;
}
