#pageContainer{
  width:450px;
  min-height:200px;
  float:left;
  margin:0px auto;
  padding:0;
}

.boxContainer, #boxContainer2{
  height:auto;
  float:left;
  border:1px solid #ccc;
}

.boxContainer{
  width:97%;
  margin:0px 0px 10px 0px; 
}

#boxContainer2{
  width:800px;
}

#boxContainerTitle{
  width:100%;
  height:auto;
  padding:3px 0px 3px 0px;
  text-indent:5px;
  float:left;
  background-color:#ccc;
  font-weight:bold;
}

#boxContainerData, #boxContainerData_half, #boxContainerData_40percent{
  height:auto;
  float:left;
  padding:3px 3px 3px 3px;
}

#boxContainerData{
  width:100%;
}

#boxContainerData_half{
  width:50%;
}

#boxContainerData_40percent{
  width:40%;
}

.clearLine{
  clear:both;
}

#newspaper_prov{
  display:block;
  color:#000;
  font-weight:bold;
}

#newspaper_prov a{
  display:block;
  border-bottom:1px dotted #333;
  text-decoration:none;
  color:#000;
  font-weight:bold;
}

#newspaper_prov_pubs{
  width:35%;
  height:auto;
  float:left;
  margin-right:10px;
}

#login{
  margin-top:10px;
  width:100%;
  height:auto;
  text-align:right;
  font-weight:bold;
  margin-bottom:10px;
}

#subscribe{
	color:#ff0000;
	text-align:center;
	display:block;
	margin:9px 0px 3px 0px;
}

#success{
	width:97%;
	height:auto;
	border:2px solid #4AA02C;
	background-color:#4CC417;
	color:#fff;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	margin:8px 0px 0px 0px;
}

.reg_paragraph1, .reg_paragraph2{
  margin-top:10px;
  width:90%;
  height:auto;
}

.reg_paragraph2{
  font-size:12px;
}

#alert_title{
  font-size:16px;
  font-weight:bold;
  width:1font-size:12px; margin-top:20px;
}

.step{
  font-weight:bold;
  font-size:14px;
  margin-top:10px;
  width:100%;
  height:auto;
}

.menu{
  list-style-type:disc;
}

#free_passport{
  margin-top:30px;
  font-size:14px;
}

#errMsgContainerHome{
  color:#fff;
  font-weight:bold;
  width:300px;
  height:auto;
  padding:3px 5px 3px 5px;
  background-color:#F0000D;
  margin-bottom:5px;
  border:2px solid #C4C4C4;
}

#errMsgContainer, #changeEmailPass{
  color:#fff;
  font-weight:bold;
  float:left;
  width:97%;
  height:auto;
  padding:3px 5px 3px 5px;
  background-color:#F0000D;
  margin-bottom:5px;
  border:2px solid #C4C4C4;
}

#errMsgTitle{
  text-decoration:underline;
  width:100%;
}

#saveSuccess{
  color:#000;
  font-weight:bold;
  float:left;
  width:100%;
  height:auto;
  padding:3px 0px 3px 0px;
  background-color:#FFFF66;
  margin-bottom:5px;
  text-align:center;
  border:2px solid #000;
}

/* User Preferences page*/
#salutation{
  width:100%;
  min-height:10px;
  padding:2px 0px 2px 0px;
  float:left;
  font-weight:bold;
}

#topmenu{
	float:left;
	margin:0;
	padding:5px 0px 5px 0px;
	width:100%;
	height:auto;
}

#topMenuR{
  width:100%;
  min-height:10px;
  padding:2px 0px 2px 0px;
  float:left;
  color: #0000FF;
  text-align:right;
}

#topMenuR a{
  text-align:right;
  text-decoration:underline;
}

/* Login page */

#passportLogin{
	font-weight:bold;
	color:#000000;
}

#loginForm{
	width: 300px;
	height:105px;
	padding:0;
	-moz-border-radius: 5px; /* firefox 2.0+ */
	-webkit-border-radius: 5px; /* safari 3.0+ */
}

#required{
	color:#ff0000;
}

/* Update Page */
.tableTitle{
	font-size:14px;
	font-weight:bold;
	width:97%;
	text-align:left;
	margin:15px 0px 0px 0px;
}

#instructionBox{
	width:97%;
	height:auto;
	float:left;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	padding:5px 5px 5px 5px;
}

#instructionTitle{
	font-weight:bold;
	text-decoration:underline;
}

