/* CSS Document */
/* Custom Styles */
.title{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.newstyle{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002453;

}

.pagefooter{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002453;

}


/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;

  color: #000000;
}

h4{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;

  color: #000000;
}

body, p , div, ul, li{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
/*div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}*/
/* Randall's Custom Styles */
.SWContentBody a:link {
	color: #024438;
}
.SWContentBody a:hover {
	color: #b9acbb;
	xfont-weight: bold;
}
.SWContentBody a:active, .SWContentBody h1, .SWContentBody h2 {
	color: #573d64;
}
.SWContentBody a:visited {
	color: #42766a;
}

.SWContentBODYMinusLeftNavigation div {
line-height: 20px;
}