


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #2f2b2a;
	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:12px;
}
.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-image:url(/elements/images/headerLogoTemplate.jpg);
background-repeat:no-repeat;
	
	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. */
} 


.box1 { 
		position: relative; 
		clear:both;
		}


#box-link { 
		position: absolute; 
		top: 0px; 
		left: 18px; 
		width: 255px; 
		height: 150px; 
		background-color: transparent; 
		/*border: 1px solid yellow;*/ }




.twoColFixRtHdr #subhead { 
	background-image:url(/elements/pages/image3.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 #sidebar1 a{
	color: #bed4e7; text-decoration: none
}

.twoColFixRtHdr #sidebar1 a:hover{
	color: #656871; text-decoration: none
}


.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 ul { 
	padding: 20px; /* 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 #footer2 {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d1400;
	color:#d0b4a8;
	font-size:12px;
	line-height:14pt;
}


.twoColFixRtHdr #footer2 a {
	color: #d0b4a8; text-decoration: none 
	
}

.twoColFixRtHdr #footer2 a:hover {
	color: #ffffff; text-decoration: underline
	
}


.twoColFixRtHdr #footer3 {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#656871;
	font-size:10px;
	line-height:14pt;
	background:#2f2b2a;
	text-align:center;
	width:960px;
}


.twoColFixRtHdr #footer3 a {
	color: #656871; text-decoration: none 
	
}

.twoColFixRtHdr #footer3 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 {
   float:right;
  position:relative;
   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;
}


#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:11px;
font-family:arial;
font-weight:bold;
color:#bed4e7;

}

.tabsText2nd {
font-size:9px;
font-family:arial;
color:#656871;

}

.headlineText {
font-size:14px;
font-family:arial;
color:#2f2b2a;
font-weight:bold;

}


.headlineTextLg {
font-size:16px;
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.tree:link { color: green; text-decoration: none }
a.tree:active { color: yellow; text-decoration: none }
a.tree:visited { color: red; text-decoration: none }
a.tree:hover { color: orange; text-decoration: underline }

hr {color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted; }
.BrnhrLg { border:none; border-bottom: solid 1px #dad5cf;background-color:#FFFFFF; color:white;margin-top:10px; margin-bottom:10px;}
p {margin-bottom:15px}


.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%;
}