<Style>/* Default CSS Stylesheet for a new Web Application project */{}

#PageTable {width:100%; text-align:center;}
#PageSubTable {width:960px; margin: 0 auto;}
#LeftColumnCell {width: 25% !important; }
#ContentCell {width: 75% !important;}
#RightColumnCell {width: 0 !important;}
#TopBannerCell ul {margin: 0; padding: 0;}
#TopBannerCell ul li {list-style: none; float: left;}

/*for Safari - added 5/6/09 jg*/
@media screen and (-webkit-min-device-pixel-ratio:0){ #leftwrap {width: 237px;} }
@media screen and (-webkit-min-device-pixel-ratio:0){ #BotTable {width: 715px;} }
@media screen and (-webkit-min-device-pixel-ratio:0){ #SearchTemplate13_DataGrid1 {width: 700px;} }

.GeneralPage
{
background-color: #5A625E; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #FFFFFF; /* Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 25pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: D4D2C5; /* Background color */
text-align: Left; /* Align Text */
}

.LeftColumn
{
font-family: Tahoma; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #fff7e5; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #fff7e5; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 1%;}

.Footer
{
font-family: Tahoma; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #9da5ab; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Tahoma; /* Font Face */
font-size: 9pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Tahoma; /* Font Face */
font-size: 9pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: b4babf; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Tahoma; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: 000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: b4babf; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: 657356;
}

.ContentTableHorizontal
{
background-color: 657356;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  text-align:center;
  width:958px;
  margin: 0;
  border: 0 none;
  padding: 0;
  width; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 185px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

/*For Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navmenu ul {width: 183px;}
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 185px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/*For Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navmenu ul li {width: 183px;}
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #000;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding:0 18px;
  margin: 0;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #94a2ab;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/*For Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navmenu a {padding: 0 19px;}
}

ul#navmenu li a {font-size: 10px !important; font-size-adjust: .58px;}

ul#navmenu li.last a {padding-right: 22px; padding-left: 22px;}

/*For Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navmenu li.last a {padding-right: 26px; padding-left: 26px;}
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 185px;
}

/*For Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navmenu ul ul,
ul#navmenu ul ul ul {left: 183px;}
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

</Style>