body {
	margin: 10px;
	padding:0px;
	background-color: #06045D;
}
#Container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#Header {
	height:200px;
}
#Header a img {
	border: none 0px;
}
#Content {
	padding:0px;
	clear:both;
	background-color:#FFFFFF;
}
#Left_column {
	float:left;
	width:295px;
	min-height:330px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
}
#Right_column {
	margin-left:315px;
	padding:5px;
	min-height:330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
}
#Right_col_contact {
	float:left;
	width:100px;
}
#Right_col_contact_numbers {
	width:200px;
	margin-left:120px;
}
/* START Contact form css    */
#contact-form label{
	float: left;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	font-weight: normal;
}

#contact-form input, textarea, select {
	width: 175px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#contact-form textarea{
	width: 175px;
	height: 150px;
}

#submitbutton{
	margin-top: 5px;
	margin-left:170px;
	width: 90px;
}

#contact-form br{
	clear: left;
}
/* END Contact form css    */
#Footer {
	clear:both;
	background-color:#0066CC;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	height:30px;
	padding-top:15px;
}
#Footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#Footer a:hover {
	color: #FFFF00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
	padding-top:10px;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
}
.sent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
