body {
	background-color: #4A5375;
	font-family: tahoma;
	color: #264F78;
	font-size: 12px;
	}
#allcontent {
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEF4FB;
	}
#table {
	margin-left: 5px;
	margin-right: 5px;
	}
a:link {
	color: #264F78;
	font-size: 10px;
	font-weight: bold;
	}
a:visited {
	color: #264F78;
	font-size: 10px;
	font-weight: bold;
	}
h5 {
	margin-bottom: -10px;
	}
.align {
	vertical-align: top;
	text-align: justify;
	}
.link {
	text-align: right;
	}
#intro {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	}
.under {
	text-decoration: underline;
	}
.bold {
	font-weight: bold;
	}
#floatLeft {
	float: left;
	width: 500px;
	}
#floatRight {
	float: right;
	width: 220px;
	padding: 0 25px 0 0;
	}
#mainBody {
	clear: both;
	}
legend {
	font-weight: bold;
	font-size: 14px;
	}
fieldset p {
	font-weight: bold;
	}
	
	/* ----- Contact Us Page -----*/
	
body#contact div#miche {
	margin: 0 15px 0 15px;
	font-size: 14px;
	}
body#contact #form-contact {
	float: left;
	width: 27em;
	margin: 0 0px 10px 20px;
	}
body#contact #comments {
	float: right;
	width: 27em;
	margin: 0 20px 10px 0px;
	}
body#contact #submit {
	float: right;
	width: 27em;
	margin-right: 20px;
	}
body#contact legend {
	font-weight: bold;
	}
body#contact label {
	display: block;
	}
body#contact em.required {
	font-size: 0.75em;
	color:#760000;
	}
body#contact input {
	width: 22em;
	}
body#contact input#sender-city {
	width: 11em;
	}
body#contact input#sender-zip {
	width: 5em;
	}
body#contact textarea {
	width: 318px;
	height: 144px;
	}
body#contact #contact-details {
	float: left;
	}
body#contact div#formState p {
	margin-left: 10px;
	margin-right: 40px;
	padding: 0;
	}
body#contact p#formHidden {
	display: none;
	}
body#contact #submit input {
	width: 140px;
	}
body#contact #submit #btn-submit{
	margin: 10px 11px 10px 15px;
	}
	
	
#footer {
	clear: both;
	}
	
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
