body {
  padding: 0px 10px 10px;
  margin: 0px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #000000;
}
body.printable {
  padding: 6px;
  background-color: #FFFFFF;
  text-align: left;
}
p {
  font-family: inherit;
  font-size: inherit;
}
img {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
table {
  border-width: 0px;
  border-collapse: collapse;
}
tr {
  vertical-align: top;
}
td {
  vertical-align: top;
  font-family: inherit;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 2px 10px 24px 24px;
  padding: 0px;
}
a {
  color: #002D6A;
  text-decoration: none;
}
a:hover {
  color: #002d6a;
  text-decoration: underline;
}
a.white {
  color: #FFFFFF;
  text-decoration: none;
}
a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.error {
  font-weight: bold;
  color: #FF0000;
}
.error_box {
    background-color: #FF9999;
}

ul.spaced1 li {
	margin-top:6px;
	margin-bottom:6px;
}


div#page-top-container {
	position: relative;
	background: url(img/bg.jpg) no-repeat;
	width: 1156px;
	height: 800px;
	margin: 0px auto;
}

div#page-bottom-container {
	width: 1116px;
	padding: 20px;
	margin: 0px auto;
	background: #002d6a; /* Old browsers */
	background: -moz-linear-gradient(top, #002d6a 0%, #ffb000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d6a), color-stop(100%,#ffb000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* IE10+ */
	background: linear-gradient(top, #002d6a 0%,#ffb000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d6a', endColorstr='#ffb000',GradientType=0 ); /* IE6-9 */
}

div#sec-page-container {
	position: relative;
	background-color: #002d6a;
	width: 1156px;
	margin: 0px auto;
}

td#td-sec-page-left {
	width: 184px;
}

div#sec-page-left {
	padding: 16px;
	color: #FFFFFF;
}

td#td-sec-page-content {
	padding: 12px;
	background: #002d6a; /* Old browsers */
	background: -moz-linear-gradient(top, #002d6a 0%, #ffb000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d6a), color-stop(100%,#ffb000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002d6a 0%,#ffb000 100%); /* IE10+ */
	background: linear-gradient(top, #002d6a 0%,#ffb000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d6a', endColorstr='#ffb000',GradientType=0 ); /* IE6-9 */
}

div#sec-page-content {
	border: solid 10px #EBCF8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	min-height: 500px;
	padding: 12px;
}

div#page-menu {
	background: url(img/sec-top.gif) no-repeat;
	width: 1156px;
	height: 42px;
}

div#deadlines {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 175px;
	padding: 0 20px;
	color: #FFFFFF;
}

div#main-bubble {
	position: absolute;
	top: 145px;
	left: 230px;
	width: 220px;
	height: 620px;
	padding: 16px;
	border-radius: 12px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	background-color: #FFEECC;
	opacity: .8;
	color: #000000;
}

div#second-bubble {
	position: absolute;
	top: 145px;
	left: 500px;
	width: 618px;
	height: 620px;
	padding: 16px 12px;
	border-radius: 12px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	background-color: #FFEECC;
	opacity: .8;
	color: #000000;
	text-align: center;
}

div.sponsor-bubble {
	border: solid 10px #EBCF8C;
	border-radius: 12px;
	background-color: #FFFFFF;
	min-height: 200px;
	padding: 12px;
	text-align: center;
}

div.sponsor-bubble h2 {
	text-align: left;
}

table#sponsor-table {
  border-collapse: separate;
  border-spacing: 12px;
  width: 100%;
}
table#sponsor-table td {
	width: 25%;
}

h2 {
	font-family: Impact, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 24px 0px 12px;
	padding: 0;
	color: #002d6a;
}

.first {
	margin-top: 0px;
}

h2.white {
	color: #FFFFFF;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	margin: 6px 0 0;
}

p.thin-top {
	margin: 6px 0 10px;
}

.red {
	color: #FF0000;
}

.white {
  color: #FFFFFF;
}

.section {
  padding-bottom: 24px;
}

.sponsor_image {
  display: inline;
}
.sponsor_label {
  font-size: 14px;
  font-weight: bold;
  line-height: 400%;
}

.notice1 {
  color: #FF0000;
  font-weight: bold;
}
.notice2 {
  color: #3333CC;
  font-weight: bold;
}


.sectiontitle {
	font-weight: bold;
	margin-top:24px;
}