body
{
	color: #000000;
	line-height: 130%;
	background-color: #242424;
	background-image: url(../images/bg-page.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#border
{
	width: auto;
	margin: 0 auto;
	background-color: White;
	background-repeat: repeat;
	background-image: url(../images/bg-page.gif);
}
		
#banner
		{
	text-align: middle;
	float: left;
	width: 100%;
	background-color: #1798DA;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#container
{
	width: 750px;
	border-bottom: 5px solid #7F7F7F;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


#mainImage {
	float: left;
	width: 750px;
	height: 200px;
	vertical-align: middle;
	background-image: url(../images/main.jpg);
	background-repeat: repeat;
}
#newsItems   {
	float: left;
	width: 33%;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-image: url(../images/addressbgrd.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


a:active,
a:visited,
a:link	    			{
	color: #575757;
	text-decoration: none;
	font-weight: bold;
}
a:hover					{
	text-decoration: none;
	color: #999999;
}

 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:none;
}

 a.white {
	color: #999999;
}


.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: Black;
}

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: #3A3A3A;
	font-weight: bold;
	border-top: 10px solid #7F7F7F;
	background: #2C2C2C;
	margin-right: 0px;
}

#Footer #TextLinks a {
	color: #7C7C7C;
	padding: 0 8px;
	text-decoration: none;
	font-weight: bold;
}
#Footer #TextLinks a:hover {
	color: #C1C1C1;
}


#Footer #Disclaimer {
	color: #B1B1B1;
	font-weight: normal;
	font-size: 11px;
	background: Black;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
}
h1
{
	color: #2C2C2C;
	letter-spacing: -1px;
	font-size : 28px;
	margin: 1.9em;
	line-height: normal;
}


#ActionItems {
	font-size: medium;
	font-weight: bold;
	color: #b2a496;
	float: left;
	border-bottom: 7px solid #B1B1B1;
}




/* ~~~~~~~~~ THANKS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

#topmenu {
	width: 100%;
	font-size:14px;
	text-transform:uppercase;
	line-height:normal;
	height: 41px;
	margin-top: 15px;
	font-weight: bold;
	margin-right: 30px;
	text-align: center;

}
    #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;
	   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;
    }
#border #container #ActionItems a {
	color: #FFFFFF;
}

    #topmenu a span.selected {
      color: #575757;
    }
#border #container #adminInterior {
	color: #333333;
}
