@charset "utf-8";
body  {
	background: #e2d9cf;
	/*background: #000 url(img/tile.gif) repeat;*/
    margin: 0;
	padding: 0;
	text-align: center;
	color: #05232e;
}
.twoColFixRtHdr #container { 
	width: 770px;  
	background: #ebe6e1;
	margin: 0 auto; 
	border: 1px solid #f8931e;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
background: #f8931e URL(img/banner.gif) no-repeat;
height: 140px
} 
.twoColFixRtHdr #navline {
/*fromtbab */
width: 670px;
height: 30px;
top:140px;
background-color: #c3c8ca;
color: #c3c8ca;
text-align: left;
line-height: 30px;
padding-left: 50px;
padding-right: 50px;
}
.twoColFixRtHdr #navline a{
color: #ec5f16;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: 18px;
text-decoration: none;
font-weight: normal;
}
.twoColFixRtHdr #navline a:hover {
color: #1384ac;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: 18px;
text-decoration: none;
font-weight: normal;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 10px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; 
	padding: 10px 10px 0 10px;
}
.twoColFixRtHdr #sidebarwork {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; 
	padding: 10px 10px 0 10px;
}
.twoColFixRtHdr #mainContent { 
	/* margin: 0 250px 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: 10px  350px 10px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 
.twoColFixRtHdr #fullContent { 
	padding: 10px  50px 10px 50px; 
	text-align: justify;
} 
.twoColFixRtHdr #workContent { 
	padding: 10px  550px 10px 50px; 
	text-align: left;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c3c8ca; 
} 
.twoColFixRtHdr #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 */
	text-align: center;
	font-size: .6em;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #05232e;
}
.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;
}
h1, h2, h3  {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-weight: normal;
	color: #1f89ae;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;	
	font-weight: bold;
}
h3 {
	font-size: 1.0em;	
	font-weight: bold;
}
h4 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 0.9em;	
	font-weight: normal;
	color: #1f89ae;
}
p {
	font-size: .8em;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #05232e;
}
p.titles {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 0.9em;	
	font-weight: normal;
	color: #1f89ae;
}

a {
	color: #ec5f16;
	font-weight: bold;
    text-decoration: none;
}
a:hover {
color: #1f89ae;
text-decoration: none;
font-weight: bold;
}
