/* CSS Document */

.header {
	padding-bottom: 5px;
	background-color: #ffffff
}
.pgdesc {
	display: none;
}
.tojap {
	position: absolute; /*IE has position absolute*/
	left: 517px;
	top: 15px;
	z-index: 10;
	width: 209px;
	font-size: 14px;
}
.content /*basic text or image area*/ {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 7px; /*space to separate navigation and content*/
	margin-left: 60px;
	margin-right: 10px;
	width: 640px;
	border-color: #D17FA0;
	border-style: solid;
	border-width: 1px;
	z-index: 20;
	background-color: transparent;
	margin-top: 10px;
}
.content p /*paragraph*/ {
	padding: 5px;/*space to separate navigation and content*/
	margin-right: 15%;
	width: auto;
   display: block;
}
#navlist {  /*positions the navbar in the menu and index pages*/
	position: fixed;
	top: 150px;
	left: 90px;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px
	height: auto;
	line-height: 120%; /*line-height set to 110% in order to separate navigation*/
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 8px 8px 8px 35px;
	font-family: Tahoma, Verdana;
	color: #CCCCCC;
	font-size: 16px;
}
#navlist a#menu1:link, #navlist a#menu1:visited,
#navlist a#menu3:link, #navlist a#menu3:visited, 
#navlist a#menu5:link, #navlist a#menu5:visited {
	background-image:  url(/images/buttons/pink.gif); 
	/*sets background for main pink images 1,3,5*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}
#navlist a#menu1:hover, #navlist a#menu1:active,
#navlist a#menu3:hover, #navlist a#menu3:active, 
#navlist a#menu5:hover, #navlist a#menu5:active {
	background-image:  url(/images/buttons/pink_f2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #e8c3bf;
	font-weight: bold;
}
#navlist a#menu2:link, #navlist a#menu2:visited,
#navlist a#menu4:link, #navlist a#menu4:visited, 
#navlist a#menu6:link, #navlist a#menu6:visited {
	background-image:  url(/images/buttons/grey.gif); 
	/*sets background for main pink images 1,3,5*/
	background-repeat: no-repeat;
	text-decoration: none;
}
#navlist a#menu2:hover, #navlist a#menu2:active,
#navlist a#menu4:hover, #navlist a#menu4:active,
#navlist a#menu6:hover, #navlist a#menu6:active {
	background-image:  url(/images/buttons/grey_f2.gif);
	background-repeat: no-repeat;
	color: #e8c3bf;
	font-weight: bold;
}
.bg {
	z-index: -1;
	position: absolute;
	left: 8px;
	top: 295px;
}
