/*
Dark blue shade is RGB(060, 65, 140) HEX #
Ligh blue shade is RGB(125, 150, 200) HEX #7D96C8
Light grey shade is RGB(229, 229, 229) HEX #E5E5E5
Dark grey border is RGB(100, 100, 100) HEX #646464
*/

body {
 text-align: center;
 background-image: url('images/mainbg.gif');
 background-repeat: repeat;
 }


#headerBox {
  width: 760px;
  height: 150px;
  background-image:url('images/fdslogo0213.jpg');
  background-repeat:none;
  background-color: transparent;/*RGB(255, 255, 255);*/
  color: #000000;
  border-top: solid RGB(100, 100, 100) 2px;
  border-right: solid RGB(100, 100, 100) 2px;
  border-left: solid RGB(100, 100, 100) 2px;
  margin: auto;
  text-align: center;  
}
 
#horizMainMenu {
  width: 760px;
  height: 25px;
  background-image:url('images/fdslogo0213bot.jpg');
  background-repeat:no-repeat;
  background-color: transparent;  /*#FFFFFF;*/
  color: #000000;
  border-top: none;
  border-right: solid RGB(100, 100, 100) 2px;
  border-left: solid RGB(100, 100, 100) 2px;
  border-bottom: none;
  margin: auto;
  text-align: left;
  z-index:2;
  }

#horizSpacer {
  width: 760px;
  height: 5px;
  border-top: none;
  border-right: solid RGB(100, 100, 100) 2px;
  border-left: solid RGB(100, 100, 100) 2px;
  border-bottom: none;
  margin: auto;
  z-index:2;
}
  
#horizSubMenu {
  width: 760px;
  height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: RGB(125, 150, 200);
  color: #000000;
  border-top: none;
  border-right: solid RGB(100, 100, 100) 2px;
  border-left: solid RGB(100, 100, 100) 2px;
  border-bottom: none;
  margin: auto;
  text-align: left;
  }

#mainContent {
  width: 760px;
  min-height: 400px;
  background-image: url('images/bgfade.gif');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  margin: auto;
  text-align: center;
  border-top: none;
  border-right: solid RGB(100, 100, 100) 2px;
  border-left: solid RGB(100, 100, 100) 2px;
  border-bottom: solid RGB(100, 100, 100) 2px;
  }

.contentArea {
  width: 740px;
  margin: auto;
  border: solid RGB(100, 100, 100) 1px;
  background-color: transparent;
  color: black;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 2px;
  vertical-align: top;
  text-align: center;
  }
  
.contentArea h3 {  font-size: 16px;  }
.contentArea h2 {  font-size: 20px;  }
.contentArea a:link    { text-decoration: underline; color: RGB(0, 0, 125); }
.contentArea a:visited { text-decoration: underline; color: RGB(60, 65, 140); }
.contentArea a:hover   { text-decoration: none; color: RGB(0, 0, 125); }
.contentArea a:active  { text-decoration: none; color: RGB(0, 0, 125); }
.contentArea p { text-indent: 10px; }
.contentArea p: first-letter {color: RGB(0, 0, 125); font-size: xx-large; }

.blueText { color: RGB(0, 0, 125); }

.centered { text-align: center }

.clear { background-color: transparent }

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: RGB(0, 0, 125);
}

	
