@charset "utf-8";

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
/* common layout */

#contentWrap {
	border: thin solid #A7A37E;
	background-color: #FFF;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#contentWrap #main {
	float: right;
	padding-bottom: 25px;
}

#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 0px;
}

#sidebarlgcolorbox {
	background: #EFEFE0;
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#sidebarsmleft {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
#sidebarsmcolorbox {
	background: #EFEFE0;/* the background color will be displayed for the length of the content in the column, but no further */
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 14px;
	padding-left: 16px;
}
#sidebarsmwhtbox {
	background: #fff;
	width: 188px;
	padding: 0px 4px 14px 16px;
	margin: 0px 0px 6px;/* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebarright{
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebarright2{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;

}
#colorbox{
	background: #F9F7E2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 14px;
}

#sidebarright2 p {
	padding-left: 5px;
	text-align: left;
}
#sidebarright2 img {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #436fb8;
	font-weight: normal;
}
.leftblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #40638B;
	font-weight: normal;
}
.leftgreygr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6C765D;
	font-weight: normal;
}
#colorbox p {
	padding-left: 0px;
	color: #5A72A9;
	line-height: 1.3em;
}

#mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainwideContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	padding: 0 5px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D9DCCF;
	clear: both;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	color: #ffffff;
} 
#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: 2px 1px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
	font-style: italic;
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body  {
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../graphics/backgrounds/dkgreyfade.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #666666;
}

#banner{
	height: 190px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 776px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#nav		{
	padding: 2px 0px 0px 4px;
	background-color: #233762;
	border-bottom: 1px solid #D2D5AB;
	height: 17px;
	/*overflow:hidden;*/
		width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
		}
		
#nav ul	{
	padding: 0;
	font-size: 11px;
	margin: 0;
		}

#nav ul li	{
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
		}

#nav ul li a{
	font-size: 11px;
	color: #FFFFFF;
		} 

#nav a	{
		text-decoration:none;
		font-size:11px;
		padding: 0px;
		margin: 0px;		
		}

#navbar a:link, #navbar a:visited {
	color: #B2B2B2;
		}
			
#nav a:hover, #nav a:active{
	color: #6DA4A6;
}
#navbar a:visited {
	color: #CCCCCC;
		
}
.mainhead{
	color: #5768A2;
	font-size: 1.3em;
	margin: 15px 10px 0px 0px;
	padding: 4px 0px 0px 9px;
	font-family: "font-family: Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	color: #6E884D;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.mainhead2{
	color: #3E4C6F;
	font-size: 1.3em;
	margin: 15px 10px 0px 8px;
	padding: 0px;
	font-family: "font-family: Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.mainhead_ind{
	color: #5768A2;
	font-size: 1.3em;
	margin: 15px 10px 0px 0px;
	padding: 4px 0px 0px 18px;
	font-family: "font-family: Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.mainhead_3{
	color: #5768A2;
	font-size: 1.3em;
	font-family: "font-family: Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainhead2_ind{
	color: #3E4C6F;
	font-size: 1.3em;
	margin: 15px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "font-family: Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 12px 5px 5px 0px;
	padding: 8px 0px 0px;
	background-position: left;
	text-align: left;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	background-position: left;
	text-align: left;
	margin: 3px 0px 0px 14px;
	padding: 0px;
	list-style-image: none;
	line-height: 1.3em;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #5868A1;
	text-decoration: none;
}

p {
	line-height: 1.3em;
	margin: 4px 8px 8px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.lastp {
	line-height: 1.3em;
	margin: 8px 8px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
}

/* 3 col layout */

#threeCol #contentWrap {
	width: 585px;
}

#threeCol #news {
	float: right;
	width: 175px;
	padding-top:1em;
}

#threeCol #main {
	width: 410px;
	margin-right: 10px;
}
img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

/* 2 col layout */

#twoCol #contentWrap {
	width: 776px;
	text-align: center;
	background-color: #FFF;
}

