html, body{
height:100%;
}

body {
text-align:center;
background-color:#EEE;
padding:0;
margin:0;
font:11px "Trebuchet MS", Verdana, sans-serif;
}

#wrap {
width:800px;
margin:auto;
height:79.5%;
text-align:left;
background-image:url(../images/ie_fix_bg.gif);
}

#topnav {
background-image:url(../images/topnav_bg.jpg);
height:30px;
width:800px;
margin:auto;
font: 10px Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bolder;
color:#FFFFFF;
}
#topnav  a{
color:#FFFFFF;
text-decoration:none;
}
#topnav a:hover{
color:#FFFCC2;
text-decoration:underline;
}
/* dropdown menu */
#topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none;
	position:relative;
	top:15px;
	left:170px;
}

#topnav li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
}

#topnav #crisis_link {
  background-color:#69c; 
	border:1px solid #FFFFC7;
}

#topnav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color:#2F579F;
	text-align:left;
}

#topnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*top: auto;
	left: auto;*/
	z-index:100;
}

#topnav li:hover ul, #topnav li.over ul { /* lists nested under hovered list items */
	display: block;
	padding: 10px 4px 10px 20px;
}
/* dropdown menu */

#header {
background-image:url(../images/header_bg.jpg);
width:800px;
margin:auto;
height:112px;
text-align:left;
}
#logo{
position:relative;
top:23px;
left:156px;
}

#leftnav {
width:139px;
float:left;
background-image:url(../images/leftnav_bg.gif);
height:100%;
color:#FFF;
font: 10px Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
}
#leftnav_top {
background-image:url(../images/leftnav_top.jpg);
height:56px;
}
#leftnav ul {
margin:0;
padding:0;
}
#leftnav ul li {
margin-bottom:20px;
background-image:url(../images/leftnav_arrow.gif);
background-repeat:no-repeat;
padding-left:10px;
list-style-type:none;
}
#leftnav ul li a {
color:#FFFFFF;
text-decoration:none;
}
#leftnav ul li a:hover{
color:#FFFCC2;
text-decoration:underline;
}
#leftnav_list {
position:relative;
left:18px;
top:5px
}
#leftnav p {
margin:10px 5px 0 15px;
}
#leftnav_tn {
margin-left:15px;
}

#center {
width:542px;
height:100%;
float:left;
background-image:url(../images/center_top_bg.jpg);
background-repeat:no-repeat;
background-color:#FFF;
}
#center_content {
margin:0 auto;
width:500px;
}
#center_content_tbl {
width:540px;
margin:0 auto;
}
#center_img_text{
margin:0;
padding:0;
height:152px;
}
#center_img_text img{
position:relative;
top:35px;
left:128px;
}
#center_img_text object{
position:relative;
top:35px;
left:128px;
}
#right {
width:119px;
float:left;
background-color:#FFFFC7;
height:100%;
text-align:center;
}
#right_top {
height:110px;
background-image:url(../images/right_top_bg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#right h3 {
background-color:#00259B;
margin:0;
padding:12px 0;
font:10px Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
color:#FFF;
text-transform:uppercase;
position:relative;
text-align:center;
}
#right ul {
list-style-type:none;
color:#234CFF;
font:10px Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
padding:0 0 0 28px;
margin:0;
text-align:left;
}
#right ul li {
margin-top:20px;
}
#right ul li a{
color:#234CFF;
margin-top:10px;
}
#right ul li a:hover{
text-decoration:none;
}

.clear {
clear:both;
}
.problems {
font-size:10px;
vertical-align:top;
}

#crisis {
width: 129px;
height:50px;
float:right;
background-color:#FEF6A1;
color:#0153A7;
margin:5px 0 20px 0;
}
#crisis p {
position:relative;
margin:0;
padding:0;
top:10px; 
left:6px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

/*.nav_em {
background-color:#1E63B1; 
border:1px #D1FFFF solid; 
padding:2px; 
width:40px;
margin:0 auto;
display:block;
}*/
#footer { 
width:800px;
vertical-align:bottom;
text-align:center;
font-size:10px;
background-image:url(../images/ie_fix_bg.gif);
margin:0 auto;
padding:0;
clear:both;
}
#footer p {
margin:0;
padding:0;
}