/* CSS Document */
/* Main style sheet of site, all other sheets are imported into this one */

@import url(dropDown.css);
@import url(topbarstyle.css);
@import url(bottombarstyle.css);
@import url(menustyle.css);

/* general divs */
body { 
	background-color: #999999;
	color: #FFFFFF;
	font: normal 70% Arial;
	margin: 0px; /* to avoid margins*/ 
    text-align: center;  to correct the centering IE bug
	}
	
/* specific divs */
#container {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	}
	
/* header divs */
	.holiday {
	/*background: url(bannerimages/holidays/flagwhole.gif) center no-repeat;*/
	position: relative;
	top: -8px;
	left: 68px;
	width: 56px;
	height: 67px;
	}
	
	.date {
	font-size: 13px; 
	position: relative;
	top: 107px;
	left: 4px;
	width: 200px;
	color: FFFFFF;
	text-align: left;
	}


#header {
	width: 750px;
	background: url(bannerimages/wasdbanner2.jpg) center no-repeat;
	background-image: fixed;
	text-align: center;
	height: 125px;
	}
	
#WASDtitle h2 {
	font: 100% Arial, Georgia, Times, Times New Roman, serif; 
	text-transform: none;
	display: inline;
	width: 750px;
	}
	
/* footer divs */
#footer {
	width: 748px;
	height: 30px;
	background: url(bannerimages/footer.jpg) center no-repeat;
	background-image: fixed;
	text-align: center;
	border: 1px solid;
	border-color: #000066;
	clear:both;
	}
	
.WASDinfo {
	width: 748px;
	height: 30px;
	font: 100% Arial, Georgia, Times, Times New Roman, serif; 
	text-transform: none;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
.bottomlinks {
	display: inline;
	text-align: center;
	width: 750px;
	position: relative;
	top: -10px;
	left: 0px;
	}

