/*WebDesignAndSuch.com*/





@charset "UTF-8";
body {
	color: #002060;
}
 #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	font-size:14px;
	

}
#mainContent {
	padding: 0 60px;
	min-height:600px;
	line-height:25px
}

img {border-style: none;
    border-color: inherit;
    border-width: 0px;
 
}


/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	
	width:50%;
	height:78%;
	z-index: 9002;
	margin-left: -10%;
  margin-top: -50%;
  text-align:center;
}
.close {
	position: relative;
	top: -40px;
	left: 49%;
	background: url(close.png) no-repeat;
	background-position: 18px;
	text-decoration: none;
}

div#popUpDiv {
  display: block;
  top: 30%;
  left: 30%;
    margin-top: -50%;
}