@import url(rightnav.css);

.error_messages {
  font-weight: bold;
  color: red;
  /*border: 1px solid red;
  background: #ffc;*/
}

.fields_with_errors input,
.fields_with_errors select {
  background: #fcc;
}

a {
	color: #060;
}

/* navbar */
#navigation {
	background: url(/static/157.jpg) #fff no-repeat;
  padding: 5px;
	height: 400px;
}

#navigation div {
  margin: 5px 0 5px 0;
  padding: 2px;
}

#navigation a,
#navigation a:visited
{
  width: 100%;
  background: #060;
  color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

#navigation a:hover
{
	color: #ff0;
}

/* named styles */
.title
{
	color: #060;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.heading
{
	color: #060;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.subheading {
	color: #060;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.note {
	background-color: #ffc;
	border: 1px solid #060;
	color: #060;
	padding: 2px;
}

.note .title {
	background-color: #060;
	color: #ffc;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

#content img {
  float: left;
  clear: left;
  border: 1px solid black;
  margin: 3px;
}
