/* CSS Document */


#header h1 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	}

/* Left Content Middle LCM */

#studyabroad {
	margin-right: 10px;
	padding: 10px 10px 10px 15px;
	background-image: none;
	background-repeat: no-repeat;
	}

#studyabroad p {
	background-image: none;
	background-repeat: no-repeat;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	}
	

#studyabroad a{
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight:normal;
	}
	
	/* Styling for bottom left block */
#events{
        background-color: #1F3258;
        margin-right: 10px;
        margin-top: 20px;
        padding: 15px 10px 0px 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#events h3 {
        padding: 0px 5px 10px 0px;
	color: #FFFFFF;
        font-size: 1.4em;
        font-weight: normal;
        text-transform: none;
}

/*Removing yellow arrow from bottom left block */
#events li{
        list-style-image: none;
        color: #FFFFFF;
        font-size: 1em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
}

#events a{
        color: #FFFFFF;
}

#events a:hover{
        color: #FFFFFF;
}

#events a:visited{
        color: #FFFFFF;
}

#events .highlight {
	font-size: .7em;
	text-transform: uppercase;
	}

/*End Styling for bottom left block */
	
#contentMain h2 {
	font-size: 1.6em;
        color: #1F3258;
}
#contentMain h3 {
	text-transform: none;
	color: #1F3258;
	font-size: 1.4em;
	}

/*Styling for top left block (thanks TFMS) */
#menu {
        background-color: #1F3258;	;
        margin:  0px 10px 20px 0px;
        padding: 10px;
}

#menu a {
        color: white;
}

#menu a:hover {
        color: white;
}

#menu a:visited {
        color: white;
}

/* Overiding stubid global css */

ul{
	list-style-position:outside;
}
 
#research tr {
	vertical-align:top;
}


