/***** Global Settings *****/
 
html, body {
background-color: #155a95;
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
/*margin:0px 0px 0.2em 0px;padding:0px 0px 0.0em 0px;border-bottom:1px solid #7F98A7;line-height:1.8em;*/
margin-bottom:10px;
margin-top:10px;
letter-spacing:-1px;
font:1.8em arial, helvetica, sans-serif;
border-bottom:1px solid #303e54;
line-height:0.8em;
}
 
h2 {
margin-bottom:5px;
margin-top:5px;
color:#1f4e83;
font:1.2em arial, helvetica, sans-serif;
font-weight:bold;
}
 
h3 {
color:#FFFFFF;
font:1.2em arial, helvetica, sans-serif;
font-weight:bold;
margin:5px;
}
 
p, ul, ol {
margin:0;
padding:0 0 10px 0;
}
 
ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
a:link {
        size: 14pt;
	color: #1f4e83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1f4e83;
}
a:hover {
	text-decoration: underline;
	color: #1f4e83;
}
a:active {
	text-decoration: none;
	color: #1f4e83;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
  table tr td {
  padding:0px;
  }

#table-contents{background-image:url(images/table-corner.gif); background-repeat:no-repeat; background-position:top left;}

/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
#wrap-contents {
margin:15px;
}
#table-wrapper{margin-top:-8px;}

.t {background:#d9eeff url(images/table-border-dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(images/table-border-dot.gif) 0 100% repeat-x}
.l {background: url(images/table-border-dot.gif) 0 0 repeat-y}
.r {background: url(images/table-border-dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(images/table-corner.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px} 
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.breadcrumbs   { color:#1f4e83;font-size: small;}

/***** Content Scoller *****/
#scroller{
	position: relative;
	width: 183px;
	height: 130px;
	background-color: #D9EEFF;
	overflow: hidden;
	padding: 0px;
	margin:0px;
}

/***** Content Slider *****/
.contentslide {
border: 1px solid #323e54;
/*border-bottom-width: 6px;*/
margin:15px 15px 0px 15px;
padding: 2px;
width: 300px;
height: 250px;
}
.mission-contentslide {
border: 1px solid #323e54;
/*border-bottom-width: 6px;*/
margin:15px 15px 0px 15px;
padding:2px;
width: 400px;
height: 300px;
}

.contentslide .contentdiv {
display: none;
}

.mission-pagination{
width: 400px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#d9eeff;
margin:0px 15px 10px 15px;
padding: 0 0 4px 0;
}

* html .mission-pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination{
width: 301px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#d9eeff;
margin:0px 15px 10px 15px;
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 316px; /*IE6 width*/
}

.pagination a{
padding:3px 5px;
font-weight:bold;
text-decoration: none; 
color:#1f4e82;
border:1px solid #13548c;
background-color:#d9eeff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #13548c;
}

/***** Misc *****/
.style1 {color: #1f4e83}
.arrows {font-size: 0.7em}
.new {color: #e65528}
.bottom-nav, .bottom-nav a{color:#000033;letter-spacing:1px;font:1.1em arial, helvetica, sans-serif;font-weight:bold;}
#footer{max-width:700px;margin:0 15px 0 0;color:#000033;}
.copyright, .copyright a{color:#000033;}
.copyright a:hover{font-weight:bold;color:#000033;}
#left-nav{margin:15px 0 0 15px;color:#000033;font:1.0em Arial, Helvetica, sans-serif;font-weight:bold;}
#left-nav a{margin-bottom:10px;color:#000033;}
#search{margin:15px 0 15px 15px;color:#000033;font:1.0em Arial, Helvetica, sans-serif;font-weight:bold;}