/*
Menu Blue - #1E286E
*/
body {
	text-align: center;
	background-image: URL('images/mainbg.gif');
	background-repeat: repeat;
 }
th, td, p { font-size: 14px; }
/*
p:first-letter 
{
  color: #1E286E;
  font-size: 18px;
  font-weight: bold;
}
*/
#headerBox {
  height: 200px;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: #000000;
  border-top: medium double #DDDDDD;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  text-align: center;
  }

#horizMenu {
  width: 785px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  /*padding-top: 5px;*/
  font-size: 16px;
  font-family: arial, sans-serif;
  background-color: #1E286E;
  color: #000000;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  vertical-align: top;
  text-align: center;
  }

#horizMenu a {
  /* float: left; */
  width: 12%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1E286E;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#horizMenu a:hover   { color: #1E286E; background: #FFFFFF; }

#horizMenublock {
  margin-left: auto;
  margin-right: auto;
  background-color: #1C6A36; 
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  vertical-align: top;
  border: medium double #1C6A36;
  }
  
#dropmenudiv {
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height:18px;
  text-align: left;
  z-index:100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#dropmenudiv a:hover { /*hover background color*/
  background-color: #910000;
  color: white;
}

#mainContent {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  color: #000000;
  font-size: 12px;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  }

#contentArea {
  min-height: 275;
  background: #FFFFFF;
  color: #000000;
  font-family: arial, serif;
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
  text-align: center;
  }
  
#contentArea h3 {  font-size: 14px; }

#contentArea h2 {  font-size: 18px; }

.contentLink a:link    { text-decoration: underline; color: #000000; }
.contentLink a:visited { text-decoration: underline; color: #000000; }
.contentLink a:hover   { text-decoration: none; color: #1E286E; }
.contentLink a:active  { text-decoration: none; color: #000000; }

#footerContent {
  height: 50px;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #000000;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  border-bottom: medium double #DDDDDD;
  text-align: center;
  }

.floatLeft { float: left; }

.clear { background-color: transparent }

.centered { text-align: center }

.larger { font-size: 14px; }

.smaller { font-size: 10px; font-weight: normal; }

.required {
	font-weight: bold;
	color: red;
}

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #000000;
}

a.fadedThumb img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.fadedThumb:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	opacity:.60;
}

.photoCredit {
	font-size: 10px;
	color: #999999;
}

.blueTitle {
	color: #1E286E;
	font-weight: bold;
	font-size: 16px;
}

.content_title {
  font-weight: bold;
  font-size: 16px;
  color: #1E286E;
  display: block;
  border-bottom: thin solid #1E286E;
}

.link_title {
  font-weight: bold;
  font-size: 16px;
  color: #1E286E;
}
.link_title a:link    { text-decoration: none; color: #1E286E; }
.link_title a:visited { text-decoration: none; color: #1E286E; }
.link_title a:hover   { text-decoration: underline; color: #1E286E; }
.link_title a:active  { text-decoration: none; color: #1E286E; }

.link_URL {
  font-weight: normal;
  font-size: 12px;
  color: #AAAAAA;	
}
.link_URL a:link    { text-decoration: none; color: #AAAAAA; }
.link_URL a:visited { text-decoration: none; color: #AAAAAA; }
.link_URL a:hover   { text-decoration: none; color: #1E286E; }
.link_URL a:active  { text-decoration: none; color: #AAAAAA; }

.link_desc {
  font-weight: normal;
  font-size: 12px;
  color: #555555;	
}
.link_desc a:link    { text-decoration: none; color: #555555; }
.link_desc a:visited { text-decoration: none; color: #555555; }
.link_desc a:hover   { text-decoration: underline; color: #1E286E; }
.link_desc a:active  { text-decoration: none; color: #555555; }

.note {
  font-weight: normal;
  font-size: 12px;
  color: #555555;	
}
.note a:link    { text-decoration: underline; color: #555555; }
.note a:visited { text-decoration: underline; color: #555555; }
.note a:hover   { text-decoration: none; color: #111111; }
.note a:active  { text-decoration: underline; color: #555555; }

.serviceProvider {
  width: 650px;
  font-weight: bold;
  font-size: 16px;
  color: #1E286E;
  display: block;
  border-bottom: thin solid #1E286E;
}
.serviceProvider a:link    { text-decoration: none; color: #1E286E; }
.serviceProvider a:visited { text-decoration: none; color: #1E286E; }
.serviceProvider a:hover   { text-decoration: underline; color: #1E286E; }
.serviceProvider a:active  { text-decoration: none; color: #1E286E; }

.serviceLink a:link    { text-decoration: underline; color: #000000; }
.serviceLink a:visited { text-decoration: underline; color: #000000; }
.serviceLink a:hover   { text-decoration: none; color: #1E286E; }
.serviceLink a:active  { text-decoration: underline; color: #000000; }

.execNames {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.execNames a:link    { text-decoration: none; color: #1E286E; }
.execNames a:visited { text-decoration: none; color: #1E286E; }
.execNames a:hover   { text-decoration: underline; color: #1E286E; }
.execNames a:active  { text-decoration: none; color: #1E286E; }

#Header-Link {
  height: 150px;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: #000000;
  border-top: medium double #DDDDDD;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  text-align: center;
  }

#HorizMenu-Link {
  width: 785px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 16px;
  font-family: arial, sans-serif;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: #000000;
  border-left: medium double #DDDDDD;
  border-right: medium double #DDDDDD;
  border-bottom: medium double #DDDDDD;
  vertical-align: top;
  text-align: right;
  }

#HorizMenu-Link a {
  float: right;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1E286E;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
#HorizMenu-Link a:hover   { color: #1E286E; background: #FFFFFF; }

#Footer-Link {
  height: 50px;
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #000000;
  border: medium double #DDDDDD;
  text-align: center;
  }
   #highlightmenu {
   color: #1E286E;
   background: #E9E9E9;
 }
  #highlightmenu a:hover { /*hover background color*/
  background-color: #910000;
  color: white;
}
.oiaa_nav {
    margin:auto;
   /*  border:3px outset #66f; */
    padding:0;
    min-width:42em;
    width:95%;
    height: 25px;
    overflow:hidden;
    background-color: #1E286E;
    text-align:justify;
    /* font:bold 88%/1.1 verdana; */
}
.oiaa_nav li {
    display:inline;
    list-style:none;
}
.oiaa_nav li.last {
    margin-right:100%;
}
.oiaa_nav li a {
    display:inline-block;
    /* padding:13px 4px 0; */
    height: 25px;
   color: white;
    vertical-align:middle;
    text-decoration:none;
    text-transform:capitalize;
}
.oiaa_nav li a:hover {
    margin:-3px;
    /* border:3px inset #66f; */
    color: white;
    background-color: #1E286E;
}
  
  
