@charset "utf-8";
/* CSS Document */

* { padding:0; margin: 0 }

body {
        background-color: #000000;
        width: 95%;
        background-image: url(../images/bkgrnd.gif);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
        text-align: center;
        color: #FFFFFF;
        font-size: 10pt;
}

.text {
  padding: 30px 30px 30px 30px;
  text-align: left;
  font-weight: normal;
  font-color: #FFFFFF;
}

ul {
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  text-align: left;
  font-weight: normal;

}

#boxbody {
  width: 1000px;
  height: auto;
  margin: 75px 0px 0px 85px;
  border: 1px;
  border-style: solid;
   background-image: url(../images/boxbody.gif);
   background-repeat: repeat-y;
   text-align: left;
}

h2 {
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
  border: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  text-align: left;
  font-weight: normal;
}

#logo  {
     align: center;
}

#logo a {
     border: 0;
     text-decoration: none;
}


#logo a hover {
     border: 0;
     text-decoration: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


#menu {
   float:left;
   width:100%;
   background:none;
   overflow:hidden;
   position:relative;
}

#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 11pt;
   text-align:center;
}

#menu ul li {
   display:inline;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#menu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 15px;
   background:#000000;
   color: #FFFFFF;
   text-decoration:none;
   line-height:1.3em;
}

#menu ul li a:hover {
   border-bottom:1px solid #1861AF;
    color: #FFFFFF;
}

#menu ul li a:active {
   border-bottom:1px solid #1861AF;
    color: #1861AF;
}

#menu ul li .selected {
      color: #1861AF;
      font-weight: bold;
}

/*Home Rotator*/

{
	margin: 0;
	padding: 0;
}


/*Image Rotator*/

{
	margin: 0;
	padding: 0;
}


#rotator
{
	overflow: hidden;
	position: relative;
        padding: 30px 30px 0px 30px;
	width: 500px;
	height: 350px;
        float: left;
}

#rotator img
{
	display: none;
	position: absolute;
        float: left;
}

