
/* Here is layout stuff */

img.bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	min-width:904px;
	min-height:303px;
}


div.outerFrame {
	/*Black border around outside */
	border-width: 2;
    border-style : solid ;
    border-color : black; 
	
	/*Attempt to align the div */
	top: 50%;
	left: 50%;
	margin-left: -452px;
	margin-top: -275px;
  
	/*Other basic div properties */
	background: #000000;
    position: absolute;
    z-index: 2;
    width: 904px;
    height: 550px;
  /*margin: auto; this will only work if position is relative */
}

div.logo {
  /*background: #f00;*/
  position: abslute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 500px;
}
div.menuBanner {
  background: #edb700;
  position: absolute;
  z-index:2;
  top: 52px;
  left: 0px;
  width: 100%;
  height: 31px;
  vertical-align:top;
}
div.topbnr{
  background-color: white;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  height: 52px;
  width: 904px;
  text-align: right;  
}
img.logo{
position: relative;
z-index: 3;
}
div.mainFrame {
  position: absolute;
  z-index: 1;
  top: 83px;
  left: 0px;
  width: 904px;
  height: 303px;
  background-color: #FFFFFF;
}
div.btmbnr{
  background: white;
  position: absolute;
  z-index: 1;
  top: 525px;
  left: 0px;
  width: 904px;
  height: 26px;
}
div.btmspecial{
  background: #FFFFFF;
  position: absolute;
  z-index: 1;
  top: 386px;
  left: 0px;
  width: 904px;
  height: 139px;
}
div.footer{
position: absolute;
top: 560px;
width: 904px;
height: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #002942;
text-align:center;
}

table.contents{
border-spacing: 0px;
margin: 0px;
border: 0px;
padding: 0px;
}

/*classes for bottoms specials links to blend color */

/* Old stuff that doesnt work 
a.btm{color:#ffffff;}
a.btm:link{color:#ffffff;}
a.btm:active{color:#ffffff;}
a.btm:visited{border:1px solid #ffffff;}
a.btm:hover{border:1px solid #ffffff;}
a.btm:visited{border:1px solid #ffffff;}
*/

A:link img.btm, A:visited img.btm, A:active img.btm {border-color: :#ffffff;}
A:hover img.btm {border-color: :#ffffff;}

/*classes for content page links to blend color */
a.content{
color: #000000;
}
a.content:hover{
color: #000000;
}
a.content:visited{
color: #000000;
}
a.content:active{
color: #000000;
}

/* Here starts the menu table css items */
table.menu{
border-spacing: 0px;
margin: 0px;
border: 0px;
padding: 0px;
height: 31px;
width: 904;
background-color: #edb700;
}

tr.menu{
height:31px;
}

td.menu{
/*background color for banner menu item*/
background-color: #edb700;
height: 31px;
}

/*Here is some more menu css stuff */
/* these are for the  items shown directly in the banner */
/*bannermenu are for items with no submenu bannermenu2 is for items with submenus */
a.bannermenu{
font-size:15px;
color: #000000;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:visited{
font-size:15px;
color: #000000;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:active{
font-size:15px;
color: #000000;
font-family:arial;
font-weight: bold;
text-decoration: none;
}
a.bannermenu:hover{
font-size:15px;
color: #555555;
font-family:arial;
font-weight: bold;
text-decoration: none;
}

a.bannermenu2{
font-size:15px;
color: #000000;
font-family:arial;
font-weight: bold;
}



