.dots { background-image : url(bg1.gif);   height : 2px; background-repeat : repeat-x; }

.copyright
 {
	font-family: "Arial";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top : 20px;
}



 

	
.myboxheader {  float: left; margin-bottom: 12px;}
/* boxfooter: Holds the footer text, and is cleared on both sides. Puts it below all the columns above it.*/
.boxfooter {
	width: 100%;  
	clear: both;  
	}

.myboxheader { background: #FFF; }
.boxfooter { background: #FFF; }


/* ---------------------------------------------------------formatting------------------------------------------ */
body {
	background: #d5dbe2 url("body_bg.gif") top center repeat-y;
	color: #000; 
	margin: 0px; 
	padding: 0px;
	}

/* ------------------------------------------------- style --------------------------------------------------------------*/

.boxfooter {
	font-size: 11px; 
	text-align: center;
	padding-top: 10px;
}
			 
.boxfooter a{
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.boxfooter a:hover{
	color: #666666;

}
/*end links on footer style*/

/* start links on header style*/
.myboxheader a{
	font-family: "Arial";
	font-size: 14px;
	color: #1061B4;
	text-decoration: none;
}

.myboxheader a:hover{ text-decoration: underline;}



