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


body {
	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
/*	background: #efefef; */
	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:#dddddd; */
}

p{

	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #header {
	padding: 0 10px;  /* 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. */
	margin-left:20px;
	margin-right:20px;
}

#headerContainer {
	width: 900px;
	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. */
	background-image:url(/images/bgcontainer.png);
	background-repeat:repeat-y;
}

.oneColFixCtr #container {
	width: 900px;
	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. */
	background-image:url(/images/bgcontainer.png);
	background-repeat:repeat-y;
}
.oneColFixCtr #mainContent {
	padding: 0 10px;
	margin-left:20px;
	margin-right:20px;
}


#footerContainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image:url(/images/bgcontainer.png);
	background-repeat:repeat-y;
}

#footerContainer2
{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image:
	url(/images/bgfooter.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	vertical-align:bottom;
}

#footerContainer3
{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	vertical-align:bottom;
}



.oneColFixCtr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:20px;
	margin-right:20px;
	color:#FFFFFF;
	height:50px;
}


#footer_banners
{
	margin-left:40px;
		margin-right:20px;
}

.oneColFixCtr #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 */
}

.items
{
	margin-top: 0px;
	margin-left:20px;
	padding-left:0px;
	list-style-type:none;
	list-style-image:url(images/bullet.png);
}
.items li
{
	margin:0px;

}
.items li a
{
	text-decoration:none;
	color: #555555;
}
.items li a:hover
{
	text-decoration:underline;
	color: #000000;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing:-1px;
	color: #666666;
}

h1
{
	font-size:160%;
	color: #3E8398;
	letter-spacing:-1;
	font-weight:normal;
}
h2
{
	font-size:120%;
	color: #3E8398;
	letter-spacing:-1;
	font-weight:bold;
}

a
{
	color: #555555;
	text-decoration:none;
}

a:hover
{
	color: #555555;
	text-decoration:underline;
}

p a
{
	color: #555555;
	text-decoration:none;
}

p a:hover
{
	color: #555555;
	text-decoration:underline;
}


blockquote
{
	background: url(/images/quote.gif) no-repeat 0 3px;
	color: #666;
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 1px;
	display:block;
	padding-top:5px;
	margin-left: 0px;
	width:auto;
	width:85%;
}

cite
{
	width:70%;
	display:block;
	text-align: right;
}


td
{
	color:#555555;
}


h2.newstitle
{
	margin-bottom:1px;
}
.newssubtitle
{
	font-size:11px;
	font-weight:bold;
}

.bluetexttanbg
{
	background-color:#efefef;
}


/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }