@charset "utf-8";
/* CSS Document */

/* give scratchy background black framing */
img.black-frame {
	padding:5px;
	background-image: url(img/back-images.png);
}


td.home-txt-frame {
	background-image: url(img/home-txt-frame.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/* use for right menu background */
td.right-menu {
	background-image: url(img/right-menu-orange-bg.png);
	background-repeat: no-repeat;
	padding-right: 0.5em;
	color: #eef6e6;
}

/* control right menu link colors and hovering */
a.right-menu-links:link { 
	color: #eef6e6;
	text-decoration:none;
}

a.right-menu-links:visited { 
	color: #eef6e6;
	text-decoration:none;
}

a.right-menu-links:hover { 
	color: #C3C290;
	text-decoration:none;
}


/* control the main homepage menu link colors and hovering - 3 links below */
a.main-menu-links:link {
	color: #5B795C;
	text-decoration:none;
}

a.main-menu-links:visited { 
	color: #5B795C;
	text-decoration:none;
}

a.main-menu-links:hover { 
	color: #C3C290;
	text-decoration:none;
}


/* change bullets gif */
ul {
	list-style-type: none;
	padding-right: 0;
	margin-right: 0;
}
li {
	background: url(img/bullet-stain.png) right top no-repeat;
	padding-right: 20px;
	margin-bottom: 10px;
}
