
/**************************************************/
/*                                   Body and Wrapper	*/
/**************************************************/

body {
background: #000099 url(/graphics/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 9pt/11pt helvetica, arial, sans-serif;
color:#000066
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

#bannerAd{
position:absolute;display:none;height:auto;font-family: Helvetica,Arial,Sans-serif;font-size: 11px;overflow: hidden;
}


/**************************************************/
/*                                       Top Piece	*/
/**************************************************/

#top {
background: url(/graphics/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content	*/
/**************************************************/

#content {
background: url(/graphics/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}


/**************************************************/
/*                               All the content	*/
/**************************************************/
/* background: url(/graphics/header3.jpg) top center no-repeat; */

#header {
background: url(/graphics/newhead45.gif) #990033 top center no-repeat;
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 20px;
color: white;
font-size: 12px;
text-align: right ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: center;
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: #000066;
display: block;
background:  url(/graphics/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}
	
#menu li a:hover {
color: blue;
background:  url(/graphics/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}	


ol {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}


#stuff {
background:  url(/graphics/texttop.png) top left no-repeat;
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
border: 2px navy;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom		*/
/**************************************************/

#bottom {
background: url(/graphics/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

/**************************************************/
/*                                       Other		*/
/**************************************************/

a.a1 {color:white;font-size:10pt;}
a.a1:hover {color:#990033}

.smalltextbox {
color:#000066;font-size:9pt;background-color:#55D5F5;
}

.print { display: none; }