/* Import the tabs styles */
@import url(/style/lightbox.css);
@import url(/style/screen.css);

legend {
    color: #BCD2E6;
    font-weight: bold;
    font-size: 16px;
}

#mainwrap {
  width: 945px;
  margin: 0 auto;
  padding:0;
  background: #FFFFFF;
}
#header {
	width:100%;
  min-width:945px;
  	
}
#header h1 {
	text-indent: -9999px;
}
#footer {
	min-width:945px;
	width:100%;
  margin: 0;
  background-color:#D2E4FC;
  border-top: 1px solid #9E9CAB;
  border-right: 1px none #9E9CAB;
  border-bottom: 1px solid #9E9CAB;
  border-left: 1px none #9E9CAB;
}
#menucol {
	width:200px;
  float:left;
  text-align:center;
  margin:0;
  padding: 0 0 1em;
}
#contentcol {
	width:735px;
	float:left;
	padding:5px;
	margin:0;
}

