@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*	background: #E2DDB5; */
	background:#bfd3e6;
	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 */
}
/* TO Center Page in Firefox */
#container {
	width:905px;
	margin:0px auto 0px auto;
	text-align:left;
	background:#ffffff;
	border:0;
	vertical-align: top;
	/*margin-left:9px; */ /* In IE6 aligns page elements, Forces page to left in IE7, FF */
}
/* Hack to Center Pages in Firefox  */
html>body #container {margin:auto;position:relative;
}
/* End hack */

}
#jumpnav{
	width:195px;
	height:300px;
	text-align: left;
	vertical-align: top;
}
#jumpMainPic {text-align:left;vertical-align:top; width:685px; height:300px;padding-right:10px;}

#jumpcontent  {
	width:890px;
	border:1px solid #004890;
	margin-left:9px;
}
.jumpNoText {
	width:890px;
	border:1px solid #004890;
	margin-left:9px;
}
#jumpbotcontent  {
	background-image:url(../images/jump_contentbkgd.jpg);
	padding: 20px 70px 30px 210px;
	color:#004890;
	font-family:"Times New Roman",  Times, serif;
	font-size: 14px;
	line-height:21px;
}
.navTable {
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:195px;
	height:300px;
	vertical-align:top;
	}
