@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #303;
}
.twoColFixLtHdr #container {
	width: 780px; /* 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. */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 125px;
	background-color: #999965;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	background-image: url(images/irenedashLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
	text-indent: -5000px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	background-image: url(images/dash_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 207px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #996;
	border-bottom-color: #000;
	border-left-color: #996;
	margin: 12px;
	background-color: #303;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 45px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.twoColFixLtHdr #container #sidebar1 p img {
	margin: 6px;
	padding: 6px;
	border: 1px solid #CBCC9A;
	text-align: center;
	display: block;
}
.twoColFixLtHdr #container #header p {
	background-color: #000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
} 
.sidebar2 {
	font-family: Verdana, Geneva, sans-serif;
	padding: 4px;
	height: 300px;
	width: 210px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
.mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	margin: 8px;
}
.twoColFixLtHdr #container table tr td img {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.twoColFixLtHdr #container h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666;
} 
.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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
}
.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;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
a:active {
	color: #003;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.style2 {font-size: 12px}
.twoColFixLtHdr #container .mainContent h2 img {
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
}
