/* CSS Document 
Created: June 2, 2010 - last update: December 2, 2010
Author: Joe Ann Scott  this is the style sheet for the home pages of the site.
this goes with the Maintemplate pages.  
 */


p {
font-weight:bold;
}
.headimg {
background-repeat:no-repeat;
}

/* border color of beige THE HOME "ABOUT US" SECTION */
.accentborderTop {
border-top:solid .1em #7c6107;
}
.accentborderBottom{
border-bottom:solid .1em #7c6107;
}
.accentbground {
background-color:beige;
}

/* STYLING FOR THE ACADEMIC SECTION  border color of blue -  
                             */
.borderTopblue {
border-top:solid .1em #10156a;
}

.borderBottomblue{
border-bottom:solid .1em #10156a;
}

/*
.borderRightblue{
border-right:solid .1em #10156a;
}
*/

.borderBlack{
border: solid .1em #000000;
} /*use with images*/




/* This is for each of the course section Navigation Layout */

.courseNav{
font-size:.8em;
font-weight:bold;
font-style:small caps;
text-align:center;


}




#COURSEtitle{
text-align:center;
font-face:Elephant;
font-weight:bold;
}
/* End of Course Formating*/

/* Use anywhere on the site - Different Navigation styling */
.content {
font-size:12points;
font-weight:bold;
font-style:small caps;

}

.sectionNavigation{
font-size:.8em;
font-weight:bold;
font-align:center;
font-style:small caps;
background-color:#eaebfc;

}

.tinyNav {
font-size:.8em;
font-weight:bold;
border-right:solid .1em #10156a;
font-style:small caps;
}

.footerNav {
font-size:.8em;
font-weight:bold;
font-style:small caps;
}

.mediumNav {
font-size:.9em;
font-weight:bold;
font-family: bradley hand ITC;
}

.bgroundltBlue {
background-color:#eaebfc;
} 
/* Use anywhere on the site - Different Navigation styling */


/*the title at the very top of each page */
#PAGETITLE{
border-bottom:solid .1em black;
font-face:Elephant;
}


/*navigation at the bottom of each page*/
#bottomnav {
font-size:.8em;
text-align:center;
}
