body {
	background: #CCCCCC url("../images/bg_slice_01.gif") repeat-x top;
	margin: 0px 0px 0px 0px;
	text-align: center;
	list-style-image : url("../images/bullet02.gif");
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd7219;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd7219;
	margin-bottom: 0px;
}
a {
	color: #559500;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a6d05b; 
}

#middlearea {
	width:750px;
}

#container {
	width:750px;
	background-color: #fff;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#mycontent {
	background: #fff url("../images/bg_content_01.gif") no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #464646;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	line-height: 16px;
}

#footer {
	background: url("../images/bottombar_slice_01.gif") repeat-x top;
	padding: 20px 15px 35px 0px;
	margin-bottom:0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9DCF30;
	text-align: right;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #a6d05b; 
}
.footerCopyNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

/* -- CSS for Drop Down Menu -- */

#wrap {
    width:750px;
    }
#menu {
    background:#009ACC;
    border-bottom:0px solid white;
    padding: 0px 0px;
    width:750px;
    }
#menu a {
    padding:0px 0px;
    text-decoration:none;
    font-weight:bold;
    color:#7E96BA;
    }
#menu a.hover {
    background:#F4F9FF;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }


