.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *
{ /* Text Color: */  color: #000000; }



q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #32659C; }

.bluetext a
{ /* Text Color: */  color: #990000; }

.sideBoxW, .sideBoxW div
{ /* Border Color: */  border-color: #FFFFFF; }

#header
{ /* Background Color (darker): */  background-color: #D6E8F8; }

.boxtitle
{ /* Background Color (darker): */  background-color: #A9CCE7; }


q, #footer
{ /* Background Color (lighter): */  background-color: #D6E8F8; }

.newstext, .menutext, .pubtext
{ /* Background Color (light blue): */  background-color: #D6E8F8; }

.newstext {
text-align: center;
}

.newstextcenter
{
margin-left: auto;
margin-right: auto;
text-align: left; /* overrule inheritance */

}
.sideBarTitle
 { background-color: #000000; }



/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 1em;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 1em;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 1.5em;
}

[class~="RHS"] {
  margin-right: 1.5em;
}

/* ###### Skip Links ###### */

.skip a{
/*Hide from visual browsers. Aural browsers will read the skip links*/
position: absolute;
overflow: hidden;
width: 0;
height: 0;
}

.skip{
/*Remove the spacing around the p tag*/
margin: 0em;
padding: 0em;
}

.skip a{
/*Some presentational properties*/
top: 1em;
right: 1em;
color: #c30;
background: transparent url(images/light.png);
}

html>body .skip a{
/*Some presentational properties, hidden from IE. Mozilla Firefox will read this*/
position: fixed;
top: auto;
bottom: 1em;
}

.skip a:active,
.skip a:focus{
/*Shows the link when it's active or focused (tab onto it)*/
overflow: visible;
width: auto;
height: auto;
/*Some presentational properties*/
padding: .5em;
border: 0.1em dashed #060;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 2.5em 13em 0 13em;
  padding: 0 1em 1em 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}
.captiontext {
  font-size: 85%;
  font-weight: bold;
  text-decoration: none;
  color: #32659C;
}


.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 80%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h5 {
  font-family: verdana, tahoma, sans-serif;
  color: #000000;
  font-size: 95%;
}

h6 {
  font-family: verdana, tahoma, sans-serif;
  color: #32659C;
  font-size: 95%;
}


h1 {
  font-weight: bold;
  font-size: 135%;
  padding-bottom: 0.2em;
}


h2 {
  border-bottom: 0.1em solid;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 0.5ex;
}

h3 {
  border-bottom: 0.1em solid;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 0.5ex;
  color: #32659C;
}

h4 {
  font-weight: bold;
  font-size: 95%;
  padding-bottom: 0.5ex;
  color: #32659C;
}

#MainContent {
  border-top: none;
}

.nodisplay {
  display: none;
}


acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 0.1em dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

.imgleft {
  float: left;
  border: 1px #000 solid;
  margin-right: 0.3em;
}

.imgright {
  float: right;
  border: 1px #000 solid;
  margin-left: 0.3em;
}

.imgborder {
  border: 1px #000 solid;
}


q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border: 0.2em dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}


/* ###### News ###### */

.newstext ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 1em 0;
  font-weight: normal;
  font-size: 95%;
}

.newstext li a {
  color: #990000;
}

#datetext {
  color: #990000;
  text-decoration : none;
  padding:0;
  margin:0;
  line-height:100%;
}
.newstitle a
{
  padding:0;
  margin:0;
  line-height:100%;
}
#newstitle a {
  padding:0;
  margin:0;
  line-height:100%;
}
.newssummary p
{
  padding:0;
  margin:0;
  line-height:110%;
}
#newssummary p {
  padding:0;
  margin:0;
  line-height:110%;
}

#newsbody p {
  padding:0;
  margin:0;
  line-height:110%;
}

.newstext a:hover {
  color: #990000;
  background-color: #FFFFFF;
}

.menutext ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
  font-size: 95%;
  position: relative; 
  line-height: 0.8em; 
  }

.menutext li a {
 color: #990000;
}

.menutext a:hover {
 color: #000000;
 background-color: #ffffff;
}

.iconlinks ul {
  list-style-type: none;
  display: block;
padding-right: 0.5em; 
padding-left: 0.5em; 
padding-bottom: 0em; 
margin: 1em 0em; 
width: 100%; 
padding-top: 0em 
  }

.iconlinks li a {
 list-style-type: none;
 color: #990000;
}

.iconlinks a:hover {
 color: #000000;
 background-color: #ffffff;
}
.datetext
{
 color: #990000;
  text-decoration : none;
  padding:0;
  margin:0;
  line-height:100%;
  }

.pubtext ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: normal;
  font-size: 95%;
}

.pubtext li a {
  color: #990000;
}


.pubtext a:hover {
  color: #000000;
 background-color: #FFFFFF;
}

