/* -------- CSS File for Halifax Camerata Singers */

body				
   {
   background-image:url('images/backgroundContinue.gif');
   background-position: left top;
   background-repeat:repeat-y;
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 10pt;
   color: #333333;
   margin:0px;
   background-color: #00659C
   }




/* -------- Styles for calling and positioning the background images */

#bannerContainer	
   {
   background-image:url('images/background.gif');
   width:900px;
   height:400px
   }

#topImage			
   {
   position:absolute;
   left:167px;
   top:26px;
   width:700px;
   height:150px;
   background-image:url('images/header.gif');
   border-right:1px solid black;
   }





/* -------- Styles for positioning the content */

#mainContent   
   {
   position:absolute;
   left:205px;
   top:200px;
   padding-right:20px;
   }
   
#sidebarContent   
   {
   position:absolute;
   left:10px;
   top:200px;
   padding-right:10px;
   }
       
#sidebarImage   
   {
   position:absolute;
   left:0px;
   top:400px;
   }
 
 #topNavLinks
   {
   position:absolute;
   left:205px;
   top: 170px;
   padding-right:20px;
   }
 
 #leftContent   
   {
   position:absolute;
   left:205px;
   top:200px;
   padding-right:20px;
   }
   
   #rightContent   
   {
   position:absolute;
   left:655px;
   top:200px;
   padding-right:20px;
   }
 /* -------- Styles for formatting text */
 
.bodytext
   {
   color: #333333;
   font-size: 10pt;
   font-family: Arial,Helvetica,Sans-serif;
   font-weight: normal;
   }


.tinytext 
   {
   color: #333333;
   font-size: 8pt;
   font-family: Arial,Helvetica,Sans-serif;
   }
   
.pagetitle 
   {
   color: #0080C0;
   font-size: 16pt;
   font-family: Arial,Helvetica,Sans-serif;
   }

.bold 
   {
   color: #333333;
   font-size: 10pt;
   font-family: Arial,Helvetica,Sans-serif;
   font-weight: bold;
   }

.italic 
   {
   color: #333333;
   font-size: 10pt;
   font-family: Arial,Helvetica,Sans-serif;
   font-style: oblique;
   }


/* -------- Style for links in the left sidebar */

a.nav:link 
   {
   font-family: Times New Roman,Times,Serif;
   font-size: 11pt;
   text-decoration: none;     
   color: #993333;
   font-weight: bold;
   }

a.nav:active 
   {
   font-family: Times New Roman,Times,Serif;
   font-size: 11pt;
   text-decoration: none;     
   color: #993333;
   font-weight: bold;
   }
  
a.nav:hover 
   {
   font-family: Times New Roman,Times,Serif;
   font-size: 11pt;
   text-decoration: underline !important;     
   color: #0080C0 !important;
   font-weight: bold;
   }
  
a.nav:visited 
   {
   font-family: Times New Roman,Times,Serif;
   font-size: 11pt;
   text-decoration: none;     
   color: #993333;
   font-weight: bold;
   }		
   
   
   
/* -------- Style for links in main content area */

a:link 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 10pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }

a:active 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 10pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }

a:hover 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 10pt;
   text-decoration: underline !important;     
   color: #0080C0 !important;
   font-weight: normal;
   }

a:visited 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 10pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }   
   
   

/* -------- Style for tiny text links */

a.tinylink:link 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 7pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }

a.tinylink:active 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 7pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }

a.tinylink:hover 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 7pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
   }

a.tinylink:visited 
   {
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 7pt;
   text-decoration: none;     
   color: #993333;
   font-weight: normal;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}