html {
margin : 0px;
padding : 0px;
}
body {
    background-color:#C4D0E9; 
	font-family: Verdana, Arial, sans-serif; 
	margin:0px; 
	padding:0px; 
	font-size:80%;
/*	background-image: url(./images/background_blue_lines.gif);  */
/*	background-repeat: repeat;  */
}
a {color:#2E3192;}
a:hover {color:#ED1B24; text-decoration:none;}
/* A:visited {color: #082450;} */
ol, ul, p {line-height:150%;}

h1,h2,h3,h4,h5,h6 {font-family:Verdana, sans-serif; font-weight:bold;}
h1 {color:#2E3192; font-size:x-large; margin:0;}
h2 {color:#060; font-size:large; }
h3 {color:#2E3192; font-size:medium;}
h4 {color:#060; font-size:small; margin-bottom:0;}
h5 {color:#2E3192; font-size:x-small;}
h6 {color:#2E3192; font-size:xx-small; font-weight:normal; margin-top:0;}
img {border : none;}






/* ------------------- Contains Whole Page and Its Shadow ------------------- */
#page {
	width: 787px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	padding-left:37px;
	background-image: url(../images/backgroundshadow_blue_1.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
#footerbottomshadow {
	width:800px;
	background-image:url(../images/backgroundshadowbottom_blue.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:12px;
	margin-top:-9px;
	height:43px;
} 
/* ------------------- Contains Whole Page (but not shadow) ------------------------- */
#block {width:747px; background-color:#fff; margin-top:0px; padding:0px;}
#block:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}




/* ---------- Page Header -------------- */
#headerblock {
	width:747px;
	border:solid 1px #333;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
#headerblock h1 {text-align:right; margin:20px 12px 0px 20px; color:#15489F;}
#headerblock a {color:#000; text-decoration:none;}
#headerblock a:hover {color:#000; text-decoration:underline;}


#headerblock2 {
background-color: White;
background-position : bottom right;
background-repeat : no-repeat;
width : 100%;
}
#headerblock2 p {
margin : 0px;
padding : 0px;
margin-bottom : 7px;
float:left;
width : 150px;
}
#headerblock2 p img{
margin-left:15px;
padding-top:15px;
margin-bottom:15px;
}
#headerblock2 h1 {
color : #15489F;
text-align : right;
font-size : 20px;
margin : 0px;
padding : 0px;
margin-top : 10px;
margin-right : 10px;
float:right;
width : 469px;
}



/* --------- Navigation Bar ------------ */
/*menu*/
#menu {float:left; width:100%; border:solid #333; border-width:0px 1px 1px; background-color:#2E3192; margin:0px; padding:0px; list-style:none;}

#menu li {float:left; margin:0px; padding:0px; background-image:none; line-height:normal; text-indent:0px; font-size:80%;}
#menu ul li {list-style:none; margin:0px;}
#menu a {display:block; padding:5px 10px 6px; border:solid #919191; border-width:0px 1px 0px 0px; color:#fff; text-decoration:none; white-space:nowrap;}
* html #menu a {width:1%;}
#menu a:hover {color:#fff; background-repeat:no-repeat; background-color:#4e70b7;}
#menu li.menuselected {color:#fff; background-repeat:no-repeat; background-color:#4e70b7;}



/* ---------------------- Contains left and right halves ------------------- */
#contentcontainer {
	float:left;
	width:747px;
	background-color:#FFF;
	border:solid 1px #333;
	border-width:0px 1px 1px 1px;
/*
	background-image: url(../images/leftcolumn.gif);
	background-repeat: repeat-y;
*/
}


/* ------------- Left Sidebar ------------------- */
#sidebar {width:170px; color:#000; background-color:transparent; font-size:85%; padding:18px 8px 10px; margin:0px;}
#sidebar {float:left;}
#sidebar a img {
 /* border: 1px solid #C4D0E9; */
 /* border: none; */
 border: 1px solid #ffffff;
}
#sidebar a:hover img {
  border: 1px solid #2E3192;
}
#sidebar h2 {margin:0px 0px 7px 0px; font-size:small; color:#333;}
#sidebar ul {list-style:none; margin:0px 0px 10px; padding:0px;}
#sidebar ul li {margin:0px; padding:0px;}
#sidebar a {text-decoration:none;}
#sidebar a:hover {text-decoration:underline;}

/* Sidebar Nav Links*/
#navlist {margin-top:10px;}
#navlist ul li {background:url(../images/arrow_blue_1.gif) no-repeat 5px 2px;}
#navlist ul {list-style:none; margin:0px; margin-top:-3px; padding:3px 3px 5px 0px;}
#navlist ul li {background:url(../images/arrow_blue_1.gif) no-repeat 5px 2px; margin:0px; padding:0px 0px 0px 20px; line-height:1.3em;}
#navlist ul li:hover {background:url(../images/arrow_red_1.gif) no-repeat 5px 2px; margin:0px; padding:0px 0px 0px 20px; line-height:1.3em;}
#navlist h2 {margin:0px 0px 3px 0px; font-size:small; color:#333333;}




/* Content Pane (right side) */
/* ------------------------- */
#pagecontent {
	float:right; 
	width:540px; 
	padding:10px 10px 20px; 
	background-color:#fff;
}
#pagecontent ul li {
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:1.3em;
	vertical-align:baseline;
	list-style-type:none;
	background-image: url(../images/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}





/* --------- Page Footer ---------------- */
/*footer*/
#footer {background-color:#2E3192; clear:both; width:727px; padding:0px 10px; border:solid 1px #333; border-width:0px 1px 1px; text-align:right;}
#footer:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}
#footer a {color:#fff; text-decoration:none; margin:0px; padding:0px; list-style:none;}
#footer a:hover {color:#fff; text-decoration:underline;}
#footer img {border:none;}
#footer ul {margin:0px; padding:4px 0px 2px 80px; list-style-type:none;}
#footer li {margin:0px 8px 0px 0px; padding:0px 8px 0px 0px; display:inline;}
#footfloat {float:right;}
#foottxt {background-color:#9cc;}
.copynav{
float:left;
width:320px;
color:#ffffff;
}
#footer .copynav a {
  font-size:70%;
}
.funding{
float:right;
font-size:10px;
width:380px;
color:#ffffff;
}
#footer .funding a {
  font-size:10px;
  font-weight:bold;
}


