body {
	font-family: Arial, Helvetica, sans-serif;
     width: 100%;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #23427A;
	font-size: 14px;
}

.captionlink {
	font-weight: normal;
	font-size: 11px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
/* this code will place a image avilable in yellow next to the news release */
.news_extra {
	color: #FFFF00;
	font-style: italic;
}

.maintitle {
	font-size: 24px;
	font-weight: bold;
	padding-left: 2px;
}

.ivorytitle {
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
}

.LETitles {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.Subtitle{
	font-size: 14px;
	font-weight: bold;

}

.caption {
	width: 250pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666;

}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	color: #000000;
}


#imager {
	float:right;
	width: 230pt;
	padding-left: 12px;
	padding-bottom:10px;
}

#imagel {
	float:left;
	width: 230pt;
	padding-right: 10px;
	padding-bottom:10px;

}

.newsdate {
	font-size: small;
	color: #FFFF00;
}
.newslink {
	font-size: small;
	color: #FFFFFF;
}
.newsimage {
	font-size: small;
	font-style: italic;
	color: #FFFF00;
}

#rightNews {
	border-left:thin;
	border-color:#666;
	border-left-style:dashed;
	padding-left:10px;
}
a:hover
{
	color:#23427A;
	background-color: transparent;
	text-decoration: underline;
}

.box {
	background-color: #FFF;
	background-image:url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	padding: 3px;
	border: 1px solid #CCC;
}

.box2 {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}

.boxSpeical {
	background-color: #FDD017;
	background-image:url(../images/orange-bg.jpg);
	border: 1px solid #CCC;
}

a:visited{
	color:#43607D;
}

#photo{
		float:right;
		width:300px;
		margin-left:5px;
		text-align:right;
		height:100%;
}


.hyperlink{
	text-decoration: none;
	font-weight: bolder;
	color: #039;
	font-size: 12px;
}




a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: none;
    cursor: text;
}

/* Adjust px here (1024px for tablets maybe) */
@media only screen and (max-device-width: 480px) { 
    a[href^="tel"]:link,
    a[href^="tel"]:visited,	
    a[href^="tel"]:hover {
        text-decoration: none;
        pointer-events: auto;
        cursor: default;
    }
}