/* Page Layout */
body {
	 background-image: url('images/bg.png');
}
/* Block Layout */
.date, .breadcrumbs {
	font-size: 9px;
	color: #99CCCC;
	text-decoration: none;
	padding-right: 5px;
}
.breadcrumbs a {
	color: #669999;
	text-decoration: none;
	border-bottom: none;
}
/* Blocks */
.blocktitle {
	font-size: 10px;
	font-weight: bold;
	color: #663366;
}
.blockcontent {
	font-size: 10px;
	color: #663366;
}
.blockcontent a, .blockcontent a:link, .blockcontent a:visited {
	color: #993366;
	text-decoration: none;
	border-bottom: none;
}
.blockcontent a:hover, .blockcontent a:active {
	color: #993366;
	text-decoration: none;
	border-bottom: 1px dashed #993366;
}
/* Menu */
/* will affect all liststyles, but otherwise list-style-image will not work in js */
li {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	list-style-image: url(images/nosquare.png);
/*	list-style-position: outside;*/
	list-style-position: inside;
/*	border: 1px solid #CCCCCC; */
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
#menu a {
	color: #663366;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;

	display: inline;
	background-image:  url(images/menu_item_bg.png);
	background-repeat: repeat-x;
	background-position: 100% 50%;
}
#menu a:link {
	border-bottom: 1px solid #EEEEEE; 
/*	border-bottom: 1px dashed #993366; */
}
#menu a:visited {
	border-bottom: 1px solid #EEEEEE; 
/*	border-bottom: 1px dashed #993366; */
}
#menu a:hover {
	color: #993366;
	border-bottom: 1px solid #DDDDDD; 
}
#menu a:active {
	color: #993366;
	border-bottom: none;
}
#ul0 {
	margin-left: -8px;
}
/* Title and ContentTitle */
#title {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #000033;
	position: relative !important;
	position: absolute;
	z-index: 10;
	left: 150px;
	top: 20px;
	width: 600px;
	height: 1px;
	overflow: visible;
	white-space: nowrap;
}
#contenttitle {
	margin-top: 10px;
	margin-bottom: 5px;
}
.contenttitle {
	font-size: 16px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
.contentinfo {
	font-size: 9px;
	color: #663366;
	text-decoration: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003366;
}
#content li {
	list-style-position: inside;
	list-style-image: url(images/1square.png);
}
.searchtitle {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.searchcontent {
	padding: 3px 0px 3px 0px;
}
.searchdesc {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.searchkeywords {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}