@charset "utf-8";
body  { 
	font: normal .8em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; color:#333333; 
	background: #cccccc;
	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;
}

/************Structure*******************/
.twoColFixLtHdr #container { 
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:#369;
	color:#FFFFFF;
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #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
 */
	font-size:24px;
	line-height:1em;
}
.twoColFixLtHdr #header h2 {
	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;
	font-size:14px; /* using padding instead of margin will allow you to keep the element away from the edges of the div
 */
}
.twoColFixLtHdr #sidebar1 {
	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:#FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	vertical-align:top;
	text-align:left;
}
.twoColFixLtHdr #mainContent { 
	width: 500px;
	margin: 0 0 0 250px; /* 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: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:top;
	text-align:left;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#369;
	color:#FFFFFF;
	font-size:10px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
/************Presentation*****************/

IMG {
border: 0; 
}

a, a:visited {
color: #069;
}

a:hover {
color: #69C;
}

.twoColFixLtHdr #mainContent h1 {
color: #405080;
margin-top: 0px;
border-bottom: 1px solid #CFDCE5;
font-size: 18px;
font-family: arial, helvetica, sans-serif;
padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent h2 {
color: #405080;
margin: 20px 0px 3px 0px;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
letter-spacing:.1em;
}
/************Sidebar1 Links*****************/

.twoColFixLtHdr #sidebar1 ul.linklist {
	margin-top:5px;
	margin-left:0;
	padding-left:1em;
}

.twoColFixLtHdr #sidebar1 ul.linklist li {
	font-size: 12px;
	list-style-type: none;
	background-image: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	padding-left:0px;

}

.twoColFixLtHdr #sidebar1 ul.linklist li a,
.twoColFixLtHdr #sidebar1 ul.linklist li a:visited {
display:block;
color:#369;
font-weight:bold;
text-decoration: none;
line-height: 18px;
}

.twoColFixLtHdr #sidebar1 ul.linklist li a:hover {
background-color:#69C;
color: #FFF;
}
/************Sidebar1 Annoucements*****************/
.twoColFixLtHdr #sidebar1 .alert {
	
	width: 170px; /* 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:transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	vertical-align:top;
	text-align:center;
	border:1px solid #999999;
	
}

 /* ---------------------------------------------------------------------- */
/*  IMAGE TREATMENTS */	

.imageleft {
	float: left;
	margin: 0px 10px 5px 0px;
	}
.imageright {
	float: right;
	margin: 0px 0px 5px 10px;
	}
.imageleft-outlined {
	float: left;
	padding: 1px;
	border:1px solid #999999;
	margin-right:10px;
	}
.imageright-outlined {
	float: right;
	padding: 1px;
	border:1px solid #999999;
	margin: 0px 0px 5px 10px;
	}
	
.image-outlined {
	
	padding: 1px;
	border:1px solid #999999;
	
	}
/*  HOMEPAGE-SPECIFIC MARKUP */	

#homepageRightColumn {
	float: right;
	width: 200px;
	background-color:#D1DEE1;
	margin: 0 0 10px 10px;
	
}

.featureSectionHeader{
	color: #ffffff;
	margin-top: 0px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	padding: 5px;
	background:#369;
	
}
#homepageRightColumn ul{

}

#homepageRightColumn ul li{
	padding-bottom:10px;
}
