<!--
/******************************* start general *******************************/
body {
	margin: 0; 
	padding: 0; 
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(null) fixed no-repeat #fff;
	color: #000;
	/* refer to mods.css file for the min width setting for IE */
	min-width: 773px; /* if this is changed then change the width in #banner as well. */
}

p,tr,td,ol,li,ul,table {
	font-size: 1em;
}

h1 {
	font-size: 1.4em;
	background-color: inherit;
	color: #485178;
	margin: 10px 0 0;
}

h2 {
	padding: 10px 0 0;
	font-size: 1.15em;
	font-weight: 700;
	background-color: inherit;
/*	color: #4E7A9A;
	color: #387EA9; */
	color: #555555;	
	font-style: italic;

	}

h3 {
	font-size: 1em;
	font-weight: bold;
	background-color: inherit;
	color: #485178;
}

h4 {
	font-size: 1em;
	background-color: inherit;
	color: #414141;
}

h5 {
	font-size: 1em;
	background-color: inherit;
	color: #000;
	font-style: italic; 
}

#container {
	position: relative; 
	display: block;
	border-left: 175px solid #627fa8;
	background-image: url(right_menu_background.gif);
	background-position: right;
	background-repeat: repeat-y;
	min-height: 360px;
	background-color: #fff;
}

#inner {
	display: block; 
	margin-left: -175px; 
	padding: 0;
}

input.checkbox {
	width: 1.5em;
	height: 1.5em;
}

input.radio {
	width: 1.5em;
	height: 1.5em;
}

fieldset {
	padding: 10px;
	margin: 10px;
}

legend {
	font-size: 1em;
	font-weight: bold;
	background-color: inherit;
	color: #485178;
	padding: 0 10px 0 3px;
}

cite {
	font-weight: bold;
	font-size: 1em;
}

.hiddenElement {
	display: none;
}


.clear {
	clear: both;
	height: 1px;
}

.clearboth { 
	clear: both;
}

/* -------------------- end general ----------------------- */


/* --------------------  Start header ---------------------  */
#banner {
	display: block; 
	height: 130px;
	background-color: #627fa8; 

	color: inherit;
	border-bottom: 1px solid #fff;
	min-width: 773px;
	margin: 0;
}

#banner div.bannerHomeImage {
	position: relative;
	border-bottom: #ccc 1px solid;
	background-color: #3d5670;
	color: inherit;
	height: 35px;
}

#banner div.bannerHomeImage img {
	position: relative;
	width: 400px;
	height: 33px;
	border: 0;
	background: url(header1.gif) no-repeat;
}

#banner div.sectionBannerImage {
	position: relative; 
	left: 0;
	top: 0;
	width: 552px;
/*	border-right: 1px solid #ccc; */
}
/* ------------------- end header ---------------------- */

/* -------------------- Start page content --------------- */

/* refer to the mods.css to make changes to IE browser for this style */
#content {
	display: block;
	margin-left: 190px; 
	margin-right: 190px;
	height: 1%;
	font-size: 1em;
	top: 0;
	left: 0;
	background-color: #fff;
	
}

#content p {
	line-height: 1.5em;
	letter-spacing: .02em;
	background-color: #fff;
}

#content li {
	line-height: 1.5em;
	letter-spacing: .02em;
}


#lastUpdated { 
	font-size : .9em;
	text-align: left;
	padding: 0;
	color: #666666;
	background-color: #fff;
}

#content ul li ul li {
	padding-top: 5px;
}

.quote {
	margin-right: 20px;
	margin-left: 20px;
}

.address {
	margin-left: 25px;
}

 /* -------------- start economic charts ---------------*/
.chart {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 98%;  
  position: relative;
  border: 1px solid #8E907A;
  color: inherit;
}

.chart p.image {
	float: left;
	margin: 10px 10px 5px 5px;
}
.chart p {
	font-size: .95em;
	margin: 5px;
	line-height: 1.0em;
}

