  
  p,th,caption,form,ul,ol,blockquote,textarea,td {
    /* basic font specifications */
    font-family: arial, verdana, helvetica, sans-serif;
	font-size: x-small;
    color: #000099;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	line-height: 135%;
	text-align: left;
	
  } 

 h1,h2,h3,h4,h5,h6 {
    /* heading font specifications */
    font-family: arial, verdana, helvetica, sans-serif;
	/*font-size: small;*/
    color: #000099;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 135%;
	text-align: left;
  } 

/* Paragraph Styles */

.lastmod {
	text-align: right;
	font-size: xx-small;
	color: #057871;
	font-weight: bold;
	}

.breadcrumb {
	/* breadcrumb */
	font-size: xx-small;
	color: #057871;
	font-weight: bold;
	}

.bullet_2 {
	/* special bullet */
	list-style-type: disc;
	list-style-type: disc;
	margin-left: -4px;
	margin-top: -4px;
	margin-bottom: 4px;
	line-height: 135%;
	}

.bullet_1 {
	/* special bullet */
	list-style-type: disc;
	margin-left: -4px;
	margin-top: -4px;
	margin-bottom: 4px;
	line-height: 135%;
	font-size: xx-small;
	color: #800000;
	font-weight: bold;
		
	}
	
.navLarge {
	
	font-size: 12pt;
	margin-bottom: 4px;
	    
	}
	
.navsmall {
	
	font-size: 8pt;
	font-family: arial, verdana, helvetica, sans-serif;
    margin-left: 4px;
	margin-top: -4px;
	margin-bottom: 4px;
	}
	
.people {
	/*People*/
	font-size: xx-small;
	color: #800000;
	font-weight: bold;
	margin-left: 4px;
	margin-top: -4px;
	margin-bottom: 4px;
	}
	
/* Main Link Styles */


a:link  {
	
	color : #003399;
	text-decoration : underline;
}

a:hover  {
	background: #ffffcc;
}


/* Side Link Bar Styles */

.sidebar:link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
a.sidebar:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

a.sidebar:hover {
  text-decoration: underline;
  color: #FFC038;
  background: #800000;
  font-weight: bold;
}
	

.line {
	/* Horizontal Rule */
	width: 120px;
	color: #057871;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	.line_2 {
	/* Horizontal Rule */
	width: 85%;
	color: #057871;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	}
  
  

