@charset "UTF-8";
.twitter {  /* trying to get control over twitter logo placement */
	position: relative;
	bottom: -50%;
	alignment-adjust:central;
}
.news_scroll {  /*scroll bar for college commits */
	background-color: #CCC49F;
	marquee-direction: reverse;
	marquee-style: scroll;
	marquee-speed: fast;
	marquee-play-count: infinite;
	height: 40px;
	padding-top: 15px;
}

/* ~~ The footer ~~ */
.footer {
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-attachment: fixed;
	/***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
	background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(255, 255, 255) ),
        color-stop( 1.0, rgb(0, 95, 39) ));
	/*  Chrome 10+ Safari 5.1+ Mobile Safari  */
	background-image: -webkit-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(0, 95, 39) );
	/*  Firefox 3.6+  */
	background-image: -moz-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(0, 95, 39) );
	/*  IE 10+  */
	background-image: -ms-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(0, 95, 39) );
	/*  Opera 11.10+  */
	background-image: -o-linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(0, 95, 39) );
	/*  W3C  */
	background-image: linear-gradient(top,
        rgb(255, 255, 255), 
        rgb(0, 95, 39) );
}
.phone {
	color: #0337EF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
