body {
	text-align: center;
	background-color: cccccc;
	margin: 0px 0px 0px 0px;	
}
#shadow_sides {
	background-image: url(shadow_sides.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#page {
	display: block;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	min-height: 400px;
	position: relative;
}
#menubar {
	float: left;
}
.menuitem {
	display: -moz-inline-box;
	display: inline-block;
	-moz-box-orient: vertical;
	background-color: #000038;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuitem:hover {
	background-color: #0066ab;
}
#mbright {
	background-color: #000038;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding-right: 0px;
	padding-left: 10px;
	text-decoration: none;
	text-align: right;
}
#content {
	display: block;
	width: 800px;
	height: 525px;
	background-image: url(home_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: Cambria, Times New Roman, serif;
	color: #000038;
}
#topright {
	font-family: Cambria, Times New Roman, serif;
	color: #000038;
	font-size: 10pt;
	position: absolute;
	right: 10px;
	top: 2px;
}
.form {
	display: block;
	background-color: #ddeff9;
	padding: 10px;
	border: 2px solid #0066ab;
}
.inline-block {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
}
#footer_text {
	font-family: Cambria, Times New Roman, serif;
	color: #000038;
	font-size: 10pt;
	text-align: center;
	width: 100%;
}
#toplogo {
	margin: 10px;
}
.content_p {
	margin-top: 0px;
	margin-right: 300px;
	font-size: 12pt;
	text-align: justify;
}
.contactformlabel {
	display: -moz-inline-box;
	display: inline-block;
	-moz-box-orient: vertical;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	width: 70px;
	vertical-align: top;
}
#pgtitle {
	display: block;
	width: 400px;
	background-image: url(title_hr.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 5px;
}
#sharebtn {
	position: absolute;
	bottom: 7px;
	right: 5px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
}
a {
	text-decoration: none;
	color: #0066ab;
}
#haveaquestion {
	background-color: #ddeff9;
	border: 2px solid #0066ab;
	float: right;
	width: 225px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 25px;
}
#closedp {
	width: 375px;
	margin-top: 50px;
	padding-left: 160px;
	padding-right: 5px;
	height: 140px;
	padding-top: 5px;
	background-image: url(closed.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: justify;
	border-top: 1px dotted #0066ab;
	border-bottom: 1px dotted #0066ab;
}