#twoCol #main {
	width: 560px;
	margin-right: 0px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;

}
#mainstory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin-left: 18px;
	margin-right: 12px;
	font-style: normal;
}

#threeCol #sidebar, #twoCol #sidebar {
	float: left;
	width: 160px;
	padding-top: 1em;
	padding-bottom: 350px;
	padding-left: 20px;
}

.clear:after { 
content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}
	
.browntype {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #B77B2F;
	font-size: 1em;
}
.greentype {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #6DA417;
	font-size: 1em;
}
.bluetype {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #069;
	font-size: 1em;
}
#dottedhoriz_short {
	width: 170px;
	border-top: 1px dotted #666;
	display: block;
	line-height: 1px;
	vertical-align: text-bottom;
	margin: 12px 2px 12px 0px;
	font-size: 1px;
	padding: 0px;
}
#dottedhoriz_long{
	width: 98%;
	border-top: 1px dotted #666;
	display: block;
	line-height: 1px;
	vertical-align: text-bottom;
	margin: 12px 12px 8px;
	font-size: 1px;
	padding: 0px;
	text-align: center;
}
.related_stories {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: block;
}
#sidebarsmleft p img {
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#story_1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin: 7px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#story_2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin: 7px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	text-align: left;
}
#story_3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin: 7px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	text-align: left;
}
#story_4 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin: 7px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	text-align: left;
}

.subhead_green {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #769758;
}
.subhead_blue {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5768A2;
}

.subhead_grey {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.subhead_ltblue {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #668A93;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.subhead_ltgrey {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CCC;
}
.subhead_deepblue {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #036;
}
.subhead_variable {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #9DB772;
}
.subhead_dkgr {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #6F9154;
}
.sm_subhead_grgold {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #92A475;
	margin-left: 18px;
	margin-bottom: 4px;
	margin-top: 18px;
	display: block;
}

#twoCol #contentWrap #main #sidebarright2 ul li {
	padding-left: 0px;
	margin-left: 30px;
	margin-bottom: 3px;
}
#twoCol #contentWrap #sidebarsmleft ul li {
	padding-left: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
	margin-top: 2px;
}
		
	.bluehead_simple {
	color: #73998E;
	font-size: 1em;
	margin: 12px 0px 0px;
	padding: 4px 0px 5px 21px;
	font-weight: bolder;
}
#footer p a {
	font-style: italic;
}
.list_subhead {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #769758;
	margin: 8px 0px 0px;
	padding: 0px;
	display: block;
}
.list_item {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 2px 0px 0px 12px;
	padding: 0px;
}

	
.addressline1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #40638b;
	display: block;
}
.addressline2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 2px 0px 0px;
	padding: 0px;
	color: #40638b;
	display: block;
}
.addressline2indent {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	color: #40638b;
	display: block;
}
.addressline3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 0px;
	padding: 0px;
	color: #40638b;
	display: block;
}
.storybyline {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	color:#003366;
	line-height: 1em;	
		}

	.tablerule_short{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted #999;
	width: 320px;
	display: block;
	}
	
	.tablerule_xshort{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted #999;
	width: 140px;
	display: block;
	}
	.tablerule_long{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted #999;
	width: 500px;
	display: block;
	}
	
	.tablerule_xlong{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	border-bottom: thin dotted #999;
	width: 750px;
	text-align: center;
	display: block;
	}
.caption{
	font: normal 0.85em/1.1em Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .98em;
	line-height: 1.3em;
	display: block;
	padding-left: 25px;
	padding-right: 15px;
}
.mainhead3_ind {
	color: #668A93;
}
.tablerule_xshort {
	width: 168px;
	margin: 0px;
	padding: 0px;
	line-height: .6em;
}
.clearall {
	display: block;
	clear: both;
}
.quote {
	font-style: italic;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 9px;
	font-size: .9em;
}
.photolinknorule {
	text-decoration: none;
}
.dottedrule {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	width: 350px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.runinsubhead {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #668A93;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.caption_newsletter a {
font: normal 1 em Arial, Helvetica, sans-serif;

	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
