/*Structure of Main Page Divisions*/

body { background-color: #004400;}

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

#head {
padding: 1px; width:956px;
}

#topnav {
position:absolute; width:955px;margin-top: 10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:white;padding-top:2px;padding-bottom:2px;text-align:center;border:2px solid white;z-index:2;}
#topnav a {color:white;text-decoration:none; padding-left:1.9%;padding-right:1.9%;font-size:1.2em;}
#topnav a:hover {color:#D3D3D3;}

LEFT SIDE LINKS

#menuleft {
 position: relative; top: 165px;
 float: left;
 width: 200px;
 
}


#menuleft li {
  list-style-type: none;
  width: 10em;
  text-align: center;
  margin-left: -2.5em;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;
}

#menuleft a {
  text-decoration: none;
  color: white;
  display: block;
  border: 1px white;
  background-color: #004400;
}

#menuleft a:hover {
  border: 2px white inset;
}


#main{
  position: absolute;
  top:152px; left: 190px; width: 770px; /*changed width from 760  */
  border: 2px solid #344A2C;
  padding-left: .5%;
  padding-right: .5%;
  background-color: #f5f5dc;
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
}

#bullets{
	font-size:1.4em;
font-weight:bold;
letter-spacing:-1px;
color:#592671;
}

/*This section centers the links in the middle of the main section and formats them.*/
#mainpage-centerlinks {
width:740px;margin-top: .5px;font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps;color:#344A2C;padding-top:.5px;padding-bottom:1px;text-align:center; border:none;}

#mainpage-centerlinks a {color: #344A2C;text-decoration:none; padding-left:.9%;padding-right:.9%;font-size:1.3em;}

/*This section centers the main address on the main page*/
#mainaddress {
text-align:center; border:none;}

*.collegegreen {color: #344A2C;}

/*This section will center any text element on a page*/
.center {
text-align:center;}


/*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;}
	
table.center {margin-left:auto; margin-right:auto;}

span.warning {font-size:115%; font-weight:bold; color:#CC0033;}
	
.libtable {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-variant:small-caps;color:blue;
}

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