@charset "utf-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}
#container { 
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background-image: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*==============HEADER CONTENT DIV STYLES===============*/

#header { 
display: none;
}
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#toplinks {
display: none;
	}

#toplinks a {
	color: #FFFFFF;
	background-image:url(../img/underline_wht.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

#toplinks a:hover {
	color: #CCCCFF;
	background-image:url(../img/underline_ltblue.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

a.skipnav:link, a.skipnav:visited {
	display:none;
}
a.skipnav:hover, a.skipnav:active, a.skipnav:focus {
	color:#FFFFFF;
	width:100%;
	text-decoration:underline;
	position:static;
}
#skipnav_block {
	position:absolute;
	top:106px;
	left:-50px;
	width:200px;
	z-index:100;
}

.skipnav_span {
	position:absolute;
}

	

/*==============END HEADER CONTENT DIV STYLES===============*/

/*==============FLYOUT LINKS CONTENT DIV STYLES===============*/

#menuheader {
display: none;
}

#sidebar1 {
	display: none;
}

#sidebar1 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight:normal;
	}

#menu {display: none;}
/*1st Level items*/
#menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:175px; text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#bbd2de; background-image: url(../img/buttons-2.gif); background-repeat:repeat-x; line-height:19px; font-size:1em;padding-left: 10px; padding-top:5px; padding-bottom: 5px;}
#menu ul {padding:0; margin:0;list-style-type: none; }
#menu ul li {float:left; margin-right:1px; position:relative;}
#menu ul li ul {display: none; }

/*2nd Level items*/
/* specific to non IE browsers */
#menu ul li:hover a {color:#fff; background:#64a0b9; }
#menu ul li:hover ul {display:block; position:absolute; top:0; left:185px; width:130px; height: 20px;}
#menu ul li:hover ul li a.hide {background:#e3ecfd; color:#000; }
#menu ul li:hover ul li:hover a.hide {width:150px;}
#menu ul li:hover ul li ul {display: none;}

/*SECOND LEVEL APPEARENCE*/
#menu ul li:hover ul li a {display:block; background:#bbd2de; background-image:url(../img/buttons-2.gif); background-repeat:repeat-x; color:#000; width:175px; height:auto;}
#menu ul li:hover ul li a:hover {background:#64a0b9; color:#fff;}


/*==============END FLYOUT LINKS CONTENT DIV STYLES===============*/

/*==============NEWS CONTENT DIV STYLES===============*/

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px;
	margin: 20px 10px 0px 40px;
	text-align:center;
}

#sidebar2 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #144860;
	margin-top: 20px;
	}
	
#sidebar2 p {
	font-size: 0.85em;
	}

#sidebar2 img {
	padding-right:10px;
	}
	
#sidebar2 .news {
	background-image:url(../img/news_bkg.gif);
	background-repeat:no-repeat;
	padding: 5px 10px 15px 10px;
	}

#sidebar2 .achieve {
	background-image:url(../img/achieve_bkg.gif);
	background-repeat:no-repeat;
	padding: 5px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	}

#sidebar2 a {
	color: #144860;
}

#sidebar2 a:hover {
	color: #663300;
}
/*==============END NEWS CONTENT DIV STYLES===============*/

/*==============MAIN CONTENT DIV STYLES===============*/

#mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#mainContent p {
	color:#000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
	}

#mainContent h1 {
	font-size: 1.75em;
	font-weight:bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#mainContent h2 {
	font-size: 1.35em;
	font-weight:bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#mainContent h3 {
	font-size: 1.15em;
	font-weight:bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#mainContent a {
	color: #000;
}

#mainContent a:hover {
	color: #000;
}

#mainContent table {
	border: solid 1px #90ABBE;
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 100%;
	}

#mainContent table.barometer {
	float:left;
	position:relative;
	border: solid 1px #90ABBE;
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 400px;
	}

#mainContent .barometer {
float:left;
	}

.table_fix {
	width: 95%;
	}

#mainContent th {
	background-color:#B8D6D8;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	border: solid 1px ;
	border-color:#000;
	padding: 5px;
	border-color:#90ABBE;
	}
	
#mainContent td {
	padding: 5px;
	border: dotted 1px;
	border-color:#000;
	padding: 5px;
	border-collapse:collapse;
	}

#mainContent caption {
	font-size: 1.15em;
	font-weight:bold;
	color: #000;
	text-align: left;
	padding-bottom: 5px;
	}

#mainContent ul {
	color:#000;
	}

#mainContent ul li {
	list-style-type: disc;
	color:#000;
	}
	
#mainContent ul li ul li{
	list-style-type: circle;
	}

#mainContent ul li ul li ul li{
	list-style-type: disc;
	font-size: 0.85em;
	}
	

.whowhatwhere {
	margin-bottom: 40px;
	margin-left: 120px;
	}

.introtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#144860;
	margin-top: 20px;
	margin-bottom: 30px;
	}

.top_anchor {
	text-align:right;
	}

.picture { 
background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font-size: 0.8em;
text-align:center;
padding:8px;
}
.picture img { 
border: 1px solid #CCCCCC;
background-color:#FFFFFF;
vertical-align:middle; margin-bottom: 3px; }

.right { 
margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { 
margin: 0.5em 0.8em 0.5em 0; float:left; } 
	
/*==============END MAIN CONTENT DIV STYLES===============*/

/*==============FOOTER CONTENT DIV STYLES===============*/

#footer { 
	display: none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #FFFFFF;
	background-image:url(../img/underline_wht.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

#footer a:hover {
	color: #CCCCFF;
	background-image:url(../img/underline_ltblue.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

/*==============END FOOTER CONTENT DIV STYLES===============*/


