body {
background-color: #FFFFFF;
background-image: url(images/soundwaves2.gif);
background-repeat: no-repeat;
background-attachment: fixed;
color: #000000;
font-size: 0.9em;
font-weight: lighter;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

p {font-size: 0.9em;
font-weight: lighter;
}

a:link, a:visited {
color: #00aeef;
text-decoration: none;
}
a:hover, a:active {
color: #666;
border-bottom: 1.5px dotted #666;
}

h1 {
	font-size: 1.5em;
color: #00aeef;
border-bottom: 1.5px solid #00aeef;
}

h2 {font-size: 1.2em;
font-weight:100;
color: #00aeef;
border-bottom: 1px solid #00aeef;
}

h3 {
	font-family: Helvetica, sans-serif;;
	font-size: 2.5em;
	font-weight: 500;
	color: #333;
	font-style:italic;
}

h4 {
	font-size: 1.3em;
	font-weight: lighter;
	font-family: Georgia, Times, serif;
	color: #333333;
	text-align: center;
	text-decoration: blink;
}

h5 {
	font-size: 1.1em;
	font-weight: lighter;
	color: #333333;
}

h6 {font-size: 1.2em;
font-weight:100;
color: #666666;
border-bottom: 1px solid #666666;
}

hr {
  border: 0;
  width: 95%;
  height: 0.75px;
  color: #00aeef;
  background-color: #00aeef;
}

table {
border: none;
}

table.chart {
border-color:#5EBDE1;
}

tr.chart {
border-color:#5EBDE1;
}

th {
vertical-align: top;
text-align: left;
border: none;
}

td.clear {
vertical-align: top;
text-align: left;
background-color: transparent;
border: none;
}

td.contact {
vertical-align: center;
background-image:url(images/blueimage.gif);
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
padding: 6px;
border: none;
text-align: center;
}

td.why {
vertical-align: top;
text-align: left;
background-color: transparent;
}

a.contact {
	font-size: 1.2em;
	color:#FFFFFF;
}

td.pic {
	padding: none;
}

td {
vertical-align: top;
background-color: #FFFFFF;
padding: 5px;
border: none;
}

td.border {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: none;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px dotted #00aeef;
}

td.caption {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: none;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px dotted #999;
}

#main-content {
width: 900px;
margin: 0px auto 0px auto;
padding: 10px;
text-align: left;
}

#navbar {
width: 900px;
height: 25px;
margin: 0px auto 0px auto;
padding: 20px 10px 10px 30px;
text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	float: left;
    width: 120px;
}
li ul {
	position: absolute;
	top: 30px;
	display: none;
}
ul li a.topnav:link, a.topnav:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	text-weight: bold;
	background-color: #FFFFFF;
	line-height: 15px;
	padding: 5px;
	color: #00aeef;
	margin: 0 2px;
	border-bottom: 1.5px solid #00aeef;
}
ul li a.topnav:hover { 
	background: #00aeef; 
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
li:hover ul, li.over ul { 
	display: block;
	color: #ffffff;
}

#home #nav-home a,
#about #nav-about a,
#health #nav-health a,
#education #nav-education a,
#business #nav-business a,
#leisure #nav-leisure a,
#contact #nav-contact a{
	background: #00aeef; 
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

a.nav:link, a.nav:visited { 
	background-color:#FFFFFF;
    width: 100px;
	display: block;
	color: #666;
	size: 0.7em;
	font-weight: lighter;
	text-decoration: none;
	border: 1px dotted #999;
	padding: 5px;
}
a.nav:hover, a.nav:active { 
	background-color: #999;
	size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
}
a.pic:link, a.pic:visited, a.pic:hover, a.pic:active { 
	border: none;
}

ol {
	font-size: 0.9em;
	font-weight: lighter;
	list-style-type: circle;
}

ol.why {
	font-size: 1.1em;
	font-weight: lighter;
	color:#333;
	list-style-type: disc;
}

#footer {
font-size: .8em;
text-align: center;
margin-top: 15px;
margin-bottom: 0px;
height: 25px;
width: 100%;
padding-top: 5px;
text-align: center;
}

