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

body {
background: #79AEFF /*url(images/test.png) top left no-repeat fixed; */;
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

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

#top {
background: url(images/bgtop2.png) top center no-repeat;/* bgtop2 */
width: 800px;
height: 78px;   /* wa78 */
}

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

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

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

#header {
background: url(images/header3.png) top center no-repeat; /*  was header3.png  */
width: 760px;
height: 166px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
width: 130px;      /*              was 200px             */
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 35px;
/*voice-family: "\"}\""; 
voice-family: inherit;*/
height: 15px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy; /*  was fff  */
display: block;
background:  url(images/off1.png);  /*  was off.png  */
padding: 5px 0 0 5px;
height: 15px;
text-align: left;
}
	
#menu li a:hover {
color: #FF0000; /*  was 0A2441 */
background:  url(images/on1.png);  /*  was on.png  */
padding: 5px 0 0 5px;
height: 15px;
text-align: left;
}	

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

#stuff {
width: 600px;  /*  was 525px  */
margin: 0px 0px 0px 135px;  /*  was 0px 0px 0px 210px;  */
border-left:outset 1px ;padding:10px;border-color:black;
}

img {
border: none;
} 

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

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 78px;
}

p			{font-family:"comic sans ms",sans-serif;
				font-size:95%;color:black;
			}
			
			
a 			{	font-family:sans-serif;font-weight:bold;
				font-size:78%;color:navy;
			}
			
a:link,a:visited
			{color:black;background-color:lime; 
 			}				 
a:focus, a:hover 
			{color:red;background-color:#ececec; 
			}
a:active 
			{color:maroon;background-color:#ececec;
			}
img.female	{
				float:right;margin:auto;
				 
				
			} 			
			
.highlight	{font-family:sans-serif;font-weight:bold;
				font-size:110%;color:blue;			 
			}
.highlight2	{font-family:"comic sans ms",sans-serif;font-weight:bold;
				font-size:90%;color:red;		 
			}
.highlight3	{font-family:sans-serif;font-weight:bold;
				font-size:100%;color:navy;		 
			}
.highlight4	{font-family:sans-serif;font-weight:bold;
				font-size:120%;color:red;		 
			}			
			
#addstuff {height: 60px;}			
			
.hidden	{color:#ceedff;		 
			}			
			
.change	{color:red;		 
			}			

			
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:300px;background:#ffff00;border:2px double #000080;text-align:left;padding:5px;/*min-height:1em;-moz-border-radius:5px;*/ }
body div#toolTip p { margin:0;padding:0;color:#000;font:13px/14px verdana,arial,sans-serif;font-weight:bold; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#000; }		
			
form {float:right;}			

/*#add0 {display:none;  }*/
/*#add1 {display:none;  }*/
/*#add2 {display:none;  }*/			
/*#add3 {display:none;  }*/
/*#add4 {display:none;  }*/
/*#add5 {display:none;  }*/
/*#add6 {display:none;  }*/
/*#add7 {display:none;  }*/
/*#add8 {display:none;  }*/
/*#add9 {display:none;  }*/			
/*#add10 {display:none;  }*/
/*#add11 {display:none;  }*/
/*#add12 {display:none;  }*/
/*#add13 {display:none;  }*/
/*#add14 {display:none;  }*/
/*#add15 {display:none;  }*/




						