body {
	margin: 0;
	padding: 0;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	/* background: url(images/carbon_fibre_body.jpg); */
}
img {
	border:1px solid #DA2C21;
}
div.hr hr {
	display: none;
}
div.hr {
	border: none;
	background: url(images/hr_graphic.png) no-repeat center center;
	height: 11px;
	width: 100%;
	padding: 5px 0 5px 0;
}
ul {
	margin: 0 0 0 15px;
	padding: 0px;
}
#ajax-loader {
	width: 120px;
	font-size: 12px;
	color: #da2c21;
	background: url(images/ajax-loader.gif) no-repeat;
	text-indent: 30px;
}
.content_box {
	border-left: solid 10px #7b7b7b;
	border-right: solid 10px #7b7b7b;
	width: 850px;
}
#header {
	background: url(images/header_bckgrnd.png) no-repeat #ffffff;
	background-position: right;
	height: 135px;
	padding: 10px;
	vertical-align: middle;
}
.header_box {
	float: right;
	font-size: 24px;
	line-height: 1.1;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #da2c21;
	padding-top: 50px;
}
#footer {
	border-left: solid 10px #7b7b7b;
	border-right: solid 10px #7b7b7b;
	border-top: solid 10px #7b7b7b;
	background: #ffffff;
}
#seperator {
	background: #7b7b7b;
	height: 10px;
}
#menu {
	width: 200px;
	background: #e8e6e6;
	margin-right: 10px;
}
#content {
	background: #fff;
	min-height: 400px;
	padding-left: 12px;
}
.footer_content {
	font-size: 10px;
	border-left: solid 10px #da2c21;
	border-right: solid 10px #da2c21;
	background: #ffffff;
}
.footer_header {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #da2c21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
img.footer_image {
	border: 0;
	padding: 4px 0 0 4px;
	margin: 0 0 -0 0;
}
.upper_footer {
	background: url(images/menu_background.jpg) repeat-y #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding: 10px 0 5px 0;
}
span.upper_footer_highlight {
	color: #da2c21;
	font-weight: bold;
	font-size: 14px;
}
#content_small {
	font-size: 11px;
	background: #FFFFFF;
	min-height: 120px;
	padding: 0 12px 12px 12px;
}
#content h1 {
	font-size: 28px;
	text-transform: uppercase;
	color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
#content h2 {
	font-size: 20px;
	color: #da2c21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
#content p.main {
	text-indent: 20px;
}
div.menu_items {
	text-indent: 10px;
	padding:0px 5px 20px 5px;
}
div.menu_item {
	padding:0px 10px 10px 0px;
	font-size: 14px;
	color: #da2c21;
}
div.menu_item_header {
	padding:15px 10px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #da2c21;
	text-decoration: none;
}
a.menu_item {
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	padding: 0 5px 3px 5px;
	color: #252525;
	text-decoration: none;
}
a.menu_item:hover {
	background-position: top left;
	color: #da2c21;
	text-decoration: none;
}.inputRequirement {
  color: red;
  font-size: 15px;
  font-weight: bold;
  font: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: right;
}
