@charset "utf-8";

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

#apDiv1 {
	position:absolute;
	width:719px;
	height:138px;
	z-index:1;
	left: 281px;
	top: 0px;
}

#apDiv2 {
	position:relative;
	width:642px;
	z-index:1;
	left: 0px;
	top: -171px;
	height: 0px;
}

body {
	background-color: #496682;
	background-image: url(../images/skytile.jpg);
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

object, embed {
	height: 100%;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.main a:link {
	color: #C40000;
	font-weight: bold;
	text-decoration: none;
}

.main a:visited {
	text-decoration: none;
	color: #C40000;
}
.main a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

.main a:active {
	text-decoration: none;
	color: #C40000;
}

.main a {
	font-size: 11px;
	font-weight: bold;
}

span.link {
    color: blue;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.link:hover {
    color: blue;
	cursor: pointer;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#flashcontent {
  height: 100%;
}