h3{font-family:"Trebuchet MS",helvetica,sans-serif; color:#004A66; letter-spacing:1px;  }

h3 {font-size:18px;}

a:link {
  color: #00478D;
}

a:visited {
  color: #00478D;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #00478D;
}

/* styles for rounded corners */
b.rtop {
  display: block;
  background: #D8D8D8;
}

b.rbottom {
  display:block;
  background: #D8D8D8;
}

b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #004A66}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

body {
  min-width: 875px;
  max-width: 1000px;
  width: expression(document.body.clientWidth > 875 ? "auto" : "900px");
  margin-left: auto;
  margin-right: auto;
  background-color: #D8D8D8;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  padding: 10px 20px 10px 20px;
}

container {
  margin:20px; 
  background-color:#FFF;
}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
}

p.noheight {
  line-height: 1.12em;
}

span.uline {
  text-decoration: underline;
}

ul {
  text-align: justify;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/******** Header *******/

div#header {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
  height: 220px;
  margin: 0px 0px 5px 0px;
}

/* Note: Optional Ad Banner Area (remove if not using banner image at all) */
div#header img {
  border: 1px solid #000000;
  float: left;
  margin: 10px 10px 10px 10px;
  width: 200px;
  height: 200px;
}

div#header h1 {
  font-family:"Trebuchet MS",helvetica,sans-serif; 
  color:#FF8000; 
  letter-spacing:1px; 
  cursor: default;
  font-size: 22px;
  /*margin: 10px 10px 5px 200px;*/
  width: auto;
}

div#header h2 {
  font-family:"Trebuchet MS",helvetica,sans-serif; 
  color:#414141; 
  letter-spacing:0px; 
  cursor: default;
  font-size: 14px;
 margin: 10px 10px 10px 200px;
  width: auto;
}

div#pageHeader {
  height: 50px; 
  line-height: 50px; 
  color: #CCCCCC; 
  font-family: "Trebuchet MS",helvetica,sans-serif; 
  font-size: 24px; 
  padding: 10px 16px 10px 16px; 
  background-color: #004A66;  
  border-bottom: 1px solid #FFF;
}

/******** Side Bar (LHS) *******/
div#lhsbar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: left;
  width: 150px;
}

div#lhsbar img {
  border: none;
  float: middle;
}

div#lhsbar p {
  text-align: left;
}

/******** Side Bar (RHS) *******/
div#rhsbar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  margin-right: 22px;
  width: 114px;
}

div#rhsbar img {
  border: none;
}

div#rhsbar p {
  text-align: left;
}


/******** News Section (goes at top of either Side Bar) *******/
div#news {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

/******** Misc Info (goes at bottom of either Side Bar) *******/
div.miscinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

/******** Content *******/
div.title {
  background-color: #FFFFFF;
  border-top: 1px solid #00478D;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin-top: 20px; 
  margin-left: 200px;
}

div.content {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 16px;
  padding: 6px 10px 6px 10px;
  margin-left: 200px;
}

/*****************menu*************/
#nav{
   white-space : nowrap;
   background-color : #003399;
   float : left;
    color : White;
   width : 100%;
   border-style : solid;
   border-color : #0066CC;
   border-width : 2px 0 2px 0;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #003399;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #0066CC;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav ul li a:hover{
   background-color : #99CCFF;
   color : #000066;
}


.note {font-weight:bold; color:#800000; font-style:italic; background-color: #FFF0B7; padding:5px; border:1px solid #FFB96C; }