/*
-----------------------------------------------------------------------------
CSS Document Base
-----------------------------------------------------------------------------
version:		1
author:			
email:			
website:		http://www.com
-----------------------------------------------------------------------------
GLOBAL RESET - 
-----------------------------------------------------------------------------
*/
body, div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table,  embed, object
{
	margin:0;
	padding:0;
}

ul {
text-decoration:none;
list-style:none;
padding:0;
}


table
{
	border-collapse:collapse;
}


a
{
	text-decoration:none;
}

/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------
*/

h1 {
	font-weight:bold;
	font-size:24px;
	padding-bottom: 15px;
	line-height:1.5em;
}
h2 {
	font-weight:bold;
	font-size:20px;
	padding: 12px 0 5px 0;
	
}
h3 {
	font-weight:bold;
	font-size:17px;
	padding: 10px 0 10px 0;
	
}
h4{
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	
}

h5 {
    font-size:12px;
	font-weight:bold;
	font-style:normal;  /* needed for mission statement */
}
img {
	border-color:#FFF;
	border-width:thin;
}
body{
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	background:url(../images/bkgTILE.gif);
	}
#wrapper{
	position:relative;
	background-color:#fff  ;
}
#container {
	width : 1000px;
    margin-left : auto;
    margin-right : auto;
	line-height:1.5em;
}
        
#navigation {
margin:0;
padding:0;
background-color:#222288;
font: bold 12px Verdana;
width:100%;
height:2.2em;
}

#inner_nav {
	float:left;
/*	padding: 25px 5px 0 0; */
	width:200px;
}


#inner_nav li{
	margin-bottom:15px;
	margin-left:0;
}
#inner_nav li li{
	margin:0;
}

#inner_nav li a{
	background-color:#222288;
	font: bold 12px Verdana;
	color:#fff;
	padding:7px; 
	display:block;
    height:auto;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	width:15em;
	
}
#inner_nav a:hover, #inner_nav li a.current{
	background-color:#cccc99;
	color:#FFFFFF;
	cursor:default;
}

#content_body {
	margin-top:40px; 
	padding:10px;
	font-size:1.2em;
}
#content_body_main{
	margin-left:300px;
	margin-right:300px;
}
#content_body_inner{
	margin-left:250px;
	margin-right:20px;
	margin-top:0;
}

.partners_sdbar_img{
	margin-top:75px;
	background:url(../images/BLUEbx.gif) right bottom no-repeat; 
}
#left_sdbar {
	float:left; 
	width:240px; 
	margin-left:10px;
	margin-bottom:40px;  
}
.bulletin_sdbar_img{
	background:url(../images/PINKbx.gif) right bottom no-repeat; 
}
#right_sdbar {
	float:right;	
	width:240px;
	margin-right:10px;
	margin-bottom:40px;
}

#header {
	position:relative;
}
.flush_header {
	font-weight:bold;
	font-size:20px;
	position:relative;
	top:-50px;
	left:120px;
	cursor:default;
	width:200px;
}
.blue {
	color:#222288;
}


.rt_corner {
	float:right;
	position:absolute;
	top:0;
	right:-1px;
}

#content li {
	margin: 15px 15px 15px 30px; 
	font-size: 100%;
	line-height:110%;
}


.right{
	float:right;	
}
.current{
	background-color:#cccc99;
}
#content_body a {
  color:  #00F;  /* blue */
  text-decoration:underline;
}
#content_body a:hover{
	color:#aa0077; /* cranberry */
	cursor:default;
	
}
#footer img:hover{
	border-color:#aa0077; /*cranberry */
	border-width:thin;
}

#footer {
	clear : both;
	margin : 0;
	border-top : 7px solid #222288;
	
}
#footer td {
	 padding-right:10px;
     padding-left:10px;
	 padding-top:0;
 }
 
.clear {
    clear:both;
}
 


.mission_title {
	position:relative;
	text-align:center;
	font-style:italic;
	padding: 4px 0 0 5px;
	font-size:14px;
	height:auto;
	width:200px;
	float:left;
    bottom:0;
	left:1em;	
	line-height:1.3em;
}
