/*
	This is the base stylesheet for the site.
*/
body {
	margin:5px 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	background-color:#DCDCDC;
	overflow:scroll;
}

table.pageContainer {
	border-collapse:collapse;
	width:785px;
	min-width:785px !important;
	/*width:760px;
	min-width:760px !important;*/
	/*height:100%;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	background-color:#FFFFFF;
	height:60%;
	margin-top:0px;
}
td.pageContentColumn {
	border:none;
	vertical-align:top;
}
tr.pageFooterRow {
}
td.pageFooterColumn {
	vertical-align:top;
	height:12px;
	text-align:center;
}
.siteTabs {
	clear:both;
}

.copyright {
	border-top: 1px solid #999999;
	margin-top:5px;
	padding-bottom:5px;
	padding-to:2px;
	font-size: 7pt;
	background-color:#FFFFFF;
	padding-top: 5px;
}
.wds {
	font-size: 7pt;
	background-color:#FFFFFF;
}

.blue {
	background-image:url(images/header_03.gif);
	background-repeat:repeat-x;
	background-position:100%;
	/*width:50%;*/
	height:20px;
}
.red {
	background-image:url(images/header_14.gif);
	background-repeat:repeat-x;
	background-position:100%;
	/*width:50%;*/
	height:20px;
}
