body {
	background: #CBE1E0 url(images/bkg_body.gif) repeat-y center top;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
p, 
td, 
div, 
table {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;	
}
h1 {
	font: normal 2.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5AAA8B;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font: bold normal 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B1CF46;
	margin: 0px 0px 5px;
	padding: 5px 0px 5px;
	border-bottom: 1px solid #B1CF46;
	border-top: 1px solid #B1CF46;
}
#rightcol h2 {
	text-align: left!important;
}
h3 {
	font: bold normal 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	background: #5AAA8B url(images/bkg_h3.gif) no-repeat left top;
}
h4 {
	font: bold normal 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	background: #B1CF46 url(images/bkg_h4.gif) no-repeat left top;
}
h5 {
	font: bold normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #522506;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font: bold normal 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 1em;
}

hr {
	color: #C2E570;
	background: #C2E570;
	height: 1px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a img {
	border: none;
}
.push {
	clear: both;
	float: none;
}
.pad5 {
	margin: 0px;
	padding: 5px;	
}
.padright {
	margin: 0px;
	padding: 0px 10px 0px 0px;	
}
.padbottom {
	margin: 0px;
	padding: 0px 0px 10px 0px;	
}
.listright {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #C2E570;
}
.sponsor {
	margin: 0px 0px 10px 0px;
}
.sponsors {
	margin: 10px 0px 10px 0px;
}
.green, .yellow {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.green {
	background: #DFEEE8 url(images/bkg_green.gif) no-repeat left bottom;
}
.yellow {
	background: #F1F7D5 url(images/bkg_yellow.gif) no-repeat left bottom;
}
.babyname {
	line-height: 1.6em;
	color: #333333;
	background: url(images/bkg_babyname.jpg) repeat-y left top;
	margin: 0px 0px 10px;
	padding: 5px;
}
.button {
	background: #C2E570;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #5AAA8B;
}
.morebutton {
	background: #C2E570;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #5AAA8B;
	float: right;
}
.sidebox {
	background: url(images/bkg_sidebox.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-align: left;
}
.sidebox h2 {
	font: bold normal 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 12px;
	background: url(images/bkg_sidebox_h2.gif) no-repeat left top;
	border-style: none;
}
.sidebox p {
	font-size: .8em;
	line-height: 1.4em;
}
.sidebox p, .sidebox h6 {
	color: #666666!important;
	margin: 0px 0px 5px;
	padding: 0px 12px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background: #FFF;
}
td #container {
	margin: 0px;
	padding: 0px;
	width: 750px;
	background: #FAF7CE;
	text-align: left;
}

#header {
	background: url(images/logo_bbg.gif) no-repeat left top;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	font-size:12px;
	position:relative;
	z-index:100;
	border-top: 1px solid #A8C552;
}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
padding:0;
margin:0;
list-style-type:none;
}
#nav ul ul {
width:108px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:left;
	width:108px;
	position:relative;
	text-align: center;
	margin: 0px;
}
.navborder {
	border-right: 1px solid #A8C552;
}
/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	text-decoration:none;
	width:108px;
	height:30px;
	vertical-align: middle;
	padding-top: 10px;
	color:#5AAA8B;
	font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {
width:108px;
w\idth:108px;
}

/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {
background:#DFEDA7;

}
/* style the second level hover */
#nav ul ul a.drop:hover{
	background:#C2E570;
	color: #5AAA8B;
}
#nav ul ul :hover > a.drop {
	background:#C2E570;
	color: #5AAA8B;
}
/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {
background:#DFEEE8;
}
/* style the third level hover */
#nav ul ul ul a:hover {
background:#C2E570;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
visibility:hidden;
position:absolute;
height:0;
top:39px;
left:0; 
width:108px;
}
/* another hack for IE5.5 */
* html #nav ul ul {
top:39px;
t\op:40px;
}

/* position the third level flyout menu */
#nav ul ul ul{
left:108px; 
top:0;
width:108px;
}
/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
left:-108px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {
	background:#D7EFEF;
	color:#5AAA8B;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:98px;
	font-size: 1em;
	margin: 0px;/* yet another hack for IE5.5 */
	border-top: 1px solid #CBE1E0;
	border-bottom: 1px solid #8EC2BA;
	font-weight: normal;
}
* html #nav ul ul a{
width:108px;
w\idth:97px;
}


/* style the top level hover */
#nav a:hover {
color:#5AAA8B; 
background:#C2E570;
}
#nav :hover > a {
color:#5AAA8B; 
background:#C2E570;
}

#nav li li a:hover{
color:#5AAA8B; 
background:#DCEF9B;
}
#nav li li :hover > a {
color:#5AAA8B; 
background:#C2E570;
}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ 
visibility:visible;
}

/* end of ultimate dropdown */


#nav, #searchbox {
	margin: 0px 0px 0px 200px;
	text-align: left;
	vertical-align: top;
}
#searchbox form, #searchbox form img, #searchbox form input {
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	display: inline;
}
#searchbox form {
	width: 320px;
}
#searchbox {
	padding: 10px 0px 10px 0px;
}
#searchbox form img, #searchbox form input {
	padding: 0px;
}

#toplinks {
	padding: 3px;
	float: right;
	font-size: .8em;
	color: #A8C552;
	position: relative;
	width: 220px;
	text-align: right;
}
#toplinks a:link, #toplinks a:visited {
	color: #8EC2BA;
	text-decoration: none;
}
#container #toplinks a:hover {
	color: #8EC2BA;
	text-decoration: underline;
}



#main {
	clear: both;
	float: none;		
}
#main p {
	color: #333333;	
}

#main a,
#main a:link,
#main a:visited {
	font-weight: normal;
	color: #5AAA8B;
	text-decoration: none;
}
#main a:hover {
	color: #5AAA8B;
	text-decoration: underline;
}
#main ul {
	margin: 0px;
	padding: 0px;
}
#main li {
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 15px;
	background: url(images/bullet.gif) no-repeat left .2em;
	list-style: none;
	border-bottom: 1px dotted #C8DE6C;
}
#main .green ul, #main .green p, #main .yellow ul, #main .yellow p {
	padding: 10px;
}
#main .checklist li {
	background: url(images/bullet_check.gif) no-repeat left .2em;
}
#leftcol {
	padding: 0px 8px 10px 0px;
	margin: 0px;
}

#rightcol img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#footer {
	margin: 5px 0px 0px;
	padding: 10px 0px 20px 0px;
	color: #333333;
	font-size: 1em;
	border-top: 1px solid #A8C552;
}

#main .sidebox a,
#main .sidebox a:link,
#main .sidebox a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#main .sidebox a:hover {
	color: #666666;
	text-decoration: underline;
}

