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

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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003366;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover { color: #d45f11; text-decoration: none; }
a:active { color: #e66713; text-decoration: none; }
a:visited { color: #753d6c; text-decoration: none; }

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2A658F;
	text-align: left;
	background-color: #FAFAFA;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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 #imagebanner {
	background: #DDDDDD;  /* 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 #menu {
	background: #DDDDDD;  /* 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 #mainContent {
	background: #FAFAFA;
	padding-top: 15;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 25px;
}

.oneColFixCtrHdr #mainContent h3 {
	color: #3E90C9;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 3px;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #093864;
	font-size: 18px;
	text-transform: none;
}

.oneColFixCtrHdr #mainContent #newsevents {
	border: 1px solid #CCCCCC;
	width: 214px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 10px;
	color: #111A3E;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

/* WDS footer credits starts */
.credits {
	color: #666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	text-indent: 12px;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.credits a:link {
	color: #666666;
	padding: 2px 5px;
}
.credits a:visited {
	color: #666666;
	text-decoration: underline;
	padding: 2px 5px;
}
.credits a:hover {
	color: #3E90C9;
	text-decoration: underline;
	padding: 2px 5px;
}
.credits a:active {
	color: #fe911a;
	text-decoration: underline;
	padding: 2px 5px;
}/* WDS footer credits edds */


.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #132650;
}

.tabletitle {
	font-size: 13px;
	font-weight: bold;
	color: #093965;
}
.tablebd {
	border: 1px solid #CCCCCC;
}
.line {
	background-color: #FFCC00;
	height: 1px;
	width: 400px;
	margin-left: 50px;
}
