
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #header {
	background-image: url(images/bg_header2.png); 
	height: 110px;
	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 #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/bg_shadow.png) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 798px;
	padding-left: 8px;
	padding-right: 10px;
}

.ui-widget-header { 
	background-color: #848484; 
	text-align: left; 
	padding: 3px; 
	background: url(images/ui-bg_highlight-soft_75_666666_1x100.png) 50% 50% repeat-x; 
	color: #202020;  
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	padding: 8px 12px 6px 10px; 
	text-transform:small-caps; 
	font-size: 15px; 
	text-align:left; 
	border:0; 
	color:#FFFFFF; 
	font-weight: bold;
	margin: 25px;
}

#date {color:#FFFFFF; float:right; margin-right:10px; margin-top:33px; font-size: 9pt }

#logo {position: relative; left: 15px; top: 34px; width:252px;}

.news_date {font-size: 8pt; color: #e7e7e7; width: 200px; float: right; text-align: right; position: relative; margin-top:2px; }

.oneColFixCtrHdr 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	color: #ccc;
	float: right;
	
}
.oneColFixCtrHdr h2 {
	font-size: 16px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(images/bg_header2.png);
	height: 50px;
}
