@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eef2f8;
	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: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColLiqLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style-type: square;
	text-decoration: none;
	background-image: url(images/gradientBlue.png);
} 
.twoColLiqLtHdr #header {
	background-image: url(images/OpusBanner.jpg);
	width: 800px;
	height: 200px;
	padding-bottom: 0px;
} 
.twoColLiqLtHdr #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; 
}


.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 26%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 8px;
	;
}


.twoColLiqLtHdr #mainContent {
	padding-top: 0px;
	margin-top: 0;
	margin-right: 26px;
	margin-bottom: 0;
	margin-left: 26px;
	text-align: left;
	overflow: auto;
} 
.image_row {
	padding: 2px;
	float: left;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
}

.twoColLiqLtHdr #mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0D3C58;	
}
.twoColLiqLtHdr #mainContent a:hover {
	font-size: 12px;
	color: #369;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
.twoColLiqLtHdr #mainContent a:visited {
	font-size: 12px;
	color: #0D3C58;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent a:active {
	font-size: 12px;
	color: #0D3C58;
	text-decoration: none;
}
.twoColLiqLtHdr #footer {
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(images/OpusBottom_BG.jpg);
	height: 84px;
} 
.twoColLiqLtHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #333;
	padding-top: 5px;
	padding-left: 30px;
	text-decoration: none;
}
.twoColLiqLtHdr #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #369;
	padding-top: 5px;
	padding-left: 30px;
	text-decoration: none;
}
.twoColLiqLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	padding-top: 14px;
	padding-left: 30px;
}

/* Miscellaneous classes for reuse */
.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;
}

.twoColLiqLtHdr #sidebar1 ul {
	list-style-type:none;
	margin: 8px;
	padding: 8px;
	
}
.twoColLiqLtHdr #sidebar1 ul a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	
}

.twoColLiqLtHdr #sidebar1 ul a:hover {
	font-size: 12px;
	line-height: 24px;
	color: #369;
	background-color: #F6F7FB;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	
}

.twoColLiqLtHdr #sidebar1 ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 24px;
	text-decoration: none;
	
}
.twoColLiqLtHdr #sidebar1 ul a:active {
	font-size: 12px;
	line-height: 24px;
	color: #369;
	background-color: #F6F7FB;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	
}
h1 {
	font-size: 14px;
	color: #0D3C58;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #333;
}
h3 {
	font-size: 11px;
	color: #333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

