/* CSS Document */


/* ENGLISH VECTOR GRAPHIC */
#header h1 {
	background-image: url("../images/background/Quill_and_ink.gif");
	background-repeat: no-repeat;
	background-position: right;
        }

/* ADDED TO CENTER STUDY ABROAD REGION--Added by: Stephanie Enoch 7-20-09 */
#studyabroad {
        margin-left: 10px;
        margin-bottom: 10px;
}


.professors {
text-align: center;
padding-bottom: 15px;
}

#events {
        text-align: center;
        }

#events h3 {
        font-size: 1.5em;
        }

#events p {
	padding: 0px 15px 0px 15px;
	}

#events a {
	color: #1F3258;
        font-weight: bold;
        text-decoration: underline;
	}

#events a:visited {
	color: #1F3258;
        font-weight: bold;
        text-decoration: none;
	}

#events a:hover {
	color: #1F3258;
        font-weight: bold;
        text-decoration: underline;
	}

#spotlight .lightblue {
        background-color: #58759B;
        }
/*Edited by Caleb Redman 10/27/09*/
#events .lightgray {
        background-color: #EFEFEF;
        width: 150px;
        padding-left: 10px;
        margin-left: 15px;
        }

#events .lightgray img {
margin-left: -15px;
margin-bottom: 10px;
padding: 0px;
}

#events .lightgray h3 {
       color:#1F3258;
       }
