body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: .9em;
}

a { color: blue;}
ul { margin-top: 0;}
img { border: none; }
h1,h2,h3,h4,h5,h6{
  margin-top:0;
  margin-bottom:0;
  margin-left: 5px;
  margin-right: 5px;
}
p {
  padding-left:10px;
  margin-top: 0;
}
hr {
  width: 85%;
}


div.rightBar {
  float: right;
  margin: 0px;
  width: 205px;
  padding-left: 10px;
}
div.rightBar h4 {
  background-color: #F8C852;
  margin: 0;
  padding: 2px 0 5px 5px;
  font-weight: bold;
  font-size: .8em;
}
div.rightBar ul {
  background-color: #F8C852;
  list-style: none;
  margin: 0;
  padding-left: 5px;
}
div.rightBar li {
  font-size: .8em;
  padding-bottom: .6em;

}
div.rightBar p.search {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 3px groove #b3b3b3;
  border-bottom: 3px groove #b3b3b3;
  margin: 5px;
  padding: 3px;
  color:#002955;
}
div.rightBar p.search input.text {
  border: 0;
  border-bottom: 1px solid black;
}
div.rightBar p.search .radio {
  vertical-align: middle;
  font-size: 8pt;
  border: 0;
  
}
div.rightBar div.calTitle {
  color: white;
  background-color: #00529C;
  font-size: 10pt;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;

}


div.bottomRight {
  border-top: 1px solid #00529C;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #00529C;
  font-weight: bold;
  background-color: #F8C852;
  font-size: 10pt;
  height: 150px;

}
div.bottomRight div {
  float:left;
  width: 75px;
  text-align: center;
  margin: 5px;
}


div.dept {
  color: white;
  background-color: #03A05D;
  margin-bottom:10px;
  padding: 5px;
}
div.dept h1,
div.dept h2{
  border: 0;
  display: inline; 
}
div.dept h1 { 
  font-size: 1.5em;
}
div.dept h2 { 
  font-size: 1.3em;
}
div.dept h3 { 
  font-size: 1.2em;
}
div.dept h4 {
  margin: 0;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 1em;
  font-weight: bold;
  float: none;
  width: auto;
}
div.dept a {
  color: white;
  text-decoration: underline;
}


#TopLinks h2 {
  text-align: center;
  text-decoration: underline;
  margin-bottom: .5em;
}
#TopLinks h4 {
  float:left;
  margin: .1em .4em .1em .4em;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  clear: none;
}
#TopLinks h4 a { 
  color: #002955; 
}
#TopLinks h4 a:hover { 
  text-decoration: underline;
}




ul#TopLinks {
  list-style: none;
}
ul#TopLinks li {
  float: left;
  padding-bottom: 2px;

}
#TopLinks ul a { 
  color: #002955; 
}






div.MainContent {
 background-color: white;
 margin:0;
 padding:5px;
}


div.Breadcrumbs{
  color: white;
  background-color: #03A05D;
  margin:0px;
  padding: 5px;
  padding-left: 24px;
}
div.Breadcrumbs h2 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  float: none;
  width: auto;
  display: inline;
  color: white;
}
div.Breadcrumbs a {
  color: white;
  text-decoration: underline;
}


h3.Mission {
  text-align: left;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #004C90;
}



div.MainContent div.footer {
  font-size: .7em;
  text-align: center;
  padding: 1em;
  clear: both;
  background-color: white;

}

@media print {
  div.header, 
  div.Breadcrumbs,
  div#mainnav
  { display: none; }



}
