body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/************** IMPORTANT ****** 
Set this the same as the main body portion of the site
*/
body.mceContentBody {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 23px;
}

p {
	margin:0;
	padding:0;
}

h1 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
}

h2 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
}

h3 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
}

h4 {
	font-family: "Open Sans",Arial,Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.black-link a, a.black-link {
	color: black;
}

.border1pxblack {
	border: 1px solid black;
}

.border-shadow {
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.critical-text {
	color: #FF0000;
}

.dialog-launcher {
	text-decoration: underline;
	border-bottom: 1px dashed black;
}

.entryblock {
	display: block;
}

.fadefrombottom {
}

.fadefromcurrent {
}

.fadefromleft {
}

.fadefromright {
}

.HomePageStory1 {
	overflow: auto;
}

.HomePageStory2 {
	overflow: auto;
}

.HomePageStory3 {
	overflow: auto;
}

.HomePageStory4 {
	overflow: auto;
}

.img-border-shadow img {
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded10-border-shadow img {
	border-radius: 10px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded5-border-shadow img {
	border-radius: 5px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #666;
}

.img-rounded5-border img {
	border-radius: 5px;
	border: 1px solid #000;
}

.img-rounded5 img {
	border-radius: 5px;
}

.important-text {
	font-size: 1.2em;
	font-weight: bold;
}

.link-button {
	background-color: #19448C;
	background: linear-gradient(to bottom, #235AB2, #163A72);
	color: #FFF;
	font-size: 85%;
	display: inline-block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border: 1px solid #19448C;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*box-shadow: 2px 2px 5px #888;*/
}

.link-button:link, .link-button:visited {
	color: #ddd !important;
}
.link-button:hover {
	color: #FFF !important;
	box-shadow: 2px 2px 5px #333;
}

.notebox {
	display: block;
	margin: 20px;
	/*background: linear-gradient(center top, #FFFFFF, #CBBCD6);*/
	background-color: #CBBCD6;
	color: #306;
	padding: 10px;
	border: 1px solid #306;
}

