p {font-size:14px;font-family:Georgia, Times New Roman, Tahoma;line-height: 16pt }
.title{
	font-size:24px;
	font-family:Trebuchet;
	font-weight:bold;
	color: #649998;
}

.subheading{
	font-size:18px;
	font-family:Trebuchet;
	font-weight:bold;
	color: #649998;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	}

.notice{color:green;font-weight:bold;}
.error{color:red;font-weight:bold;}


.content {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav{
	position:absolute;
	left:21px;
	top:175px;
	z-index:1;
	height: 372px;
	width: 272px;
}
.navItem, .navItem a,.navItem a:visited {
line-height: 16pt;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-align:right;
}
.navItem a:hover{
color:#CCCCCC;
text-decoration:none;
}


/* my stuff */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-right: 10px;
  background-color: #f5f5f5;
}

#errorExplanation h3 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

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

#errorExplanation ul li {
  margin-left:25px;
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

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

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