#wrapper {
	width: 855px;
	margin: auto;
	background-color: #435a92;
}
#contentwrap {
	margin: auto;
	width: 810px;
}
#contentop {
	background-image: url(images/whitetxtbox_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}

#contentbot {
	background-image: url(images/whitetxtbox_bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
}

#contenthm {
	background-image: url(images/whitetxtbox_hm.jpg);
	background-repeat: repeat;
	background-position: center top;
	vertical-align: top;
}
#contentsolutions {
	background-image: url(images/whitetxtbox_solutions_mid.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#contentmid {
	background-image: url(images/whitetxtbox_mid.jpg);
	background-repeat: repeat;
	background-position: center;
}
#aboutmid {
	background-image: url(images/whitetxtbox_about_mid.jpg);
	background-repeat: repeat;
	background-position: center;
}
#consmid {
	background-image: url(images/whitetxtbox_cons_mid.jpg);
	background-repeat: repeat;
	background-position: center;
}

.nav {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #899cc9;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	background-color: #E2E7F1;
}
.halfpgdiv {
	float: left;
	width: 350px;
	margin: 20px;
}
.copywrite {
	font-size: 9px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.easydiv {
	float: left;
	width: 800px;
	margin: 20px;
}
.page:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.page:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.page:hover {
	font-weight: bold;
	color: #666;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
