/* CSS Document */

/*Defaults*/
h1{
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	line-height: 1.5em;
}


/*Special Classes*/
.emphasis{
	font: bold;
	color: #660033;
}
.header-callout{
	color: #660033;
	font-size: small;
	font-weight: bold;
}
.content-subnav{
	padding: 6px;
	float: none;;
	border: 1px dotted #660033;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
.content-callout{
	background-color: #996633;
	padding: 8px;
	float: right;
	width: 200px;
	border: 1px dotted #660033;
	font-weight: bold;
}

/*Images*/
img.right{
	align: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.tn{
	margin-top: 10px;
	border: 1px solid #663333;
}
img.tn-top{
	border: 1px solid #663333;
}
img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #660033;	
}
.img-border{
border: 1px solid #660033;	
}

/*Links*/
a:link {
	color: #660033;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a:visited{
	color: #660033;
}
a.footer-link{
	font-weight: normal;
	color: #FFFFFF;
}
