a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFCC33;
	text-decoration: underline;
	font-weight: bold;

}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161;

}

.head {
	font-family: Caslon, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

.subhead {
	font-family: Goudy, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline;
}
.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}


/*--- line between menu items in sidebar ---*/

.menuSpacer {
	border-bottom: 1px solid #B66993;
	width: 125px;
	margin-bottom: 6px;
	margin-top: 0px;
}

/*---  MAIN PAGE CONTENT ---*/
#content {
	width: 514px;
	float: none;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #B9D2DF;
	border-left: 1px solid #B9D2DF;
	height: 100%;

}

/*---  RRule ---*/
#rule {
	width: 784px;
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right: 1px solid #999999;
}

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #616161;
	font-style: italic;
	font-variant: normal;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161;
	padding-right: 20px;
	padding-left: 20px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	list-style-type: none;
	color: #666666;
	list-style-position: outside;
	list-style-image:   url(images/bullet.gif);
}
.libullet {
	list-style-position: outside;
	list-style-image:  url(images/bullet.gif);
	list-style-type: square;
}
.subhead3 {
	font-style: italic;
	text-decoration: underline;
}
