/* CSS Document */

body{
	font-family: papyrus, Arial, Verdana, Helvetica, sans-serif ;
	font-size: 1em;
	color:#660033;
	background-color: #666666;
}


.pageTitle{
	font-size: 1.2em;
	font-weight: bold;
}

a{
	color:#CC99FF;
	text-decoration:none;
}

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

a:hover{
	color:#CC99FF;
	text-decoration:underline;
}

.contentTable tr td img{
	padding-left:10px;
	border:0px;
}

.navigationTable tr td img{
	padding-bottom:3px;
}

.copyright{
font-size:.8em;
padding-top:5px;
}

.designedby, .designedby a:link, .designedby a:hover{
font-size:.8em;
padding-top:5px;
text-decoration:none;
color:#ccc;
}

.navLevel1:hover{
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  	/* for Mozilla */
  	-moz-opacity:0.7;
	}
	

.navLevel1Selected, .navLevel1Selected:link{
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  	/* for Mozilla */
  	-moz-opacity:0.7;
	}


.navlevel2, .navlevel2:link{
	font-weight:bold;
	color:#660033;
	text-decoration:none;
}
.navlevel2 a:hover{
	text-decoration:underline;	
}

.navlevel2Selected{
	font-weight:bold;
	color:#CC99FF;
}

.navlevel3, .navlevel3:link{
	font-size: .9em;
	font-weight:bold;
	color:#660033;
	text-decoration:none;
}
.navlevel3:hover{
	text-decoration:underline;	
}

.navlevel3Selected{
	font-size: .9em;
	font-weight:bold;
	color:#CC99FF;
}

.divider{
background:url(../images/purple-horizontal-dot.gif) center repeat-x;
}

.verticalDivider{
background:url(../images/purple-vertical-dot.gif) left repeat-y;
}
