@charset "UTF-8";
body  {
	font: 100% Trebuchet, Futura LT, Helvetica, Arial, sans-serif;
	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;
	background-image: url(/netgain/2009/images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	list-style-type: circle;
	font-size: 12px;
}

p {
	font-family: Trebuchet, Futura LT, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-right: 30px;
}

td {
	font-family: Trebuchet, Futura LT, Helvetica, Arial, sans-serif
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding-right: 30px;
}

a {
	color:  #cc6600;
}

h1 {
	font-size:24px; 
	background:url(/netgain/2009/images/loop.gif) left no-repeat; 
	padding: 10px 10px 10px 0px;
	color:#192f82;
	text-transform: uppercase;
	font-size: 24px;
	text-indent: 30px;
}

h2 {
	color: #192f82;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #ff9900;
}

h3 {
	color: #192f82;
	font-size: 18px;
}
li {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
	color: #000000;
}


.oneColLiqCtrHdr #container {
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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. */
	background-color: #9bcc33;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.oneColLiqCtrHdr #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 */
}
/* style the link hover */
.navlink  {
	color:#999999;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
}

/* style the links */
.navlink a, .navlink a:visited {
	color:#999999;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
}
/* style the link hover */
.navlink a:hover {
	color:#999999;
	font-size: 9px;
}

/* style the links */
.h2link a, .h2link a:visited {
	color:#192f82;
	text-decoration: none;
	font-weight: bold;
}
/* style the link hover */
.h2link a:hover {
	color:#ff9900;
	text-decoration: none;
	font-weight: bold;
}