/* General Elements */
/* ----------------------------------------------------- */

html {
  scrollbar-face-color: #293F6F; 
  scrollbar-arrow-color: #FAFAD2; 
  scrollbar-highlight-color: #FAFAD2; 
  scrollbar-shadow-color: #293F6F; 
  scrollbar-3dlight-color: black;
  }

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #293F6F;
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #293F6F;
	font-size: 80%;
	line-height: 110%;
	}

strong, b {
	font-weight: bold;
	}

a img {
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#fff;
  }

/* Titles */
/* ----------------------------------------------------- */	

h1 {
	font-size: 110%;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #A67A00;
	}
h2 {
	
	font-size: 105%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #293F6F;
	}

h3 {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #293F6F;
	
	}
h4 {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #A67A00;
	}

/* Form Elements */
/* ----------------------------------------------------- */

fieldset {
  padding: 0.5em; 
  border: #A67A00 solid 1px;
  }
  
legend  { 
  color: #A67A00; 
  background-color: #fff;
  font-weight: bold; 
  font-family: Verdana, sans-serif; 
  font-size: 90%;
  margin: 0; 
  padding: 0.2em; 
  border: 0 
  }
  
label { 
  font-family: Verdana, sans-serif; 
  color: #293F6F; 
  font-weight: bold;
  }  

form {display: inline;} 	
  
/* Lists */
/* ----------------------------------------------------- */
dl, ul.nl {
  padding: 0;
  margin: 0;
  list-style: square;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  line-height: 120%;  
  }
ul, ol {
  font-family: Verdana, sans-serif;
  font-size: 80%;
  line-height: 120%;
  padding: 0;
  margin: 0;
  list-style: square;
  }   

dd, dt { 
  font-size: 80%;
  line-height: 120%;
  font-family: Verdana, sans-serif; 
  margin:0;
  padding: 0;
}
  
/* Header */
/* ----------------------------------------------------- */

.hdrlinks { 
 color: #EEE8AA; 
 font-family: Verdana, sans-serif; 
 font-size: 75%;
 line-height: 110%;
 padding: 0.3em 0.3em;

 }
 
.hdrlinks a:link, .hdrlinks a:visited { 
  color: #EEE8AA; 
  }

.hdrlinks a:hover { 
  color: #A67A00; 
  }


.subbtn, .gobtn { 
 color: #FAFAD2; 
 font-weight: bold; 
 background-color: #293F6F; 
 border: 1px #FAFAD2; 
 }
 
.clear {
  clear:both;
  }

/* Navigation */
/* ----------------------------------------------------- */
.topnavbar {background: #293F6F; }

.bcnavlinks {
 font-family: Verdana, sans-serif; 
 color: #293F6F; 
 padding: 0.3em 0.3em; 
 font-size: 75%;
 line-height: 110%;
 }

.bcnavlinks a:link, .bcnavlinks a:visited {
 color: #293F6F;
 }

/* Left Column */
/* ----------------------------------------------------- */
.lside {
   background: #FAFAD2;
   }
.lsidecontent  { 
  margin: 0em;
 }

.lsidecontent p { 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 75%;
  line-height: 100%;
 color: #000; 
  margin: 0 0 0.2em 0;
  padding: 0em 0.4em; 
  }  
	
/* Right Column */
/* ----------------------------------------------------- */
  
.rside {
   background: #fff;
   }
   

.rsidecontent {  
  margin: 0em;
  }
  
 .rsidecontent p {   
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 100%;
  color: #FAFAD2; 
   margin: 0em;
  }
  

.rsidecontact p {   
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 70%;
  line-height: 100%;
  color: #000;
  padding: 0em 0.4em;
  margin: 0em 0 0.2em 0; 
  }

.rsidecontact h3 { 
 font-family: Verdana, sans-serif; 
 font-size: 75%; 
 line-height: 100%;
 font-weight: bold; 
 color: #a67000; 
 margin: 0em; 
 padding: 0em 0.4em;
 }
 
/* Main Column */
/* ----------------------------------------------------- */

.main {
   background: #fff;
   }
   
.maincontent {
   padding: 0.1em 1.2em; 
   margin: 0em;
   }  
  
/* Footer */
/* ----------------------------------------------------- */

.botnavbar {
background: #293F6F;
}

.botnav { 
 font-family: Verdana, sans-serif; 
 font-size: 75%; 
 color: #EEE8AA; 
 padding: 0.2em 0.4em;  
 }

.botnav a:link, .botnav a:visited {
 color: #EEE8AA;
 }

.footer { 
 font-family: Verdana, sans-serif; 
 font-size: 60%; 
 color: #FAFAD2; 
 padding: 0.1em 0.4em; 
 }
.footer a:link, .footer a:visited {
 color: #FAFAD2;
 }

/* Links */
/* ----------------------------------------------------- */

a:link { color: #293F6F; 
	}
a:visited { color: #293F6F; 
	}
a:active { color: #293F6F; 
	}
a:hover { color: #293F6F; 
	/*hover doesn't work in nn4*/
	}
.textsize {display:none; }

.none, .skiplinks { 
  display: none;
 }	
  /* Calendars */
/* ----------------------------------------------------- */
 
 .caldate {
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	float: left;
 	text-align: left;
 	width: 35%;
	margin: 0em; 
	padding: 0.2em;
	}

.caldes  {
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	text-align: left;
	float: right;
	margin: 0em;
	padding: 0.2em;
	width: 55%; }
	
/* Table Elements */
/* ----------------------------------------------------- */  
.box1 h2, .box2 h2, .box3 h2 {
    font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: #a67a00;
	color: #fff;
}

 .box4 h2 {
    font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: red;
	color: #fff;
}

.box1 h3, .box2 h3, .box3 h3 {
    font-size: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #293F6F;
}

/* Table Elements */
/* ----------------------------------------------------- */  
 .ruled {
 margin-bottom: 15px;
 font-size: 70%;
 font-family: Verdana, sans-serif;
 color: #293F6F;
 }

.ruled td {
 color: #293F6F;
 text-align: left;
 vertical-align: top;
 padding: 0.3em; 
 } 
 
 .ruled th {
 text-align: left;
 vertical-align: top;
 padding: 0.3em; 
 } 
  
.ruled th { 
 font-weight: bold; 
 background-color: #eee8aa;
 
 }
.ruled td { 
 background-color: #fafad2;
 }

.ruled caption { 
 font-weight: bold; 
 color:  #293F6F; 
 text-align: left; 
 }

.ruled em { 
 font-family: Verdana, sans-serif; 
 color: #A67A00; 
 }
 
 .newshead
{ 
 font-weight: bold; 
 color: #A67A00;
 font-size: 90%; 
 font-family: Verdana, sans-serif; 
 margin: 0; 
 padding: 0.3em 0 0 0;
 }
 
.newshead a:link, .newshead a:visited { 
color: #293F6F;
}

.newscopy
{ font-family: Verdana, sans-serif; 
 font-size: 75%;
 color: #293F6F;
 margin: 0; 
 padding: 0 0 0.3em 0;
 display: block;
 }

.newscopy a:link, .newscopy a:visited 
{ color: #293F6F; }

.navtabs  { 
 color: #fafad2; 
 }

.navtabs p { 
 font-size: 50%;
 line-height: 70%;
 font-family: Verdana, sans-serif;
 color: #fafad2; 
 margin: 0;
 padding: 0.1em;   
 }

.navtabs a:link, .navtabs a:visited {
 color: #fafad2;
 }
 
 .navtabs#current a:link, .navtabs#current a:visited{
 color: #fafad2;
 }
 
 .navtabs td {
 color: #fafad2;
 }
