@charset "utf-8";
/* This file contains all of the CSS styles that users will have access to while editing in Contribute */
/* Styles in this file should be restricted to text styles, and possibly background and border colors for a div or span block */
/* Users will have access to every style in this file.  Do not put a style here that could cause problems on the site */

/* Main page title */
h3 {

}

h4 {

}

.pageheader {
	color: #5b8dc6;
	font-weight: bold;
   font-size: 140%;
}

.subheader {
	color: #fb7000;
	font-weight: bold;
	font-size: 115%;
}

.subheader2 {
	color: #9a926b;
	font-weight: bold;
	font-size: 105%;
}

.subheader3 {
	font-style:italic;
}

/* Makes text bold and red for warning/important messages */
.warning {
	font: normal normal 900 11px verdana;
	color:#993300;
	text-align: center;
}

.redtext {
	color:#993300;
}

.Center_Text {
	text-align:center;
	width: 100%;
}

.Right_Align_Text {
	text-align: right;
	width: 100%;
}

/* Single dashed line to divide different sections on a page */
.divider {
	border-top: 1px dashed #999999;
	width: auto;
	margin: 0 0 4px 0;
	padding-bottom: 4px;
}

.subcaption {
	font: italic normal normal .85em Verdana;
	color:#999999;
}

.Small_Text {
	font: normal normal normal .85em Verdana;
}
