@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #989ccb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 50px;
}
.hometoptd {
	padding-left: 100px;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}/* CSS Document */

.topblend {
	background-image: url(images/topblend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomblend {
	background-image: url(images/bottomblend.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.logohome {
	padding-right: 120px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.bodyhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #351E62;
	padding-right: 100px;
	padding-left: 45px;
	padding-top: 15px;
}
.bodyinside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #351E62;
	padding-right: 100px;
	padding-left: 45px;
	list-style-type: square;
}
.bodybullets {
	color: #330065;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-image: url(images/orangebullet.gif);
}
.orangebullet {
	padding-top: 7px;
}
.bodybold {
	color: #330065;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-image: url(images/orangebullet.gif);
	font-weight: bold;
}
.photo {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.bodybullets a {
	color: #330065;
	text-decoration: none;
}
.bodybullets a:hover {
	color: #330065;
	text-decoration: underline;
}
