@charset "utf-8";
/************************************************/
/* HTML global default tag styles				*/
/************************************************/
html, body {
	background-image: url(/globalImages/background/bgrd_fade.gif);
	background-repeat: repeat-x;
	background-color: #7CB3F1;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/************************************************/
/*Layout Divs									*/
/************************************************/

/****************containers**********************/

.globalStyles #mainContainer {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
}
.globalStyles #push {
	height: 40px;
}
/********************header****************************/

.globalStyles #header {
	height: 180px;
	background-image: url(/globalImages/banner/banner_stratplan.jpg);
}
#globalHeaderSpacer {
	height: 70px;
	width: auto;
}
#Bottom {
	height: 70px;
}
/****************welcome text**************************/

.globalStyles #welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #73A5CC;
	text-indent: 20px;
	padding: 10px 0;
}
/**********sideColumn***********************************/
 
.globalStyles #sideColumn {
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	margin-left: 20px;
}
/*******************main content*****************************/
.globalStyles #mainContent {
	border-left: 2px solid #73A5CC;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer/************************footer************************/ {
	background:#A1A1A1;
	color:#FFFFFF;
	text-transform: capitalize;
	text-align: left;
	height: 100px;
	padding: 20px;
	width: 960px;
	margin: 0 auto;
}
#footer a:link, a:visited {
	color:#fff;
}
#footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#000;
}
/************************************************/
/*	Browser Hacks								*/
/************************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/************************************************/
/*	Page styles							*/
/************************************************/

/****************navigation********************************/
#Toplinks {
	padding: 15px;
	float: left;
	width: 266px;
	color: #FFF;
	border: 0;
	font-size: 12px;
	height: 20px;
}
#Toplinks a {
	color: #FFF;
	text-decoration: none;
}
#Toplinks a:hover {
	text-decoration: underline;
}
#LogoLeft {
	display: block;
	float: left;
	border: 0;
	text-align: right;
}
#LogoRight {
	display: block;
	float: left;
	border: 0;
}
#Searchbox {
	float: right;
	width: 260px;
	border: 0;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#Searchbox form {
	margin-bottom: 0;
}
#MainNav {
	clear: both;
	background-color: #FFFFFF;
	text-align:center;
	padding: 5px 0px
}
#MainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#MainNav li {
	display: inline;
	font-size: 12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform: capitalize;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
#MainNav a {
	text-decoration:none;
	color: #000;
}
#MainNav a:hover {
	text-decoration:underline;
}
/****************text and links********************************/


#sectionTitle {
	width: auto;
	position: relative;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #700017;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #EF1217;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px;
	padding: 0px;
}
h1 {
	font-size: 16pt;
	color: #CC3300;
}
h2 {
	font-size: 14pt;
	color: #0099FF;
}
h3 {
	font-size: 11pt;
	color: #334d55;
}
h4 {
	font-size: 10pt;
	color: #333333;
}
h5 {
	font-size: 10pt;
	color: #334d55;
}
ul {
	list-style-type: circle;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
#keyStrategy {
	border: 1px solid #73A5CC;
	padding: 3px;
	background-color: #CCCCCC;
}
#keyStrategy .label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #700017;
	font-weight:bold;
}
.TooltipContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFBE0E;
	padding: 5px;
	width: 200px;
	cursor: pointer;
}
sup {
	text-decoration:underline;
}
.pullquote {
	float: right;
	margin: 0 0 5px 5px;
	padding: 5px 0;
	border-top: #A1A1A1 10px solid;
	border-bottom: #A1A1A1 10px solid;
	width: 300px;
}
#sidebar1 ul.navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
#sidebar1 ul.navigation li {
	margin-bottom: 15px;
}
#sidebar1 ul.navigation li li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#sidebar1 ul.navigation a {
	text-decoration: none;
	color: #700017;
}
#sidebar1 ul.navigation a:hover {
	color: #ef1217;
	text-decoration: underline;
}
#sidebar1 ul.newslinks {
	list-style-type: circle;
	margin-left: 15px;
	padding: 0;
}
#sidebar1 ul.newslinks li {
	margin: 5px 15px;
}
#sidebar1 ul.newslinks a {
	text-decoration: underline;
	color: #700017;
}
#sidebar1 ul.newslinks a:hover {
	color: #EF1217;
	text-decoration: underline;
}
.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 10px;
}
.picture img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
.right {
	margin: 5px 0px 5px 5px;
	float: right;
}
.left {
	float:left;
	margin: 5px 5px 5px 0;
}
.strategicPlan {
	margin-left: 10px;
	float: right;
}
.update{
	border: 1px solid #73A5CC;
	padding:2px;
	background-color:#EBEBEB;
}
.table, .table td {
	border: 1px solid #CCCCCC;
}

