/* Main */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: center;
	padding: 3% 3% 10% 3%;
	margin-left: auto;
	margin-right: auto;
	background: #474285;	
	min-width: 950px;
	font-size: 16px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 0 5px 20px 5px;
}
h1,
h2,
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    text-decoration: underline;
}
a {
    text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
img {
     border: 0px;
}
.fis img {
	vertical-align: middle;
}
table {
	 text-align: center;
	 width: 95%;
	 margin: 0 auto 15px auto;
	 background: #FFFFFF;
}
.secpadding {
     padding-top: 15px;
}
.trtop,
.trtopbox {
     border-top: 5px solid #FFFFFF;
	 background: #D6D6D6;
}
.trtopbox {
     border-right: 3px solid #FFFFFF;
	 border-left: 3px solid #FFFFFF;
}
.trmiddle {
	 background: #D6D6D6;
}
.trbottom {
     border-bottom: 5px solid #FFFFFF;
	 background: #D6D6D6;
}
.tdwidth td {
      width: 140px;
}
.officer a {
      font-size: 0.8em;
}
.imglft {
     float: left;
	 margin: 5px;
}
.imgrgt {
     float: right;
	 margin: 5px;
}
.hidden {
     visibility: hidden;
	 display: none;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}
.print {
    visibility: hidden;
	display: none;
}

/* Layout */

.main {
	background: #8f1112;
	padding: 20px;
	margin: 0px;
	overflow: hidden;
}
.head {
    width: 100%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.body {
    width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.footer {
    width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.footer p {
    margin-top: 10px;
}

/* Head */

.headtop {
    height: 100px;
	width: 100%;
	float: left;
}
.headtoplft {
    background-image: url(/images/headtoplft.png);
	width: 400px;
	height: 100px;
	float: left;
}
.headtoplft a {
    position: absolute;
    top: 55px;
    left: 55px;
    width: 400px;
    height: 150px;
}
.headtoprgt {
    background-image: url(/images/headtoprgt.png);
	width: 100px;
	height: 100px;
	float: left;
}
.headbot {
    height: 150px; 
	width: 100%;
	float: left;
}
.headbotlft {
    background-image: url(/images/headbotlft.png);
	width: 300px;
	height: 150px;
	float: left;
}
.headbotrgt {
	height: 150px;
	overflow: hidden;
}

/* Body */

.menu {
    width: 225px;
	margin: 0 0 0 -20px;
	padding: 0px;
	float: left;	
	background: #ffffff;
    border: 3px solid #f8c32d;
}
.menu li {
    padding-top: 5px;
}
.menu a {
 
}
.menu a:hover,
.menu a:focus,
.menu a:active {
    text-decoration: underline;
	color: #000000;
}
.content {
    background: #ffffff;
	margin: 0 -20px 0 225px;
	padding: 10px;
	min-height: 20em;
}
.content p {
	text-indent: 30px;
}
.content ul {
    text-align: left;
	margin-left: 15px;
}
.content li {
    margin-bottom: 10px;
}
.mainaboutbox {
    border: 1px solid #f8c32d;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	text-align: center;
	background: #FDF571;
}
.mainnewsboxspace {
    width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.mainnewsbox {
    border: 1px solid #474285;
	width: 45%;
	margin: 1%;
	padding: 1.25%;
	text-align: center;
	background: #9A99CA;
	float: left;
	height: 40em;
}

/* Footer */

.footer p {
  	text-align: center;
}
.fboxlft {
    width: 33%;
	float: left;
}
.fboxcntr {
    width: 33%;
	float: left;
}
.fboxrgt {
    width: 33%;
	float: left;
}

/* Text */

.centertxt {
    text-align: center;
	text-indent: 0px !important;
}
.boldtxt {
    font-weight: bold;
}
.bread {
    font-size: .7em;
}
.phototxt {
     font-size: .9em; 
	 font-weight: normal;
	 padding-right: 1em;
}
.lefttxt {
    text-align: left;
}
.leftp {
    text-align: left;
	text-indent: 20px;
}
.redtxt {
    color: #FF0000;
}