/* CSS Document */
@import url(global.css);
#column1, #column2 {
	color: #000000;
	background-color: #ffffff;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
}
#column1  {
	background-color: #cccc99;
	width: 230px;
	margin-left: 2px;
}
#column2  {
	background-color: #fff;
	width: 450px;
	border: solid 2px #000;
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}
div#announcements {
    width:230px;
    height:120px;
	border: solid 2px #000;
	margin-bottom: 15px;
	background-color: #FFFFFF;
} 
div#announcements p{
	padding: 0 5px 5px 5px;
	}
div#location {
	width:230px;
	border: solid 2px #000;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 3px;
} 
div#location p{
	padding: 0 5px 5px 5px;
	margin-top: -5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	}
#logos  {
	text-align: left;
	width: 230px;
	height: 160px;
	margin-top: 15px;
	margin-left: 5px;
}
#welcomemsg{ 
	color: #000; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: normal; 
	line-height: 28px; 
	text-align: center; 
	padding: 5px}