.datetext li {
  color: #000000;
  font-weight: normal;
  font-size: 95%;
  
}

/* ###### Header ###### */

#header {
  border-bottom: 0.2em solid;
  height: 4em;
  margin-bottom: 1.5em;
  padding: 0.5em 1em 0 1.5em;
  background-position: left bottom;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(images/banner2.jpg);
}



.headerTitle {
  font-size: 140%;
  font-weight: bold;
}

.normaltext {
  font-size: 85%;
}


.headerLinks {
  text-align: right;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}

.Headerlinks ul {
  	margin: 1% 22% 1% 22%;
	padding: 0;
}

.headerLinks li {
  	display: inline;
	list-style-type: none;
	margin: 0 0 1% 0;
	padding: 0 1% 0 1%;
}


div.headerLinks {

	text-align: right;
	bottom: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
	}



/* ###### Side Box ###### */

.sideBox {
  border-top: 0.2em solid;
  border-bottom: 0.2em solid;
  width: 10em;
  margin-top: 1.5em;
}

.sideBox div {
  font-weight: normal;
  border-bottom: 0.1em dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 0.9em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Side Box White ###### */

.sideBoxW {
  width: 10em;
  margin-top: 1.5em;
}

.sideBoxW div {
  font-weight: bold;
  border-bottom: 0.1em dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBoxW a, .sideBoxW a:hover, .sideBoxW span {
  color: black;
  text-decoration: none;
  line-height: 1.00em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 0.2em solid;
  border-bottom: 0.2em solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 1em;
  padding-top: 0.7em;
  float: right;
}

#footer div {
  padding-left: 1em;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}

fieldset {
   border: none;
   margin: 0;
   padding: 0;
}

.menuBar {
  text-align: center;
  padding: 0.5ex 0;
}

.menuBar * {
  text-decoration: none;
  padding: 0 2ex 0 1ex;
}

.menuBar a:hover {
  /* See color-scheme.css */
}

.floatimg {
float: right;
text-align: center;
font-size: small;
}
.floatimg img {
display: block;
}

.leftSideBar ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 1em 0;
}



#HorBar a {
  text-decoration: none;
}

#HorBar ul {
  list-style-type: none;
}

#HorBar li {
  display: inline;
}

#Table1 {
	border-style: solid;
	border: 1px solid #000;
	border-bottom-width:1px;
	border-color: #dedede;
	font-size: small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 510px;
}

#Table1 th {
	padding: 2px;
        background-color: #efefe7;	
        text-align: center;
}

#Table1 td {
	padding: 3px;
        text-align: center;
        border-bottom: 1px solid #004;
}

#Table1 th.firstcol {
	width: 40px;
	}

#Table1 td.firstcol {
	width: 40px;
	}
	
#Table1 td.secondcol {
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #006;
	}
	
#Table1 td.thirdcol {
	width: 120px;
	text-align: left;	
	}
	
#Table1 td.fourthcol {
	width: 70px;
	}

#Table1 td.fifthcol {
	width: 130px;
	text-align: left;	
	}
	
#Table1 td.vacant {
	width: 130px;
	text-align: left;	
	color: #fefefe;
	font-weight: bold;
	background-color: #00ef00;
	}
	

#Table1 td.vacantcenter {
	width: 130px;
	text-align: center;	
	color: #fefefe;
	font-weight: bold;
	background-color: #00ef00;
	}
	
#Table1 {
	border-style: solid;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-bottom-width:1px;
	border-color: #dedede;
	font-size: small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 640px;
}

#Table1 caption { font-size: smaller; text-align: center }

#Table1 th {
	padding: 2px;
        background-color: #0070B7;
        color: #fff;	
        text-align: center;
}

#Table1 td {
	padding: 3px;
        text-align: center;
        vertical-align: top;
        border-bottom: 1px solid #004;
        border-right: 1px solid #000;
}

#Table1 th.firstcol {
	width: 90px;
	}

#Table1 td.firstcol {
	width: 90px;
	font-weight: bold;
	}
	
#Table1 td.secondcol {
	width: 80px;
	text-align: left;
	font-weight: bold;
	color: #006;
	}
	
#Table1 td.thirdcol {
	width: 70px;
	text-align: left;	
	}
	
#Table1 td.fourthcol {
	width: 90px;
	}

#Table1 td.fifthcol {
	width: 300px;
	text-align: left;	
	}
	
#Table1 td.vacant {
	width: 180px;
	text-align: left;	
	color: #fefefe;
	font-weight: bold;
	background-color: #00ef00;
	}
	

#Table1 td.vacantcenter {
	width: 180px;
	text-align: center;	
	color: #fefefe;
	font-weight: bold;
	background-color: #00ef00;
	}
.inv {
	display:none;
}
	