@charset "UTF-8";





.box {
	border: 1px solid #CCCCCC;
}
.marilyn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #896C4F;
	text-align: left;
}
.aboutHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}



/*
CONTAINER
*/

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}


/*
MENU STYLES:
*/

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #C6B39A;
	background-color: #c7b29a;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #c7b29a;
	background-image:  url(assets/l1_down.jpg);
	color: #000000;
}
#menu #navlist .uberlink {
	background-color: #c7b29a;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000 !important;
	font-weight: bold;
	cursor: default;
}
.aboutSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.touchContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.credit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-top-style: dotted;
	border-bottom-stylr: dotter;
	border-right-style: none;
	border-left-style: none;
}
