@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: rgb(80,114,130);
}

img {
	border: 1px solid #000;
	margin: 3px;
}

img.inlineLeft{
	float: left;
}

ul li {
	list-style-position: outside;
	list-style-type: disc;
}


.oneColFixCtrHdr #container {
	width: 865px; /* the auto margins (in conjunction with a width) center the page -- was 780px*/
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: rgb(80,114,130);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	/*Remove if not used till end of comments
	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. */
	/*background-color: rgb(80,114,130); END COMMENT*/
	background-color: rgb(80,114,130);
	background-image: url(images/redesign/WRBnewBannerv1Top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 290px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #header h1 {
	/*Remove if not used till end of comments
	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 */
	/*END COMMENT*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: rgb(80,114,130);
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.oneColFixCtrHdr #mainContent {
	background-color: rgb(80,114,130);
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 60px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-image: url(images/redesign/WRBnewBannerv1MiddleContent.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: rgb(80,114,130);
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: rgb(80,114,130);
	margin-top: 0px;
}

.oneColFixCtrHdr #mainContent a:link{
		color: rgb(80,114,130);
		text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a:visited{
		color: rgb(80,114,130);
		text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a:hover{
		color: rgb(80,114,130);
		text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:active{
		color: rgb(80,114,130);
		text-decoration: underline;
}

#mainContent .lastBlockInMain{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #footer {
	background-color: rgb(80,114,130);
	background-image: url(images/redesign/WRBnewBannerv1BottomFooter.gif);
	background-position: center bottom;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}

#topnav {
	display: inline;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

#topnav li {
	display: inline;
	padding-right: 20px;
}


.oneColFixCtrHdr #topnav li a:link {
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #topnav li a:visited {
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #topnav li a:hover {
	text-decoration: none;
	background-color: rgb(178,85,56);
	color: #fff;
}

.oneColFixCtrHdr #topnav li a:active {
	text-decoration: none;
	color: #fff;
}

.sidebarRight {
	float: right; 
	width: 240px; 
	margin-left: 7px;
	/*removed to implement rounded corners*/
/*	margin: 8px; 
	padding: 8px;*/
/*moved to content*/
	/*background-color: rgb(103,146,61);*/ /*Hex conversion = 67923D*/
	color: #CCC;
}

.sidebarRight blockquote {
	margin-left: 0;
	margin-right: 0;
}

.oneColFixCtrHdr #mainContent .sidebarRight h2 {
	color: rgb(110,36,5);
}

.oneColFixCtrHdr #mainContent .sidebarRight a:link {
	text-decoration: none;
	color: #FFF;
}

.oneColFixCtrHdr #mainContent .sidebarRight a:visited {
	text-decoration: none;
	color: #FFF;
}

.oneColFixCtrHdr #mainContent .sidebarRight a:hover {
	text-decoration: underline;
	color: rgb(110,36,5);
}

.oneColFixCtrHdr #mainContent .sidebarRight a:active {
	text-decoration: underline;
	color: rgb(110,36,5);
}

/*Rounded corner implementation (15px instead of 45px)*/
.roundedcornr_box_217331 {
   background: #67923d;
}
.roundedcornr_top_217331 div {
   background: url(images/roundedcornr_217331_tl.png) no-repeat top left;
}
.roundedcornr_top_217331 {
   background: url(images/roundedcornr_217331_tr.png) no-repeat top right;
   background-color: rgb(103,146,61);
}
.roundedcornr_bottom_217331 div {
   background: url(images/roundedcornr_217331_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_217331 {
   background: url(images/roundedcornr_217331_br.png) no-repeat bottom right;
   background-color: rgb(103,146,61);
}

.roundedcornr_top_217331 div, .roundedcornr_top_217331, 
.roundedcornr_bottom_217331 div, .roundedcornr_bottom_217331 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_217331 { 
	margin: 0 5px; 
	background-color: rgb(103,146,61);
}
