@charset "UTF-8";
/* CSS Document for the ULM News Center Templates */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
}
#container {
	height: auto;
	width: 428px;
}
#banner {
	height: auto;
	width: 428px;
}
#contact {
	font-size: 0.9em;
	font-weight: bold;
}
.contact_h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}
.photo_credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#contact a:link, a:visited  {
	color: #660000;
	text-decoration: underline;
}
#contact a:hover {
	color: #980000;
	text-decoration: underline;
}
#headline {
	font-size: 0.9em;
	font-weight: bold;
}
#content {
	font-size: .75em;
	line-height: 1.3em;
}
#content a:link, a:visited  {
	color: #660000;
	text-decoration: underline;
}
#content a:hover {
	color: #980000;
	text-decoration: underline;
}
#footer { 
	color: #000; 
	font-size: 10px;  
}
#footer a:link, a:visited { 
	color: #600;
	font-size: 10px; 
	text-decoration: underline;
}
#footer a:hover { 
	color: #900; 
	font-size: 10px; 
	text-decoration: underline;
}
.image_left_with_border {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_with_border {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_no_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	
#contact h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75px;
	font-weight: bold;
}

