
html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	color:#555555;
	font-family: Verdana;
	font-size:12px;
	line-height: 120%;
}

table {
	font-size:100%;
}

a {
	color:#1e4a8f;
}

a:hover {
	color:#f17d13;
}

img {
    border:0px;
}

b {
color:#1e4a8f;
}


#site_wrapper {
height:100%;
width:100%;
border-collapse:collapse;
}


#page {
border-bottom:1px solid #B8B8B8;
vertical-align:top;
padding-bottom:15px;
}

#header {
width:770px;
margin:auto;
text-align:left;
height:90px;
}
#logo {
float:left;
}

#header_right {
text-align:right;
}

#top_menu_bottom {
margin-top:5px;
width:250px;
float:right;
height:25px;
white-space:nowrap;
}

#navigation {
float:right;
margin-top:15px;
}


#footer {
background:#EDEDED;
text-align:center;
vertical-align:top;
}
.footer_nav {
padding-top:6px;
}
#footer a {
color:#0C2D82;
text-decoration:none;
}
#footer a:hover {
color:#F07D13;
text-decoration:none;
}
#footer_contents {
width:770px;
margin:auto;
text-align:left;
background-image: url('../_images/footer_bg.gif');
background-repeat: no-repeat;
height:200px;
}
.copyright {
padding-top:5px;
font-size:10px;
}