.chart h3 {
	margin: 0;
	font-weight: bold;
	font-size: .95em;
	width: 100%;
	background-color: #CAC9BB;
	color: #404040;
	border: solid #fff;
	border-width: 1px;
	padding: .3em .4em .3em;
	line-height: 1.2;
}
 /* -------------- end economic charts ---------------*/

/* ----------------- start Page Link  ----------------- */


a:link {
	text-decoration : underline;
	color : #0000FF;
	background-color: inherit;
		
}
a:visited { 
   text-decoration : underline;
   color : #387EA9;
   background-color: inherit;
}
a:hover {
	text-decoration : underline;
	color : #126BC5;
	background-color: inherit;
}

/* ---------------- end Page Link  ----------------------- */

/* ----------------- start A-Z Link  ----------------- */


#a-z a:link, #a-z a:visited{ 
	text-decoration : none;
	color : #0000ff;
	background-color: inherit;
	padding: 0 3px 0;
	font-weight: bold;
}
#a-z a:hover {
	text-decoration : underline;
	color : #126BC5;
	background-color: inherit;
}

#a-z span.greyText {
	color: #999;
	padding: 0 5px 0;
}

ul.a-z {
	list-style-image: url(chevron.gif);
	padding-bottom: 4px;
	line-height: normal;
}

/*ul.a-z a:link, ul.a-z a:visited {
	text-decoration : underline;
	color: #0000ff;
	background-color: inherit;
}*/

/*ul.a-z a:hover, ul.a-z a:active {
	color : #5643A3;
	background-color: inherit;
}*/
/* ---------------- end A-Z Link  ----------------------- */

/* ---------------- start page index  ---------------------*/


ul.index {
	list-style-image: url(chevron.gif);
	padding-bottom: 4px;
	line-height: normal;
}

ul.index a:link, ul.index a:visited {
	text-decoration : underline;
	color: #0000ff;
	background-color: inherit;
}

ul.index a:hover, ul.index a:active {
	color : #5643A3;
	background-color: inherit;
}

/* ----------------- end page index  ---------------------*/



/* ----------------- start Back to top  ---------------------*/

.backToTop {
	position: relative;
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: .95em;
	vertical-align: bottom;
}

.backToTop a:link, .backToTop a:visited {
	color: #0000ff;
	text-decoration: none;
}

.backToTop a:hover {
	color: #126BC5;
	text-decoration: underline;
}

/* ----------------- end Back to top   ---------------------*/

/* ----------------- start images ------------------------*/
div.image_align_right, div.image_align_left {
	border: 1px solid #ccc;
	padding: /*0.3em*/ 3px;
	display: block;

}

div.image_align_left {
	float: left;
	margin: 5px 10px 10px 0;
}

div.image_align_right {
	float: right;
	margin: 5px 0 10px 15px;
}

div.image_align_right p, div.image_align_left p {
	padding: 0;
	margin: 0;
	background-color: #eee !important;
	text-align: center;
}

div.image_align_right p.caption, div.image_align_left p.caption {
	text-align: center;
	text-indent: 0;
	font-size: .9em;
	font-weight: normal;
	background-color: #eee;
	color: inherit;
}


/* ----------------- end images  ------------------------*/

/* ---------------- start warning messages -------------- */

.warning {
	color: #ff0000;
	background-color: inherit;
}

/* ---------------- end warning messages ---------------- */

/* this class is used to set extra space at the bottom of short pages
to stop the footer from running into the menu bar. */
.extraLineBreaks {
	padding-bottom: 100px;
}



/* ----------------- start print page and pdf link styles (i.e. "print this page" styles) -----------------*/
.print_media {
	position: absolute;
	margin-right: 200px;
	right: 0;
	top: 5px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

.print_media a, 
.print_media a:link,
.print_media a:hover,
.print_media a:visited,
.print_media a:active {
	text-decoration: none;
	color: #0000ff;
	padding: 0;
	margin: 0;
}

.print_media a img {
	margin-left: 0;
	margin-bottom: -6px;
}
/* ----------------- End print page and pdf link styles --------------*/

-->
