﻿/*all of the content in the editable area can be controlled by this stylesheet   */
/*-------------------------------------------------*/
/*------------global settings-------------------------------------*/
.caption {
	font-size: 60%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
/*--------------- style variants --------- */
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.mission {
	font-weight: bold;
	font-size: 80%;
	margin: 0px 0px 30px 0px;
	text-transform: capitalize;
	font-style: italic;
	text-align: center;
}
/*---Navigation variants---------------*/
.badge {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.director {
	margin: 0px;
	padding: 0px;
	font-size: 60%;
	text-align: center;
}
.directorSm {
	font-size: 70%;
}
.offsetbox {
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	border: 1px solid #bad7ff;
	margin-bottom: 10px;
}
.offsetbox .report {
	background-color: #FFCC66;
	font-size: 80%;
	line-height: 200%;
	text-align: center;
	margin: 0px 0px 5px 0px;
	border: 1px solid #669390;
}
/*-------*/
.guidebox {
	background-color: #FFF8CE;
	width: 125px;
	height: 550px;
	border: 1px #FFe388 solid;
	float: left;
	padding: 5px;
	margin: 5px;
	background: #FFF8ce url('../images/yellofade.gif') repeat-x left bottom;
}
