/* General Page Styles */

body,td,th {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #fff;
}

body {
	background-color: #c00;
	margin: 0;
	padding: 0;
	background-image: url(../pix/3-stripes-bkg2.gif);
}

a:link {
	color: #fc0;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fc0;
}

a:hover {
	text-decoration: none;
	color: #ff0;
}

a:active {
	text-decoration: none;
	color: #ff0;
}

h1, h2, h3, h4, h5, h6, h7
		{
	font-family: Impact, "Helvetica Narrow", Arial, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
}

.letter {
	display:block;
	padding: 30px;
	margin: 60px 0 15px 0;
	background-color: #fff;
	color: #333;
	border-bottom: 3px solid #600;
	border-right: 3px solid #600;
}

.sender {
	text-align: right;
	font-style: italic;
	font-size: smaller;
	margin: 4px 0 0 0;
}

.response {
	font-style: italic;
	margin: 0 30px;
}


#bkg2 { /* bkg image to the homepage */
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	background-image: url(../images/hp-bkg-2.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#bkg3 { /* bkg image to the inside pages */
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	background-image: url(../images/hp-bkg-3.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}


/* Navigation Styles */

#navcontainer {
	width: 100px;
	\width: 140px;
	w\idth: 100px;
	padding: 30px 20px;
	margin: 0;
	background-color: #fff;
	position: relative;
	top: -6px;
	left: -6px;
	z-index: 2;
}

#navshadow	{
	width: 140px;
	background-color: #600;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
	z-index: 1;
}

#navlist {
	margin: 0;
	padding: 0;
	font-family: Impact, "Helvetica Narrow", Arial, sans-serif;
	font-size: 18px;
	line-height: 2em;
	text-align: left;
}

#navlist ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist li	{
	margin: 0;
	padding: 0;
}

#navlist a {
	background-image: url(../images/star-off.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding: 0 0 3px 26px;
	color: #000;
}

#navlist a#here {
	color: #999;
}

#navlist a:hover {
	background-image: url(../images/star-on.gif);
	color: #c00;
}
