/*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%;
  background-color: #f5f5dc;
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
}
#photos {
position:relative;
float:right;
width: 165px;
}

/*This section centers the links in the middle of the main section and formats them.*/
#mainpage-centerlinks {
font-family:Verdana, Arial, Helvetica, sans-serif; color:blue; font-size:15px; padding-top:.5px;padding-bottom:1px;text-align:center; border:none;}

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

/*This section centers the main address on the main page*/

#misc-links {
width: 600px; text-align:center; border:none;}

#reminders {
width: 600px; text-align:center; border:none;}

#mainaddress {
width: 600px; text-align:center; border:none;}



#footer {
clear: both;
}


*.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;}
	

