@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background-color: #dFd;
	background-image:url(../images/bgshading1.png);
	background-repeat:repeat-x;
	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;
	width:100%;
}
#outerdiv {
	width:100%;
	background-image: url(../images/dacross_bgimage_yg200.png);
	background-repeat:repeat;
}
p {
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}
.cntr {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
}
.justify {
	text-align:justify;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30pt;
	font-style:normal;
	text-align:center;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	font-style:normal;
	text-align:left
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	font-style:normal;
	text-align:left;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	text-align:left;
}
h6 {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	margin-top:0;
}
.flrml {
	float:right;
	margin-left:10px;
}
.fllmr {
	float:left;
	margin-right:10px;
}
.restrictedwidth {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
a {
	text-decoration:underline;
	color:#009;
}
a:hover {
	text-decoration:none;
	color:#063;
}
a:visited {
	text-decoration:underline;
	color:#909;
}

#navbar {
	padding:0;
	margin:0;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	width:780px;
	height:45px;
	background: #CCC;
	overflow:hidden;
}
#linktable {
		width:740px;
		border-collapse:collapse;
}
#linktable th.internal {
	padding:10px;
	background-color: #00F;
	color: #FF0;
	font-weight:bold;
	font-size:16pt;
	width:370px;
}
#linktable td.internal {
		background-color: #AFAFFF;
		height:25px;
		padding-left:15px;
		padding-right:15px;
}
#linktable th.external {
	padding:10px;
	background-color: #F00;
	color:#0F0;
	color: #FF0;
	font-weight:bold;
	font-size:16pt;
	width:370px;
}
#linktable td.external {
	background-color: #FFAFAF;	
	height:25px;
	padding-left:15px;
	padding-right:15px;
}
#linktable a {
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12pt;
	color:#060;
	text-decoration:underline;
}
#linktable a:hover {
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#060;
	text-decoration:underline;
}
#contacttable {
	font: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:12pt;
	color: #030;
	width:700px;
	background-color:#FFC;
}
#contacttable td.w300 {
	width:350px;
	padding:10px;
	text-align:center;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fffffa;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
.oneColFixCtrHdr #header {
	background: none; 
	color: #000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffffe;
}
.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 */
}

