@charset "utf-8";
body {
	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;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#communities {
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 5px;
	padding-left: 70px;
	font-size: 80%;
	background-color: #C1E1FF;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#banner {
	height: 168px;
}
#portal {
	width: 780px;
	height: 359px;
}

#navigation {
	height: 26px;
}
h1 {
	color: #0E3D75;
	text-align: center;
	font-size: 120%;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #0e3d75;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
	margin: 0px;
	text-align: left;
	color: #000;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainTextTop {
	background-image: url(Images/mainTextBackgroundTop.gif);
	background-position: center;
	height: 26px;
}
#mainText {
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(Images/mainTextBackgroundRepeat.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainTextBottom {
	background-image: url(Images/mainTextBackgroundBottom.gif);
	background-position: center;
	height: 27px;
}
#main2TextTop {
	height: 26px;
	background-image: url(Images/main2TextBackgroundTop.gif);
}
#main2TextBottom {
	height: 27px;
	background-image: url(Images/main2TextBackgroundBottom.gif);
}
#main2Text {
	background-image: url(Images/main2TextBackgroundRepeat.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
#mainBottom {
	height: 82px;
}
#footer {
	padding: 0 10px;
	background-color: #c1e1ff;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#container #mainContent #mainText p strong {
	color: #333;
}
#container #mainContent #mainText ul {
	font-size: 85%;
}
table {
	font-size: 80%;
}
#form {
	margin-left: 20px;
	margin-right: 180px;
}
.red {
	color: #F00;
}
#mainTextTestimonial2 {
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(Images/mainTextBackgroundRepeat.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainTextDivision {
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
