﻿body
{
  margin: 0;
  background-color: #062855;
  
  width: 986px;
  margin-left: auto;
  margin-right: auto;
  background-image: url( ../res/background.png );
  background-position: center top;
  background-repeat: repeat-y;
}

h2
{
  margin: 10px 0 10px 0;

  font-family: Book Antiqua;
  font-style: italic;
  
  color: #062855;  
}

img
{
  border: none;
}

#header 
{
  background-color: #cccccc;
  background-image: url( ../res/topBorder.png );
  background-repeat:no-repeat;
  background-position: center top;
  height: 8px;
}


#banner
{
  height: 125px;
  
  background-image: url( ../res/americanFlag.png );
  background-repeat:no-repeat;
  background-position: right center;
  background-color: White;
  
  margin: 0 1px 0 1px;
}


#main
{
}


.invisible
{
  display: none;
}


.watermark
{
  color: Silver;
  font-style: italic;
  /*filter: alpha( opacity=70 );
  opacity: .7;*/
  
  width: 100%;
}


/*********************** Anchors ******************************/
a:link
{
  text-decoration: none;
  color: Blue;
} 

a:visited 
{
  text-decoration: none;
  color: Blue;
} 

a:active 
{
  text-decoration: none;
  color: Blue;
} 

a:hover 
{
  text-decoration: none;
  color: Blue;
}

/*********************** Menu start **************************/

#menu
{
  padding:0;
  margin:0;
  
  font-family: Times New Roman, arial, helvetica, sans-serif;
  font-weight: 500;
  font-size: large;
  white-space: nowrap;
  list-style-type:none;
  
  height: 25px;
  background-image: url( ../res/menu_middle.png );
  background-repeat: repeat-x;
  border-bottom: solid 1px #BCBCBC;
}


#menuBorder
{
  margin: 0 1px 0 1px;
}


#menu li 
{
  display:inline;
  padding: 0px;
}

#menu li a
{
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #062855;
  text-decoration:none;
  float:left;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #BCBCBC;
}

#menu li a:hover
{
  color: #0266bc;
}


/************************** Menu end ***************************/

/************************** Panel start ************************/

.panelHeader
{
  background-image: url( ../res/americanFlag.png );
  background-repeat:no-repeat;
  background-position: 50% top;
  background-color: white; 
  
  border-bottom: 1px solid black;
  
  height: 30px;
}

.panelHeaderText
{
  line-height: 30px;
  
  color: Navy;
  
  font-weight: bold;
  font-size: 14pt;
  
  margin-left: 10px;
}


.panel
{
  border: 1px solid black;
  background-color: White;
}


/******************* Panel End ***********************/

/******************* Accordian Start *****************/

.headers
{
  background-image: url( ../res/americanFlag.png );
  background-repeat:no-repeat;
  background-position: right top;
  background-color: #efefef; 
  color: Navy;
  border: 1px solid black;
  
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  
  padding-left: 20px;
  margin-top: 15px;
  cursor: pointer;
}


.headersSelected
{
  background-image: url( ../res/americanFlag.png );
  background-repeat:no-repeat;
  background-position: right top;
  background-color: #efefef; 
  color: Navy;
  font-weight: bold;
  border: 1px solid black;
  
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  
  padding-left: 20px;
  margin-top: 15px;
  cursor: pointer;
}

.contents
{
  border-left: 1px dashed black;
  border-right: 1px dashed black;
  border-bottom: 1px dashed black;
  
  background-color: White;
  
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}


.paneHeaders
{
  background-color: #2e4d7b; 
  color: white;
  border: 1px solid black;

  padding: 5px;
  padding-left: 20px;
  
  margin-top: 15px;
  cursor: pointer;
}


.paneHeadersSelected
{
  background-color: #5078b3; 
  color: white;
  border: 1px solid black;

  padding: 5px;
  padding-left: 20px;
  margin-top: 15px;
  cursor: pointer;
}

.paneContents
{
  border-left: 1px dashed #906d50;
  border-right: 1px dashed #906d50;
  border-bottom: 1px dashed #906d50;
  
  background-color: #d3deef; 
  
  padding-left: 15px;
  padding-right: 15px;
}


.headline
{
  font-weight: bold;
}


/******************* Accordian End *****************/