﻿html, body
{
	background-image: url('../images/SmoothBackground.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#inside_page
{
	width: 833px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
#inner_nav_b
{
	background-color: #d2dbe5;
	text-align: center;
	font-size: 12px;
	color: #1d2031;
	padding: 5px 0px 5px 0px;
}
#inner_nav_b a
{
	text-decoration: none;
	color: #1d2031;
}
#inner_nav_b a:hover
{
	color: White;
}
.style2
{
	height: 17px;
}

#foot
{
	height: 26px;
	width: 833px;
	background-image: url('../images/2L_footer.png');
	background-repeat: no-repeat;
}
#foot_l
{
	height: 26px;
	background-position: left;
	background-image: url('../images/2L_foot_bl.png');
	background-repeat: no-repeat;
}
#foot_r
{
	height: 26px;
	margin-left: 19px;
	background-image: url('../images/2L_footer_br.png');
	background-repeat: no-repeat;
	background-position: right;
}
#foot_b
{
	height:26px;
	margin-right: 22px;
	background-image: url('../images/2L_footer_bmlg.png');
	background-repeat: repeat-x;
	background-position: bottom;

}
#toplogin
{
	float:right;
	margin-right:25px;
	font-size: 9pt
}
#toplogin a
{
	color:#1A2674;
	text-decoration: none;
}

#toplogin a:hover
{
	color:blue;
}