@charset "utf-8";
/* CSS Document */

/*Layout*/
html, body {
	margin: 0px;
	background-color: #b3bcc5;
}

#wrapper {
	width: 100%
}

#centerdiv {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#inawwatitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	
	width: 800px;
	padding: 0px 0px 10px 0px; /*top right bottom left*/
}

#page {
	width: 800px;
}

#menu {
	width: 200px;
	margin: 0px;
	float: left;
	position: relative;
}

#content {
	width: 600px;
	margin: 0px; /*all*/
	float: left;
	left: 20px;
	position: relative;
	min-height: 440px;
	
	background-image: url(../inddrop_revised.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

#bottombanners {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	clear: both;
}

/*Components*/
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	width: 800px;
	padding: 15px 0px 0px 0px; /*top right bottom left*/
}

.indextext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	position: relative;
	top: 245px;
	width: 535px;
	text-align: left;
}

#inwarn {
	position: relative;
	top: 260px;
	left: 130px;
}

#ace2011button {
	position: relative;
	top: 270px;
	left: 130px;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 10px 0;
	text-align: center;
	background: #f99b2c;
	width: 800px;
	height: 40px;
}

.countdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	background: #d8e3f0;
	width: 800px;
	height: 80px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: black;
	line-height: 18px;
	font-weight: bold;
	width: 535px;
	text-align:left;
	height: 20px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	line-height: 16px;
	width: 535px;
	text-align:left;
}

div.bottomnav {
	width: 535px;
	height: 15px;
	text-align: left;
}

div.bottomnav table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	line-height: 16px;
	font-weight: normal;
}
