@charset "utf-8";
.captiontext {
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	color: #006666;
	border-bottom-color: #996666;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

/* CSS Document */
body {
	background-color:#CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../home/goldfolderbackgroundtile.jpg);
	background-repeat: repeat;
}
.navcontainer {
	width: 768px;
	background-color: #FFFFFF;
}
.navcontainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	width: 600px;
	margin-left: 3%;
	padding-left: 1%;
	border-left: 2px dotted #999999;
	padding-right: 1%;
	padding-top: 0%;
	margin-top: 0%;
	font-weight: bold;
	text-decoration: none;
}
.navcontainer a:hover {
	color: #999999;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.navcontainer a:active {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.window {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.copywrite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #996666;
	text-align: right;
}
.subeading {
	font-size: 12px;
	line-height: 150%;
	padding-left: 5%;
	font-weight: bold;
}
.indent {
	margin-left: 10%;
	font-size: 24px;
	font-style: normal;
	color: #006699;
	font-weight: bold;
}
a {
	color: #996666;
	font-style: italic;
	text-decoration: underline;
}
p {
	text-align: justify;
}


a:hover {
	color: #999999;
}
a:active {
	color: #ffffff;
}
ul {
	list-style-type: none;
	padding-left: 6px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
}
