/* generic styles for the main content */ 
body{margin:0px 0px 0px 0px;background-image:url('img/background.jpg');} 
a{text-decoration: none;}
h1{} 
h2{font-size:110%;} 
.quotedText{font-style:italic;} 
.centerStuff{text-align:center;border-style:none;display:block} 
img.photo{border:2px black solid;} 

/* main content div */ 
.contentDiv{vertical-align:top;} 

/* left hand navigation bar */ 
.navBar{width:201px;float:left;} 

/* styles for the navBar items */ 
.menu1{font-weight:bold;padding-left:5%;} 
.navSeperator{height:10px;width:100%;background-image:url('img/menubar.jpg');} 
.navBar a{color: #006300;} 
.navBar a:hover{color: #31CE31;} 

/* main content box */ 
.mainContent{margin-left:202px;padding-left:1%;padding-right:1%} 

/* footer bar */ 
.footerBar{clear:both;margin-left:202px;text-align:center;font-size:75%;background-color:#F0F0F0;margin-top:1%;} 

/* style for bar under hearder */ 
.topBar{height:40px;width:100%;background-image:url('img/topbar.jpg');} 

/* styles for the header */ 
.headerBar{height:123px;width:100%;background-image:url('img/templogo.jpg');background-repeat:no-repeat;}