/* this section handles the top image/logo */

#mastLogo{ position: absolute; top: 5px; left: 1%; border-bottom: 2px solid green; padding:5px; }

/* this section handles the main navigation links on the left side */
#linkIndex{ position: absolute; top: 120px; left: 1%; width: 20%; font-family: Arial, Geneva, sans-serif; font-size: 10pt; line-height: 140%;}


/* this section handles content in the center of the home page and selected other pages and limits width */

#contentsBoxMain{ position:absolute; top: 115px; left: 22%; width: 650px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;  border-left: 2px solid green; padding: 0px 5px;  }


/* this section handles content in the center of all pages without a section named contentsBoxMain */
#contentsBox{ position:absolute; top: 115px; left: 22%; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;  border-left: 2px solid green; padding: 0px 5px; }



/* this section handles format of course categories on catalog page */

/*#courseClass {font-family: Arial, Geneva, sans-serif; font-size: 9pt;}*/

/* this section handles material in the footer */

#foot{ font-family: monospace; font-size: 9pt; border-top: 2px solid green; padding: 0px 5px; }

h1, h2, h3, h4, h5, h6 {color: #344A2C;}

/*
/* for original values go to astra */
a:link { color:  #071599;}  a:hover {text-decoration: none; color: #000; padding:2px; background-color: yellow; }
*/

*.collegegreen {color: #344A2C;}

*.off {list-style-type: none;}
 
*.botspace {padding-bottom:1em;}

/* this section handles any green box front page notice  */
/*
span.note {
border: green solid 3px; 
float: left;
width: 250px;
margin: 3px;
background-color: #ffffff;
font-size: 10pt;
font-weight: bold;
color:red;}
*/
/* this section handles the green box front page notice in its own paragraph without a float  */
/*note also that the clear left and margin-top declarations provide a space above the box when the user drops font size */
/*
p.box {
clear: left; 
margin-top: 10px;
border: green solid 2px; 
width: 575px;
margin: 2px;
background-color: #ffffff;
font-size: 10pt;
font-weight: bold;
color:red;}
*/

/*this section centers any image on a page and declares it a block element  see academic support center page*/
img.center {
	display: block;
	margin-left: auto;
	margin-right:auto;}


/*p.opener:first-letter {font-size: 133%;}*/