@charset "iso-8859-1";

/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
	top:0px;
background: #f6f6f6 url(images/back_new.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 900px;
padding: 0;
text-align: left;
height:100%;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background:url(images/bgtop_new.png) top center no-repeat;
width: 890px;
height: 88px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle_new.png) center repeat-y; 
width: 866px;

padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header_new.png) top center no-repeat; 
width: 841px;
height: 106px;
margin: 0px 0px 10px 2px;
padding: 60px 0px 0px 20px;
color: white;
font-size: 50px;
font-weight:bold;
text-align:;
}
#subheader {

width: 820px;
height: 40px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
color: white;
font-size: 20px;
font-style:italic;
font-weight:bold;
text-align:right ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 130%;
margin-left: 20px;
float: left;
text-align: left;
font-size:14px;
font-weight:bold;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: center;
}	
	
#menu li a:link, #menu li a:visited {
color: white;
display: block;
background:  url(images/off_new.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}
	
#menu li a:hover {
color: black;
background:  url(images/on_new.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url(images/texttop_new.png) top left no-repeat;
width: 620px;

margin: 0px 0px 0px 230px;
padding-top: 55px;
border: 2px black;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom_new.png) bottom center no-repeat; 
width: 901px;
height: 55px;
}

#intro{
	position:absolute;
	top:40px;
	width:450px;
	margin-left:240px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	color: #ffffff;
	background:;  /* This background color covers the faux column effect that spans the entire holder div */
		}
#news {
position:absolute;
top:460px;
width: 180px;
margin-left:40px;
text-align: left;
font-size:11px;
		}
		
#news p {
	color: #000000; /* third column has a dark color so font must be light for contrast */
}
#bottombannerad{}
.style1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:12px;
	text-align:justify;
}
h2 {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #F00;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
.style2{
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #F00;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}

.floatleft{
	float:left; padding:10px 20px 10px 20px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
}
