body { 
	background-color: #fff; 
	color: #333; 
}

.footer {
	padding-top: 20px;
	width:960px;
	clear:both;
}

.rightcontent {
	width: 25%;
	float: right;
	height:155px;
	
}

.leftcontent {
	height: 350px; 
	width: 72.5%;
	float: left;
}

.content {
	margin-top: 20px;
	width:960px;	
	height:330px
}

.header {
	background: 0 100% repeat-x;
	width:960px;
	height: 60px; 
	text-align: center; 
	
	font-size:35px;
}


body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
  color: #3300CC;
  text-decoration:none;
}
a:visited { 
  color:  #3300CC;
  text-decoration:none;
}
a:hover {
  color: #3300CC;
  text-decoration:underline;   
}

.fieldWithErrors {
  padding: 2px;
  background-color: Chartreuse;
  display: table;
}

#errorExplanation {  
  padding: 7px;
  padding-bottom: 7px;
  margin-bottom: 20px;  
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;  
  margin: -7px;  
	color:Navy;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	margin-bottom:0;
	margin-top:0;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

span.disabled {
	display:none;
}

#account {
  overflow:hidden;
}

#notice {  
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #B2E5FC;
  height: 0;
  color: #000;
  font: 20px/40px arial, sans-serif;
  opacity: .9;
}
