/* Sitewide Information */

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.title {
	font-size:17px;
	color:#b94a2e;
	font-weight:600;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

.description {
	font-size:12px;
	color: #000000;
	font-weight:500;
	font-family: Helvetica, arial, sans-serif;
	font-style:italic;
}

.subdescription {
	font-size:11px;
	color: #474747;
	font-weight:600;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.redtext {
	color:#b94a2e;
	font-weight:600;
}

.blacktext {
	color:#000000;
	font-weight:600;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.quicklinks {
	font-size:15px;
	color:#000000;
	font-weight:600;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Sitewide Information */






/* Table and Cell Styling Information */

.bodytable {
	margin-top:5px;
}

.navigationbg {
	background-image: url(images/navigation_bg.gif);
}

.contentarea {
	background-color:#ffffff;
	text-align:justify;
}

.greyfooter {
	background-image: url(images/footer_bg.jpg);
	color:#ffffff;
	font-weight:500;
	font-size:11px;
}

.rightnav {
	background-image: url(images/rightnav_bg.jpg);
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/* Hyperlink Styling */

.sublinks {
	color: #004580;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.sublinks:hover {
	color:#b8492e;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

a {
	color: #004580;
}

a:hover {
	color:#cb5430;
}

.navlinks {
	color: #ffffff;
	font-size:15px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:lighter;
	text-decoration:none;
	letter-spacing: 0px;
	font-weight:600;
}

.navlinks:hover {
	text-decoration: underline;
	color: #ffffff;
}

.rightnavlink {
	color: #000000;
	text-decoration:none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.rightnavlink:hover {
	color: red;
	text-decoration:none;
}


.footer {
	color: #ffffff;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
}

.footer:hover {
	text-decoration: underline;
}


/* End Hyperlink Styling */

.dottedline { border:none;border-top:dotted 1px; }
