@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:url('../images/bg.gif') repeat-y center #000;
	margin: 0; 
	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 */
}

.oneColElsCtrHdr #container {
	width: 56em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background-image:url(../images/top_bkg.jpg);
	background-position:right top;
	height:120px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	background-image:url(../images/base_bkg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #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 */
}
body,td,th {
	font-size: 13px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #006197;
}
h2 {
	font-size: 15px;
	color: #006197;
}
a:link {
	color: #006197;
}
a:visited {
	color: #006197;
}
a:hover {
	color: #007ABF;
}
.greyBase {
	background-color:#999999;
	height:15px;
}
.masterPad {
	padding:10px;
}
