

#header {
  background: #000000;
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 26px;
}



font.NewsHeader{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color: #CC6600;
font-weight:700;}
	

#header2 {
  background-image: url(images/header2BG.png);
  background-repeat:repeat-x;
  position: absolute;
  top: 27px;
  left: 0px;
  width: 100%;
  height: 80px;
}

#aheader2 {
  background:#242223;
  position: absolute;
  top: 27px;
  left: 0px;
  width: 100%;
  height: 50px;
}


#menublock {
background-color:#000000;
  position:absolute;
  top: 108px;
  left: 0px;
  width: 100%;
  height: 21px;
}

#menublockIN {
  position:absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  height: 23px;
}

#amenublock {
background-color:#000000;
  position:absolute;
  top: 78px;
  left: 0px;
  width: 100%;
  height: 21px;
}

#amenublockIN {
  position:absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  height: 23px;
}


#bodyblock {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	position: absolute;
	min-width:800px;
	top: 130px;
	left: 0px;
	width: 100%;
	overflow: visible;
}



#introblock {
	background-color:#000000;
	position: absolute;
	min-width:800px;
	top: 27px;
	left: 0px;
	width: 100%;
	overflow: visible;
}




table.menubg {
	background-attachment: scroll;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}


table.blackOutline{
background-color:#FFFFFF;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
}

table.section1{
background:url(images/sectbg.png);
background-repeat:repeat-x;
}

table.minimenu{
border-left:hidden;
border-right:hidden;
border-bottom-style:double;
border-top-style:hidden;
border-bottom-width:thin;
}


table.homeTable{
	background:url(images/bgBlackRoundRect.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
	
}


table.contentTable{
width:604px;
background:url(images/grayBG.png);
background-repeat:repeat-x;
border-width:1px;
border-color:#000000
}

contentDiv{
position:fixed;
height:500px;
width:604px;
background-color:#000000;
border-width:3px;
border-color:#000000;
}



/*links */

a.inlinelink:link{
color:#993300;
text-decoration: underline;
}

a.inlinelink:hover{
text-decoration:underline;
color:#993300;
font-weight:500;

}

a.inlinelink:visited{
text-decoration:underline;
color:#993300;
font-weight:500;

}


a.toplink:link{
text-decoration:none;
border:none;
color:#FFFFFF;

}


a.toplink:visited{
text-decoration:none;
border:none;
color:#FFFFFF;

}

a.toplink:hover{
text-decoration:none;
border:none;
color:#666666;

}

a.menulink:link{
color: #FFFFFF;
text-decoration: none;
}

a.menulink:visited{
color: #FFFFFF;
text-decoration: none;
}

a.menulink:hover{
color:#CCCCCC;
text-decoration: underline;
}



A:link{border:none; color: #2C0306; text-decoration:none;}
A:visited{border:none; color:#2C0306; text-decoration:none;}
A:hover{border:none; color:#ffffff;}


.style32 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style33 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style34 {font-size: 14px}
.style35 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;

}
.style36 {
	color: #2B0306;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style37 {color: #FF0000}


input.button {
  color: #fff; 
  background: #999999;
  font-size: 1em;
  font-weight:100;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border:none;
  height:21px;
  }
  
  
  input.cButton {
  color: #fff; 
  background: #666666;
  font-size: 1em;
  font-weight:100;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border:none;
  height:25px;
 
  }
 
 input.cButton:hover
 {background-color:#53000c;}
 
  
  
  input.aButton {
  color: #fff; 
  background:none;
  font-size: 1em;
  font-weight:100;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border:none;
  height:21px;
 
  }
 
 input.aButton:hover
 {background-color:#53000c;}
  
  input.button:hover{background-color:#CCCCCC;}
  ;