

body
{
	font: 76%/135% Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	background: White;
}

#border
{
	width: 800px;
	background: White url('../images/background2.gif') repeat-y;
	margin: 0 auto;
}
		
#banner
		{
			background : #999999;
			text-align: middle;
			float: left;
			width: 100%;
			
		}

#wd
{
	width: 585px;
	margin: 0px auto;
	text-align: middle;
}

#container
{
	width: 750px;
	height: 100%;
	margin: 0px auto;
	background: White;
	border-bottom: 5px solid #B5B5B5;
}

#mainImage {
	background: url(../images/main.jpg) no-repeat;
	float: left;
	width: 750px;
	height: 140px;
	vertical-align: middle;
}


a:active,
a:visited,
a:link	    			{
	color: #0077BB;
	text-decoration: none;
}
a:hover					{ 
	text-decoration: underline;
	color: #084D76;
}



a:active.wh,
a:visited.wh,
a:link.wh	    			{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover.wh					{ 
	text-decoration: underline;
	color:lightblue;
	
}


 a.more,  a.white  {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color: #000000;
}

 a:hover.more,  a:hover.white {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}

 a.white { 
	color: #C8D9E2;
}

.button {
	background: url(../images/button.gif) 0 0 no-repeat;
	padding: 0 0 0 3em; /* left padding moves the text away from the bullet */
	font-weight: bold;
	color: Black;
	cursor: pointer;
	margin-top: .5em;
	height: 16px;
}
.button a:hover {
	color: #084D76;
}

div.hr {
	height: 2px;
	border-bottom: 1px solid #989FA8;
	margin: 3px;
}
div.hr hr {
  display: none;
}


#Footer {
	padding-top: 2em;
	font-size: 12px;
}

#Footer #TextLinks {
	color: #fff;
	font-weight: bold;
	border-top: 10px solid #B1B1B1;
	background: #0077BB;
}

#Footer #TextLinks a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#Footer #Disclaimer {
	color: #B1B1B1;
	font-weight: normal;
	font-size: 11px;
	background: #0059B1;
}

/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1, h2, h3, h4, h5 {
	font: 76%/135% Arial, Helvetica, sans-serif;
	font-size:16px;
}
h1
{
	font-weight: bold;
	letter-spacing: +2px;
	font-size : 16px;
	margin: 1.9em;
	line-height: normal;
	color: white;
}
h2
{	color: white;
	margin: 1.9em;
	line-height: normal;
	padding-left:3px;
}

h3
{
	font-size :14px;
	font-weight: bold;
	line-height: normal;
	color: "#3f2c16";
}

h4
{
	letter-spacing: +1px;
	font-size :14px;
	line-height: normal;
	color: #0077BB;
	padding-top: 10px;
	font-weight: bold;
}

h5
{
	font-size :12px;
	line-height: normal;
	color: "#3f2c16";
	font-weight: normal;
	padding-left :4px;
}





#ActionItems {
	font-size: 11px;
	font-weight: bold;
	font-color: white;
	float: left;
	border-bottom: 7px solid #B1B1B1;
}



    #topmenu {
	width: 100%;
	font-size:90%;
	text-transform:uppercase;
	line-height:normal;
	height: 41px;
margin-top: 15px;
font-weight: bold;

}
    #topmenu ul {
	  margin: 0;
	  padding:0px 0px 0 2px;
	  list-style:none;
	  
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      text-align : center;
      }
    #topmenu a {
      float:left;
	   background:url(../images/menuleft.gif) no-repeat right top;
      margin:0;
            padding: 0;
            text-decoration : none;
				font-size: 95%;

      }
    #topmenu a span {
      float:left;
      display:block;
	  width: 90px;
      padding: 4px 15px 6px 14px;
      	color: #373637;
	cursor : hand;
      }
      

	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color: #D8D8D8;
      }
    #topmenu a:hover {
      background-position:0% -57px;
      }
    #topmenu a:hover span {
      background-position:100% -57px;
    }
    #topmenu a span.selected {
      color: #FFFFFF;
    }
