@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
}
.Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #660000;
}

.topicheader {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 160%;
	font-weight: bold;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	

.topicheader  {
	color: #660000;
	-moz-outline: 1;
}


.topicheaderblack {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 160%;
	font-weight: bold;
}

.topicsubheader {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #660000;
	font-weight:bold;
}
	
		
.topicsubheaderblack {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #000000;
	font-weight:bold

}	

.text {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

.textblack {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #000000
}


.text a:visited, .text a:active, .text a:link, text a:hover{
color: #660033;
text-decoration:underline
	
}


.footermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660033;

}

.footermenu a:visited, a:active, a:link {
	color: #660033;
	
}

.footermenu  a:hover {
	color: #660033;
	text-decoration:underline	
	 
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}

	
.copyright2 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}

.copyright2 a:visited, .copyright2 a:active, .copyright2 a:link {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}

.copyright2 a:hover{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;	
	text-decoration:underline;

}

.twoColFixLtHdr #container #mainContent #frame {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: thick  ;
	border-color: #000000;
  
 }
.pic1 /* for pictures with need for padding on right - inheriting alignment */ {
	position: inherit;
	padding: 0;
	border-color: #000000;
	border: solid black 1px;
	margin-right: 10px;
	caption-side: bottom;
	margin-bottom: 0px;
	
}

.pic2 /* for pictures centered on page */{
	  
	padding: 0;
	text-align:center
	border-color: #000000;
	border: solid black 1px;
	
}

.pic3 /* for pictures with need for left padding */ {
	position: inherit;
	padding: 0;
	border-color: #000000;
	border: solid black 1px;
	margin-left: 20px;
	
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.7em;
	text-align: center;
}

