body {
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: center;
	font-family: 'calibri';
}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	border: 1px dotted gray;
	background-color: white;
}

#header {
	position: relative;
	height: 170px;
}

#header_star {
	width: 18%;
	height: 100%;
	float: left;
	background-color: #002768;
	background-image: url('../images/star_white.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#header_menu {
	width: 82%;
	height: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #bf0b32;
}

#header_menu a {
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	padding: 24px;
}

#header_title {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 30px;
	font-weight: bold;
	color: #002768;
}

#header_abs {
	height: 70%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

#header_image {
	position: absolute;
	top: 7%;
	right: 5%;
	height: 110px;
}

#contentloading {
	height: 20px;
	background-color: transparent;
	background-image: url("../images/aj5.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	z-index: 2;
}

#main {
	position: relative;
	top: -20px;
	padding: 0;
	text-align: center;
}

#client_quotes {
	height: 220px;
	background-color: transparent;
	text-align: center;
}

#home_banner {
	height: 50px;
	line-height: 50px;
	background-color: #002768;
	vertical-align: middle;
	text-align: center;
	font-size: 28px;
	font-weight: bolder;
	color: white;
}

#footer {
	position: relative;
	top: -20px;
	text-align: center;
}

.contentpane {
	width: 76%;
	margin: auto;
	text-align: justify;
}

.header_divider {
	font-size: 36px;
	color: white;
}

.heading {
	font-size: 24px;
	font-weight: bold;
}

.heading_red {
    font-size: 24px;
    font-weight: bold;
    color: #bf0b32;
}

.footing {
    font-size: 22px;
    font-weight: bold;
    color: #606060;
}

.boldtext {
	font-size: 16px;
	font-weight: bold;
}

.text {
	font-size: 16px;
}

.page_hr {
	color: #002768;
	background-color: #002768;
	height: 5px;
}

.userinput {
	resize: none;
	columns: 80;
	width: 100%;
}