body {
	padding: 0;
	margin: 0;
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B8E7E;
}

.errorExplanation, .fieldWithErrors {
	color: #A31C14;
}

.fieldWithErrors > label {
  border-bottom: 1px solid 	#A31C14;
}

.warranty_form {
  width: 100%;
  border: 0 none; 
}

#maintable {
	width: 650px;
	margin-top: 20px;
	padding: 2px;
}

#logo {
	text-align: right;
}

#sidebar {
	vertical-align: top;
	width:190px;
}

#content {
	vertical-align: top;
}

#footer {
	text-align: right;
	padding-top:20px;
}

.menuItem {
	background: url('/images/menu-icon.jpg');
  background-repeat: no-repeat;
	background-position: left;
	padding: 2px 2px 2px 25px;
}

a {
	color: #9B8E7E;
	text-decoration: none;
}

a:hover {
	color: #A31C14;
	text-decoration: none;
}

#home {
	float: right;
	text-align:right;
	width: 450px; 
  height: 325px; 
  overflow: auto;
	padding-right:5px;
}

.smallText {
	font-size:11px;
	font-weight:normal;
}

.right-align {
  text-align: right;
}

