/*
CONTAINER
*/
#sidebar {
	position: absolute;
	left: 10px;
	top: 89px;
	width: 199px;
	font-size: 120%;
	z-index: 2;
}

/*
MENU STYLES:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist a, #navlist a:visited {
	display: block;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #006600;
	text-decoration: none;
	list-style: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 24px;
	margin-top: 10px;
	background-image: url(assets/w1_down.jpg);
}

#navlist a:hover {
	background-color: #006600;
	background-image:  url(assets/w1_over.jpg);
	color: #FFFFFF;
	list-style: none;
}

#sidebar #navlist .uberlink {
background-color: #006600;
background-image:  url(assets/w1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFFFFF!important;
font-weight: normal;
cursor: default;
}


.menu1 {
	font-size: 120%;
	line-height: 100%;
	margin-top: 12px;
	margin-bottom: 0px;
}
#pageTitle {
	font-size: 240%;
	text-align: center;
}
.smallText {
	font-size: 60%;
}
.line100noSpcTopBottom {
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu2LI {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square url(images/sqBullet-aaxibul3.gif) outside;
	display: list-item;
	padding-top: 0px;
	padding-bottom: 0px;
}
.stitch {
	font-weight: bold;
	color: #000080;
}
.stitchNum {
	font-weight: bold;
	color: #000080;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
