@charset "utf-8";
/* CSS Document */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #2a616d;
	background-image: url(images/soothersbackground.jpg);
}
.oneColElsCtr #container {
	width: 80em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #navcontainer {
	width: 80em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	height: 2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

/* NAV MENU*/

#navbar {
	margin: 0;
	height: 1em; }

#navbar li {
	list-style: none;
	float: left; }

#navbar li a {
	display: block;
	padding: 2px 10px;
	background-color: #fff;
	color: #2243a3;
	text-decoration: none; }

#navbar li ul {
	display: none;
	width: 9em; /* Width to help Opera out */
	background-color: #fff; }

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
	
#navbar li:hover li {
	float: none; }

#navbar li:hover li a {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #2243a3;  }

#navbar li li a:hover {
	background-color: #8db3ff; }


.imgmargin
{
margin: 0px 0px 10px 10px; 
}

.copyright
{
font: 80% Verdana, Arial, Helvetica, sans-serif;
color: #2a616d;
background-color: #f1fafc;
text-decoration: none;
}

h1
{
font: Verdana, Arial, Helvetica, sans-serif;
color: #2a616d;
}

h2
{
font: Verdana, Arial, Helvetica, sans-serif;
color: #2a616d;
}

h3
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
weight: bold;
color: #2a616d;
}

