@charset "utf-8";
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;
	background-image: url(../images/greenbkgrd1.jpg);
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C60;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C90;
	text-align: center;
}

#bottomCopy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #363;
	background-position: center;
	text-align: center;
	text-decoration: none;
	background-color: #cc9;
	clear: both;
}
#cdright {
	float: left;
	width: 175px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #090;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;
}
#cdleft {
	float: left;
	width: 175px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #090;
	text-align: left;
	margin-left: 250px;
	padding-right: 5px;
}

#container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px ridge #093; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: top;
	clear: both;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#divLeft {
	width: 600px;
	background-color: #FF9;
	float: left;
	text-align: center;
}

#divRight {
	width: 490px;
	background-color: #FC0;
	float: none;
	margin-left: 228px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/*#footer  {
	padding: 0 10px 0 20px;
	background-color: #9F9;
} */

#footer {
	margin: 0;
	color: #390;
	background-color: #cc9;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 3em;
	padding-bottom: 0.7em;
	padding-left: 3em;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090;
}

#footer li.last {
	border-right: 0;
}

#footer a {
	color: #390;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #060;
	font-style: italic;
}

#header  {
	background-color: #DDDDDD;
	background-image: url(../images/banner-small.jpg);
	background-position: center;
	height: 125px;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-top-color: #093;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
} 

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerF {
	background-color: #DDDDDD;
	background-image: url(../images/newbanner2.jpg);
	background-position: center;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-top-color: #093;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
}

#mainContent  {
	background-color: #FFF;
	margin-right: 160px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	height: 100%;
} 

#mainContentB  {
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 100%;
} 
#mainTable {
	background-color: #FFF;
	text-align: center;
	width: 730px;
}


#navlinks {
	margin: 0;
	color: #390;
	background-color: #cc9;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #093;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-right-color: #093;
	border-bottom-color: #093;
	border-left-color: #093;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #390;
	text-decoration: none;
}

#navlinks a:hover {
	text-decoration: underline;
	color: #060;
}
#poptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	width: 800px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 30px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 0px;
	background-color: #FFC;
	background-position: center center;
	border: 1.5px dotted #096;
	height: 610px;
	margin-top: -1px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFC;
	background-position: center center;
	border: 1.5px dotted #096;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 550px;
}

#sidebarB  {
	float: none; /* since this element is floated, a width must be given */
	width: 728px;
	padding: 0.5em;
	text-align: center;
	height: 90px;
	margin-top: 1px;
	margin-right: 75px;
	margin-bottom: 4px;
	margin-left: 75px;
	background-color: #FFC;
	clear: right;
	border: 1.5px dotted #096;
}
	
#sitemap {
	text-align: left;
	margin-right: 5em;
	margin-left: 5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	list-style-type: square;
	color: #393;
	text-decoration: none;
	background-color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
	padding-right: 1em;
	font-style: normal;
}

#sitemap a{
	color: #C60;
	text-decoration:none
}

#sitemap a:hover{
	text-decoration:underline;
	color: #396;
	font-style: oblique;
}


#tablelayout {
	background-color: #FFF;
	width: 716px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#tablelayoutB {
	background-color: #FFF;
	width: 800px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
}

#tablelayoutH {
	background-color: #FFF;
	width: 800px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
}

.everytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	border: 1px solid #390;
	width: 250px;
}

.healthtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	border: 1px solid #390;
	width: 475px;
	padding-right: 10px;
	padding-left: 10px;
}
.imageholder {
	text-align: center;
	vertical-align: middle;
	height: 164px;
	width: 122px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.imageholder_cd {
	text-align: center;
	vertical-align: middle;
	height: 132px;
	width: 132px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
}

.imageholder_book {
	text-align: center;
	vertical-align: middle;
	height: 170px;
	width: 130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.imageholder_every {
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	height: 170px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
	background-color: #FFF;
}

.imageholder_beauty {
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 275px;
}

.imageholderPop {
	text-align: center;
	vertical-align: middle;
}
.indextext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	padding-left: 1em;
	color: #060;
	
}
.indextoptext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding-left: 1em;
	color: #000;
	font-style: italic;
}


.itemtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	border: 1px solid #390;	
}

.popupTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C60;
	font-weight: bold;
}

.popupSubtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C90;
}

.redtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
}


.trackList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C60;
	font-weight: bold;
	text-align: center;
}

