@charset "UTF-8";
/* CSS Document */

<style type="text/css" media="all">

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/siteWide_CAFR/background_2009_CAFR.jpg);
	background-repeat: repeat-x;
	background-color: #002596;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a {
	color: #651f76;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #83389b;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #002596;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #651f76;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #002596;
}
a.lite {
	color: #651f76;
	text-decoration: none;
	font-weight:normal;
}
a.lite:visited {
	color: #83389b;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.lite:hover {
	color: #002596;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a.lite:focus {
	color: #651f76;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a.lite:active {
	color: #002596;
}


.aMiniNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.aMiniNav:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.aMiniNav:focus {
	text-decoration: underline;
	color: #FFFFFF;
}
a.aMiniNav:visited {
	color:#FFFFFF;
	font-weight:normal;
}

a.greenButton {
	color: #FFF;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/siteWide_CAFR/greenButtonA_CAFR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

a.greenButton span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 10px;
	background-color: transparent;
	background-image: url(../images/siteWide_CAFR/greenButtonSpan_CAFR.gif);
	background-repeat: no-repeat;
} 
a.greenButton:active {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}

a.greenButton:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
} 
.blueText {
	color: #002596;
	font-size: 12px;
	font-weight: normal;
}
.checkbox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.dividerColorMiniNav {
	color: #cba5d7;
}
.formTable {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Commonly used to style page titles. */
h1 {
	color: #00693e;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-bottom: 4px;
	line-height: 24px;
}

.h1Admin {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-left: 10px;
}

/* Commonly used to style section titles. */
h2 {
	color: #00693e;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #002596;
	padding-top: 10px;
}
.h2First {
	color: #00693e;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 10px;
}
.h2NoBorder {
	color: #00693e;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #002596;
	text-decoration: none;
	margin-bottom: 5px;
}
.h3Divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #002596;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00693e;
	padding-top: 8px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #002596;
	text-decoration: none;
	margin-bottom: 5px;
}
.h4Divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #002596;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00693e;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

#hide {
	display: none;
}

.imageBorder {
	display: inline-block;
	border: 1px solid #00539f;
	margin-top: 12px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.imageBorderHome {
	background-color:#FFFFFF;
	border: 1px solid #00539f;
	display:inline-block;
	margin:3px 4px 4px;
	padding:5px;
	vertical-align:middle;
}

.liReal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.liSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.listing    {
	height: 14px;
	color: #000000;
	border: 2px solid #002596;
	margin-top: 2px;
	padding-top: 0px;
}
.olReal {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: decimal;
}
blockquote {
	margin: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
}

.pFirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-top: 1px;
	padding: 0px;
}
.pFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin-top: 8px;
	padding: 0px;
	line-height: 14px;
	margin-bottom: 8px;
}

.pSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	margin-top: 10px;
}
.pSmallFirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
	line-height: 14px;
	margin-top: 0px;
}
.searchButton    {
	margin-left: 5px;
	margin-top: 0px;
	height: 24px;
	padding: 0px;
	color: #FFF;
	background-image: url(../CSSMenuWriter/cssmw_content_images/center.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.searchButton:hover    {
	background-image: url(../CSSMenuWriter/cssmw_content_images/center_hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.searchBox {
	margin-top: -3px;
}

.tinyBtn {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(../images/siteWide_CAFR/greenButtonSpan_CAFR.gif);
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tinyBtn:active {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
}
.ulReal {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: disc;
}
a.aMiniNav:active {
	color:#FFFFFF;
	font-weight:normal;
}
.ulRealNoBullets {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

</style>

<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

</style>
