body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4c7797;
	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;
}
.oneColFixCtr #container {
	width: 847px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bkg_tile.gif) repeat-y;
	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. */
}
.oneColFixCtr #mainContent {
	background: url(../images/maincontent_bkg_top.jpg) no-repeat;
	clear: both;
	padding: 50px 10px 0 40px;
	margin-top: 0;
}

#lftContent {
	float: left;
	width: 550px;
}

#rtBar {
	float: right;
	/*background: url(../images/news_bkg.gif) no-repeat;*/
	width: 190px;
	margin-right: 26px;
	min-height: 500px;
	padding: 5px;
	border-left: 2px dotted #4c7797;
}

#rtBar h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
	background-color: #4c7797;
	margin-left: -7px;
	padding: 10px;
	margin-top: 20px;
}

#rtBar p {
	line-height: 14px;
	margin-bottom: -5px;
}

#rtBar a {
	text-decoration: underline;
	color: #4c7797;
}

#footer {
	width: 847px;
	height: 172px;
	clear: both;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/footer_bkg.jpg) no-repeat;
}

#footer p {
	text-align: right;
	color: #FFFFFF;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 50px;
	padding-top: 140px;
}

#header {
	margin: 0;
}

#logoHeader {
	float: left;
}

#navHeader {
	float: right;
	background: url(../images/header_nav_bkg.jpg) no-repeat;
	width: 603px;
}

p {
	font-size: 11px;
	color: #000000;
}

.caption {
	font-size: 11px;
	color: #000000;
	font-style: italic;
}

h1 {
	font-size: 13px;
	color: #4c7797;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color: #4c7797;
	font-weight: bold;
	margin-bottom: -5px;
	padding-top: 10px;
}

a {
	text-decoration: underline;
	color: #4c7797;
}
/*main navigation*/
#top-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 130px;
}
/*main navigation item*/
#top-nav li {
	float: left;
	padding-left: 18px;
	background: url(../images/sep.gif) no-repeat 8px 5px;
	margin-top: 90px;
	font: bold 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	height: 21px;
}
/*main navigation first item (no separator)*/
#top-nav li.first {
	background: none;
	padding-left: 5px;
}
#top-nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
