body
/*.standard */
{
  background-color: #b3b7d9;
  margin: 10px; 
  font-family:Cochin,Times New Roman,serif;  
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  height: 100% 
}


/*LIST TYPES*/
ul {
  font-size:90%;
  font-family:Cochin, Times New Roman, serif;  
  font-weight: normal;
  letter-spacing:1px;
  color: #004000;
  display:inline;
}

li {
margin:0px 0px 0px 15px;
}


/*LINE BREAKS*/
br#left { clear: left; }
br#right { clear: right; }
br#all { clear: both; }


/*Text STYLES*/

/*reg text*/
.regtext {
  font-family:Cochin, Times New Roman, serif;  
  color: white;
  padding: 0px 20px 0px 20px;
}

/*context*/
.context {
  font-family:Cochin, Times New Roman, serif;  
  color: black;
  padding: 0px 20px 0px 20px;
}

/*big text tight*/
.bigtexttight {
  font-size:130%;
  font-family:Cochin, Times New Roman, serif;  
  letter-spacing:1px;
  background-color:transparent;
  font-weight:400;
  color: #004000;
  display:inline;
  margin:0px;
  padding:0px 50px 0px 50px;
}


/*small text*/
.smalltext {
	font-size:90%;
	font-family:Cochin, Times New Roman, serif;
	font-weight: normal;
	letter-spacing:1px;
	color: #004000;
	display:inline;
	margin:0px;
	padding:10px 0px 0px 0px;
	
}

/*link page text*/
.linkpagetext {
	font-size:90%;
	font-family:Cochin, Times New Roman, serif;
	font-weight: normal;
	letter-spacing:1px;
	color: #004000;
	display:inline;
	margin:0px;
	padding:10px 0px 0px 0px;
	
}


/*about text*/
.abouttext {
	font-size:80%;
	font-family:Cochin, Times New Roman, serif;
	font-weight:200;
	letter-spacing:1px;
	color: black;
	display:inline;
	margin:10px;
	text-align:center;
	padding:10px;
}

/*about text strong*/
.abouttextstrong {
  font-size:90%;
  font-family:Cochin, Times New Roman, serif;  
  font-weight: normal;
  letter-spacing:1px;
  color: #004000;
  display:inline;
  margin:10px;
  padding:10px;
  text-align:left;
}

/*about text header*/
.abouttextsheader {
  font-size:90%;
  font-family:Cochin, Times New Roman, serif;  
  font-weight: bold;
  letter-spacing:1px;
  color: #004000;
  display:inline;
  margin:0px;
  padding:0px 0px 0px 0px;
  text-align:center;
}

/*link text header*/
.linktextheader {
  font-size:90%;
  font-family:Cochin, Times New Roman, serif;  
  font-weight: bold;
  letter-spacing:1px;
  color: #004000;
  display:inline;
  margin:10px;
  padding:0px 0px 0px 0px;
  text-align:center;
}

/*DEFAULT LINK STYLE (all others inherit from this)*/
A {
	display:inline;
	padding:10px;
	font-size:100%;
	font-weight:400;
	font-family: Cochin, Times New Roman, serif;
}

A:hover { 
  text-decoration:underline;
  border:none; 
  padding:10px; 
} 

A.navbar { 
  text-decoration:none;
  color:#344b84;
  border:none; 
  padding:5px; 
  font-size:110%;
} 

A.navcolumn { 
  text-decoration:none;
  color:white;
  border:none; 
  font-size:110%;
} 

A:hover.navbar { 
  text-decoration:underline;
  color:white;
  border:none; 
  padding:5px; 
} 


A.link_page { 
  text-decoration: none;
	display:inline;
	padding:5px;
	font-size:120%;
	font-weight:400;
	font-family: Cochin, Times New Roman, serif;
	color:#344b84;
} 

A:visited.link_page { 
  text-decoration:none;
  color:black;
  border:none; 
  padding:5px; 
}
A:hover.link_page { 
  text-decoration:underline;
  color:black;
  border:none; 
  padding:5px; 
} 
.navbar { 
  text-decoration:none;
  color:white;
  border:none; 
  padding:5px;
margin:0px; 
} 

A.content {
	display:inline;
	color:#344b84;
	padding:0px;
	font-size:100%;
	font-weight:400;
	font-family: Cochin, Times New Roman, serif;
}

A.content:hover { 
  text-decoration:underline;
  color:black;
  border:none; 
  padding:0px; 
} 

A:content.link_page { 
  text-decoration:none;
  color:black;
  border:none; 
  padding:0px; 
}

img.content_top2 {

	float:right;

	margin-right: 0.5em;

	margin-left: 0.5em;

	margin-bottom: 0.5em;

	margin-top: 0.5em;

	border-top-width: 0pt;

	border-right-width: 0pt;

	border-bottom-width: 0pt;

	border-left-width: 0pt;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	}
