body {
font-family: 'Tinos', serif;
  font-size: 16px;
  font-style: normal;
  /*font-weight: 600;*/
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.1em;
  word-spacing: 0em;
  line-height: 1.2;
	background-color: #339900;
	margin-bottom: 0px;
	padding: 6px;
	text-align:center;
}


a {
	color: #333399; 
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333399;
	text-decoration: none;
}
a:link {  
	text-decoration: none;
}
a:hover {  
	color: #3366FF; 
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	text-decoration: none; 
}

acronym {
  border-bottom: 1px dotted black;
}

acronym:after {
  content: " (" attr(title) ")";
}

#banner {
	font-size: 24px;
	font-weight: bold;
	color: #66CC33;
	background-color: #66CC33;
	padding: 8px;
	height: 96px;
	border: 2px solid #FFFFFF;
}

.contacts {
	font-size: 14px;
	color: #993300;
	border: 2px solid #993300;
	padding: 4px;
	background-color: #FFFFFF;
	float: right;
}

#container {
    margin:auto;
    width: 890px;
    text-align: left;
}

td, textarea, input, select {  
	font-size: 13px
}

.sectionHead {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: auto;
	text-decoration: overline;
}

.tableDetail { background-color: #CCCCCC;}
.tableHeading { 
	color:#FFFFFF; 
	text-decoration: bold ; 
	background-color: #424973
}

#navside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px solid #CCCCCC;
	text-align: right;
	float: left;
	width: 100px;
	margin: 6px 6px 6px 0px;
}

a.navside {
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	font-size: 10px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
}

a.navside:link {
	text-decoration: none;
}

a.navside:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	background-color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-weight: bold;
	color: #003300;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

#content {
	background-color: #FFFFCC;
	padding: 4px;
	margin: 6px 0px 6px 119px;
	border: 2px solid #FFFFFF;
}

.cheat {
	font-size: 12px;
	color: #FFFFCC;
	float: right;
}
.contentTitle {
 font-family: 'Goudy Bookletter 1911', serif;
  font-size: 24px;
  font-style: bold;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  word-spacing: 0em;
  line-height: 1.2;
	border-bottom-width: 6px;
	border-bottom-style: ridge;
	border-bottom-color: #003300;
}

.announce {
  border: black solid 2px;
  float:right;
  width: 10em;
  background-color: red;
  padding: 1em;
  color: #fff;
    font-family: 'Bevan', serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
  line-height: 1.2;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	text-align: left;
	bottom: 1%;
	width: 110px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}


