.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}

#divNavigation {
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
#divBulletList {
	padding-left: 30px;
	padding-right: 25px;
	text-align: left;
}
img {
	padding: 5px;
}



#navbar {
	background-color: #97a5d2;
}

#bar {
	padding: 0px;
	text-align: center;
}



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;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table {
	background-color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
}
#tableCenter {
	text-align: center;
}


p {
	padding-right: 40px;
	padding-left: 40px;
	left: auto;
	text-align: left;
}
td {
	vertical-align: top;
}

h3 {
	text-align: left;
}

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #0000CC;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
a {
	text-align: center;
}
#imgBullet {
	vertical-align: top;
	padding: 0px;
}
#imgLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
