/* CSS Document for Clear Pond Articles*//* CSS Document for Clear Pond */html, body { height: 100%; }* { margin: 0; padding: 0; }body {	background: #081A69;	font: 11px Verdana, Tahoma, sans-serif;	text-align: center;}h1 { font: 16px "Times New Roman", Times, serif; margin-bottom: 25px; letter-spacing: 3px; text-transform: uppercase; }h2 { font: 14px "Times New Roman", Times, serif; margin-bottom: 5px; letter-spacing: 2px; text-transform: uppercase; }h3 { font: 14px "Times New Roman", Times, serif; margin-bottom: 0px; letter-spacing: 2px; text-transform: capitalize; }img { display: block; }.noBottomMargin { margin-bottom: 0; }.bold { font-weight: bold; }.title { font-weight: bold; font-family: "Trebuchet MS", Arial, sans-serif; }.italic { font-style: italic; }.small { font-size: 10px; }.gray { color: gray; }.marginTop { margin-top: 15px; }.marginBottom { margin-bottom: 15px; }.center { text-align: center; margin-left: auto; margin-right: auto; }#main-container {	position: relative;	text-align: center;	margin: 0 auto;	width: 900px;	background: url(../images/article-container-tile.gif) repeat-y;	border-left: 2px solid gray;	border-right: 2px solid gray;	border-bottom: 2px solid gray;	min-height: 100%;	height: auto !important;	height: 100%;}#main-container-articles {	position: relative;	text-align: center;	margin: 0 auto;	width: 900px;	background: #fff;	border-left: 2px solid gray;	border-right: 2px solid gray;	border-bottom: 2px solid gray;	min-height: 100%;	height: auto !important;	height: 100%;}#masthead {	width: 900px;	height: 99px;	background: url(../images/masthead.gif);}#subheader {	width: 850px;	height: 128px;	background: url(../images/subheader.gif);	padding: 25px 25px;	text-align: justify;	color: #fff;}#subheader p { 	line-height: 16px; 	margin-bottom: 10px; }#content-container {	width: 900px;	padding: 0 0 60px 0;}#column1 {	width: 280px;	padding: 25px 10px 0 10px;	float: left;	text-align: left;}#column1 li {	list-style-type: square;	list-style-position: outside;	margin-left: 25px;	line-height: 18px;}#column2 {	width: 540px;	padding: 25px 30px 0 30px;	text-align: center;	float: left;}#column2 p { line-height: 16px; margin-bottom: 16px; }#column2 li {	list-style-type: square;	list-style-position: outside;	margin-left: 20px;	line-height: 16px;}#column2 .numbered-list li {	list-style-type: decimal;	list-style-position: outside;	margin-left: 20px;	line-height: 16px;}#column2 .download { margin: 0 auto; text-align: center; display: table; }#column2 .download ul { display: table; }#column2 .download li {	list-style-type: none;	padding: 0 10px;	float: left;}#print { margin-left: 414px; width: 126px; margin-bottom: 25px; }#article { text-align: justify; }#content-container:after {	clear: both;	display: block;	visibility: hidden;	height: 0px;	font: 0px/1px;	content: ".";}#footer {	width: 900px;	background-color: #fff;	border-top: 1px solid #736F00;	position: absolute;  	bottom: 0 !important;  	bottom: -1px; /* For Certain IE widths */  	height: 40px;  	left: 0;}#footer #left-column {	float: left;	width: 440px;	text-align: left;}#footer #left-colmun ul {	display: table;	margin: 0 auto;}#footer #left-column li {	float: left;	list-style-type: none;	padding-left: 8px;	padding-right: 8px;	margin-top: 15px;	border-right: 1px solid gray;	line-height: 12px;}#footer #right-column {	float: right;	width: 440px;	font-size: 10px;	color: gray;	text-align: right;	padding-right: 10px;	padding-top: 12px;}#footer #left-column li:last-child { border: none; }a { text-decoration: none; }a:link { color: #000066; }a:visited { color: #000066; }a:hover { color: gray; }a:active { color: gray; }#column2 a { text-decoration: underline; }