




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #303538;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size:small;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float:left;
} 
.twoColFixRtHdr #header { 
background-color:#241d1b;
	
	height:56px;
	padding: 0;  /* 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. */
} 

.twoColFixRtHdr #subhead { 
	background-image:url(/data/upfiles/featuredstory/xxxfinalwinter11inside.jpg);
background-repeat:no-repeat;
	
	height:167px;
	padding: 0;  /* 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. */
} 


.twoColFixRtHdr #subhead input { 
    background-color: #ffffff;  
    font-family: arial; 
    font-size: 10px; 
    color: #708fa7; 
} 


.twoColFixRtHdr #header h1 {
	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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #433d3a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
	padding-top:0px;
}


.twoColFixRtHdr #enews {
	padding: 8px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	background:#708fa7;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:14px;
	margin-right:14px;
	
}


.twoColFixRtHdr #sidebar1 a{
	color: #ffffff; text-decoration: none
}

.twoColFixRtHdr #sidebar1 a:hover{
	color: #bed4e7; text-decoration: underline
}


.twoColFixRtHdr #mainContent { 
	margin: 0px 230px 0 0; /* the right margin on this div element creates the column down the right 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #mainContentIn { 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContentIn img{ 
	padding: 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px #cccccc solid;
	margin:6px;
} 

.twoColFixRtHdr #mainContentIn ul { 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:20px;
} 

.twoColFixRtHdr #mainContentIn ul li{ 
	padding-left: 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background:#191312;
	color:#FFFFFF;
	font-size:10px;
 
} 
.twoColFixRtHdr #footer a {
	color: #ffffff; text-decoration: none 
}

.twoColFixRtHdr #footer a:hover {
	color: #697390; text-decoration: underline	
}




.twoColFixRtHdr #footer3 {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3a5372;
	color:#cfd8e2;
	font-size:12px;
	line-height:14pt;
}


.twoColFixRtHdr #footer3 a {
	color: #cfd8e2; text-decoration: none 
	
}

.twoColFixRtHdr #footer3 a:hover {
	color: #ffffff; text-decoration: underline
	
}


.twoColFixRtHdr #footer4 {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#8098a7;
	font-size:10px;
	line-height:14pt;
	background:#303538;
	text-align:center;
	width:960px;
}


.twoColFixRtHdr #footer4 a {
	color: #8098a7; text-decoration: none 
	
}

.twoColFixRtHdr #footer4 a:hover {
	color: #656871; text-decoration: underline
	
}





.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: 8px;
}
.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: 0px;
}

#centeredmenu {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
width:auto;
	color:#FFFFFF;
	height:56px;
	float:left;
	
}


#pageHeadline {

color:#302826;
font-size:14px;
background-color:#dbdbdb;
font-weight:bold;
padding:10px 0px 10px 20px;
}


#returnPage {
   float:right;

   margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
width:auto;
	color:#ccc;
		font-size:9px;
}


form {
margin:0;
padding:0;
}


.tabsText {
font-size:13px;
font-family:arial;
font-weight:bold;
color:#FFFFFF;

}

.tabsText2nd {
font-size:11px;
font-family:arial;
color:#FFFFFF;

}

.headlineText {
font-size:16px;
font-family:arial;
color:#2f2b2a;
font-weight:bold;

}


.headlineTextLg {
font-size:18px;
font-family:arial;
color:#622329;
font-weight:bold;

}

.smText {
font-size:9px;
font-family:arial;

}



.subHead {
color:#2f2b2a;
font-size:11px;

font-weight:bold;

}


a:link { color: #94454d; text-decoration: none }
a:active { color: #ba7e2f; text-decoration: none }
a:visited { color: #ba7e2f; text-decoration: none }
a:hover { color: #697390; text-decoration: underline }

a.enews:link { color:#ffffff; text-decoration: none }
a.enews:active { color: #b8ccdb; text-decoration: none }
a.enews:visited { color: #ffffff; text-decoration: none }
a.enews:hover { color: #b8ccdb; text-decoration: underline }
/* original color:#62686e; color: #ffffff */



hr {color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted; }


.newsHeadline {
font-size:18px;
font-family:Georgia;
font-weight:bold;
color:#2d2927;

}


.newsHeadline a{
color:#2e2826;
text-decoration:none;
}

.newsHeadline a:hover{
text-decoration:underline;
}


.newsHeadline2nd {
font-size:12px;
font-family:Georgia;
letter-spacing:1px;
color:#2d2927;
font-weight:bold;
}

.newsHeadline2nd a{
color:#F9AEBD;
text-decoration:none;
}

.newsHeadline2nd a:hover{
color:#ffffff;
text-decoration:none;
}


.newsText {
font-size:10px;
font-family:georgia;
color:#2d2927;
}

.headline {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 180%;
}

.headlineRed {
		color: #582008;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 180%;
}

.headlineBlack {
		color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 180%;
}
