html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
#wrap {
	min-height: 100%;
	width: 100%;
}
#main {
	overflow: auto;
	padding-bottom: 38px; /* must be same height as the footer */
	width: 100%;
}
#footer {
	position: relative;
	margin-top: -38px; /* negative value of footer height */
	height: 38px; /* actual footer height */
	clear: both;
	width: 100%;
	background: #fff;
} 
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}

/* main styles for all pages */
a { color: teal; }
.page {
	width: 1000px; /* set page width here and then use percentages */
	margin: auto;
	border-left: 1px #334583 solid;
	border-right: 1px #334583 solid;
}
#menu.page {
	padding-bottom: 18px;
}
.content {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 26px;
	min-height: 780px;
	display: flex;
	flex-direction: row;
	align-content: stretch;
}
.footer {
	border: 1px #334583 solid;
	border-width: 0 1px;
	background: url(image/footer.jpg) no-repeat;
	height: 38px;
	text-align: center;
}
.footer div {
	font-family: Arial, Helvetica, sans-serif;
	color: #334583;
	font-size: 12px;
	padding-top: 12px;
}
.footer div a {
	color: inherit;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#main-text {
	border-left: 4px solid #d1d1d1;
	min-height: 755px;
	width: 550px;
	/*margin-left: 152px;*/
}
#rhs {
	width: 255px;
	padding-left: 9px;
	line-height: normal;
	box-sizing: border-box;
	/*float: right;*/
}
#lhs {
	width: 150px;
	padding-left: 9px;
	line-height: normal;
	/*float: left;*/
}
#lhs1 {
	background: url(image/left-bg.jpg) no-repeat;
	border: solid 1px #334583;
	border-radius: 5px;
	width: 113px;
	height: 260px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #334583;
}
#lhs2 {
	background: #334583;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 113px;
	height: 185px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-align: center;
}
#lhs2 a {
	color: #fff;
}
#lhs3 {
	background: url(image/left-bg.jpg) no-repeat;
	border: solid 1px #334583;
	border-radius: 5px;
	width: 113px;
	height: 215px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #334583;
}
h1 {
	font-size: 18px;
	color: silver;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 19px;
	color: #334583;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #334583;
	font-weight: bold;
}
p {
	font-size: 12px;
	color: black;
}
#main-text > h1,
#main-text > h2,
#main-text > h3,
#main-text > p {
	margin-left: 30px;
	margin-right: 30px;
}
#main-text div > h1,
#main-text div > h2,
#main-text div > h3,
#main-text div > p {
	margin-left: 1.5em;
	margin-right: 1em;
}
a {
	color: inherit;
}
/* menu */

#menu ul {
	list-style: none;
	background-color: #334583;
	height: 25px;
	margin: 0px 9px 0px 325px;
	padding: 0px;
}
#menu li {
	float: left;
	height: 40px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	background-color: #334583;
	display: inline-block;
	padding: 3px 35px;
	text-decoration: none;
	border-left: white 2px solid;
	height: 19px;
}
img {
	max-width: 100%;
}