﻿body
{
	font-size: 12px;
	font-family: Arial;
	background-color: #AAAAA9;
	MARGIN: 0px;
}

A:visited {
   text-decoration: none;
   color: #666699;
}

A:link {
   text-decoration: none;
   color: #1c488f;
}

A:hover {
   text-decoration: underline;
   color: #ed1c24;
}
.GrayBand
{
	height: 27px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
}

.OTJ
{
	font-weight: bold;
	font-size: 15px;
	color: #1c488f;
	font-family: Arial;
}
.OTJLarge
{
	font-weight: bold;
	font-size: 18px;
	color: #1c488f;
	font-family: Arial;
}


.GrayBandNews
{
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
}

a.navlink
{
	color: #FFFFFF;
}

a.navgray
{
	color: #E8E8E8;
}
a.leftnavlink
{
	font-size: 11px;
	color: #1c488f;
}
a.leftnavlink:link
{
	font-size: 11px;
	color: #1c488f;
}
a.leftnavlink:visted
{
	font-size: 11px;
	color: #1c488f;
}
a.leftnavlink:hover
{
	font-size: 11px;
	color: #ed1c24;
}
a.leftnavlink:active
{
	font-size: 11px;
	color: #1c488f;
}
a.leftnavHeaderlink
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.LeftNavBoldBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a.breakingNewsHighLite
{
	color: blue;
}
.TheDate
{
	font-size: 7.5pt;
	color: #696969;
	font-style: italic;
	font-weight: normal;
}
.footer
{
	font-size: 11px;
	font-family: Arial;
}
.menuTopSeperator
{
	width: 2px;
}

.grayboldtext
{
	height: 30px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #ABABAB;
	font-style: italic;
}
.SearchTextHeader
{
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #A9A9A9;
}
.summaries div 
{
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

hr {
border:1px solid #E8E8E8;
}


.LoginBox
{
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	margin-bottom:-15px;
}

#popupbox
{
    margin: 0;
    margin-left: 70%; /* This gets it relatively center on the screen */
    margin-right: 10%; /* This gets it relatively center on the screen */
    margin-top: 75px; /* Makes it a little off the top of the screen */
    padding-top: 10px; /*  Make the text not touching the top on the login box */
    width: 250px; /* For centering it on the screen */
    height: 300px; /* The height of the login box */
    position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
    background: #FBFBF0; /* Login Box background color. Change this if desired. */
    border: solid #000000 2px; /* Makes a black border around the login box */
    z-index: 9; /* Makes it on top of everything else */
    font-family: arial; /* Sets the font */
    visibility: hidden; /* Makes it hidden at first. Very Important.*/
}
  
#popupboxNew{
  margin: 0; 
  margin-left: 70%; /* This gets it relatively center on the screen */
  margin-right: 10%; /* This gets it relatively center on the screen */
  margin-top: 75px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  width: 250px; /* For centering it on the screen */
  height: 510px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #FBFBF0; /* Login Box background color. Change this if desired. */
  border: solid #000000 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
  

.BlueBold
{
	color: #1c488f;
	font-weight: bold;
}
.GrayXXsmall
{
	color: #4d4d4d;
	font-size: 8pt;
}
.WhatisThisTopText
{
    font-size: 14pxt;
    color: #959288;
    font-weight: normal;
}
.WhatIsDarkRedFAQtitleheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #72150d;
}

.WhatIsFAQQuestiontext
{
    color: #2b2b2b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.WhatIsFAQAnswertext
{
    color: #959288;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

	
.divwidth
{
    float:left;
    width:635px;
    padding:25px;
    margins:15px;
		
}

.divstripgraphic
{
    width:712px;
    background-repeat:no-repeat;
    height:42px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .divwidth
     {
         float:left;
	 width:635px;		
	 padding:15px;
	 margin:15px;
     }
	
    .divstripgraphic
     {
         height:42px;
	 width:635px;
	 background-repeat:no-repeat;	
     }
}
