@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.border {
	border: 1px solid #333;
	padding: 3px;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/banner.gif);
	height: 145px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 5px;
}
#tmenu {
	float: right;
	width: 400px;
	padding-top: 10px;
	/*padding-left: 500px;*/
}

#bmenu {
	padding-top: 0px;
	padding-left: 100px;
	float: left;
	width: 1000px;
	margin-top: 85px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}
h5 {
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.b_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.border {
	border: 1px solid #333;
}
.red {
	color: #C00;
}
.redBig {
	font-size:24px;
	color: #C00;
}
.white {
	color: #FFF;
}
.blue {
	color: #32A1E6;
}
.yellow {
	color: #FCC826;
}
.purple {
	color: #63C;
}

.green {
	color: #439D03;
}
p {
	margin: 0px;
	padding: 0px;
}
.WADAButtonRow .WADADataNavButtons {
	margin-left: 50px;
}
s
.dueDiv {
	font-size: 18px;
	font-weight: bold;
}
#adminDiv {
	margin-right: 50px;
	margin-left: 50px;
}

