body{
	font-size: 10pt;
	font-family: Verdana, Sans-Serif;
	background: #FBF6CE;
}

#wrapper{
	position: relative;
	width: 938px;
	border: 1px solid black;
	background: white;
	margin: 5px auto;
}

img{
	float: left;
	margin-right: 10px;
}

#header{
	height: 160px;
	background: url(../images/header_extended_new.jpg) no-repeat left;
}

#header img{
	padding-left: 50px;
	border: none;
}

#links{
	position: relative;
	text-align: right;
	padding-top: 15px;
	width: 200px;
	color: #333;
}

#links a + strong
{
  margin-top: 20px;
  display: block;
}

#links a{
	color: #104e93;
	display: block;
	margin: 5px 0;
}

#links a:hover{
	color: black;
}

/* @group main section styles */

#main{
float: right;
width: 700px;
/*	text-align: justify;*/
}

h1{
	color: #930808;
	font-size: 14pt;
}

h2{
/*	color: #617891;
*/
  color: #930808;
	font-size: 12pt;
	clear: both;
}

h2, h3, h4{
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 + p, h3 + p, h4 + p{
	padding-top: 0;
	margin-top: 0;
}

a{
	color: #930808;
}

td{
	padding: 3px;
	vertical-align: text-top;
	white-space: nowrap;
}

td + td{
	white-space: normal;
	text-align: right;
}

dt{
	margin-top: 5px;
	font-weight: bold;
}

dt span{
	font-weight: normal;
	font-size: 80%;
	color:  gray;
}

dd{
	padding-left: 0;
	margin-left: 0;
}
	
/* @end */

/* FBF6CE 930808 617891 104E93 */

#footer{
	width: 100%;
	text-align: center;
	background: #930808;
	color: white;
	clear: both;
	padding: 5px 0;
}

#footerlinks{
	text-align: center;
	font-size: 80%;
	margin: 5px 0;
}

.package_title {
	padding-top: 10px;
	font-weight: 700;
	border-bottom: 2px #000 solid;
	width: 400px;
}

/* @group Styles from Rails scaffolding.css */

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

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  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 {
  font-size: 12px;
  list-style: square;
}

/* @end */