@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------*/
/* HEADLINE CLASSES 		*/
/*---------------------------------------------------------------------*/

.SWHeadlinesTitle A {
	font-family: Georgia, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #045341;
	text-decoration: none;
}

.SWHeadlinesTeaser {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* ANNOUNCEMENT CLASSES     */
/*---------------------------------------------------------------------*/

.SWAnnouncements {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*border-top:solid #808080 1px;*/
	/*border-bottom:solid #808080 1px; */
	/*border-right:solid #808080 1px;*/
	/*border-left:solid #808080 1px;*/
	/*background-color: #f5f5f5;*/
}
.SWAnnouncements A{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*border-top:solid #808080 1px;*/
	/*border-bottom:solid #808080 1px; */
	/*border-right:solid #808080 1px;*/
	/*border-left:solid #808080 1px;*/
	/*background-color: #f5f5f5;*/
}

/*---------------------------------------------------------------------*/
/* CALENDAR ACTIVEBLOCK		*/
/*---------------------------------------------------------------------*/
/* Used to format the date */
.SW-Calendar-Block-Date { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin-top:10px;
}

/* Used to format the date */
.SW-Calendar-Block-Time { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #464646;
}

/* Used to format the title */
.SW-Calendar-Block-Title {
	color: #045341;
}

/* Used to format the title link */
.SW-Calendar-Block-Title A { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#045341;
}

/* Used to format the entire list */
.SW-Calendar-Block-Container {}

/* Used to format a single event row */
.SW-Calendar-Block-Event-Container {
	margin-top:5px;
	border-top:solid  #EFEFEF 1px;
}
/* CSS Document */
/* Custom Styles */
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;

  color: #000000;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

  color: #000000;
}

body, p, div  {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000 ;
}

a{
    font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000080 ;

}

.SWNavHover A {

	color: #000000;
}

