body {
	background: #FFFFFF url(/images/bg_sec.jpg) no-repeat;
}

#header {
	padding: 0px;
	margin-bottom: 0px;
	}

#wrapper {
	margin: 0px;
	padding: 0px;
	}

#col1 {
	float: left;
	margin: 0;
	padding: 0px;
	width: 72px;
	}
	
#col2 {
	margin-left: 72px;
	margin-right: 72px;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 36px;

	}
	
#col2left {
  	position: relative;
  	float: left;
	left: 0px;
	top: 0px;
	width: 40%;
	}
	
#col2right {
  	float: right;
	}
	
#inset_text_head {
  	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 16px;
	text-align: center;
	background: #d2e4e4;
	}
	
#inset_text {
  	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 16px;
	text-align: left;
	background: #abcdcd;
	}


#clear {
	clear: both;
}

#footer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 72px;
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
	}

li.bullet { 
	list-style-image: url(/images/bullet.gif);
}

	
.maintext {
	font-family: arial, verdana, helvetica,  sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

.maintext A:link {COLOR: #000000;
	font-weight: bold;
	text-decoration: none;}
.maintext A:visited {COLOR: #000000; 
    font-weight: bold;
    text-decoration: none;}
.maintext A:hover {COLOR: #000000;text-decoration: underline;}

.footertext A:link {COLOR: #79AE45;
    font-weight: bold;
    text-decoration: none;}
.footertext A:visited {COLOR: #79AE45; 
    font-weight: bold;
    text-decoration: none;}
.footertext A:hover {COLOR: #79AE45;text-decoration: underline;}

/* removes default top margin from left/right column paragraphs in mozilla */
div > p {
  margin-top: 0;
}
