/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/backdrop.jpg) repeat-x fixed;
	margin: 0px 0px 15px 0px;
}

.banner
{
	height: 70px;
	width: 800px;
	background: url(../images/banner.gif) no-repeat;
}

.banner-left
{
	width: 50%;
	float: left;
}

.banner-right
{
	width: 50%;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #073161;
	padding-top: 50px;
}

.content-bottom
{
	width: 800px;
	height: 20px;
	background: url(../images/content-bottom.jpg) no-repeat;
	clear: both;
}

.content-middle
{
	width: 800px;
	background: url(../images/content-middle.jpg) repeat-y;
}

.content-top
{
	width: 800px;
	height: 16px;
	background: url(../images/content-top.jpg) no-repeat;
	_margin-bottom: -2px;
}

.footer
{
	width: 765px;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}

.header-main
{
	font-size: 14px;
	text-transform: uppercase;
	color: #073161;
	font-weight: bold;
	margin-bottom: 10px;
}

.header-toc
{
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

li
{
	margin-left: -20px;
}

.main-content
{
	width: 570px;
	_width: 560px;
	height: auto;
	margin: 0 15px 10px 15px;
	_margin: 0 25px 10px 15px;
	float: left;
	color: #073161;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.phone1
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.phone2
{
	text-align: center;
}

.pic
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.title
{
	font-size: 12px;
	font-weight: bold;
	color: #073161;
}

.toc
{
	width: 175px;
	height: auto;
	margin: 0px 15px 10px 10px;
	_margin: 0px 25px 10px 0px;
	float: right;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	_clear: left;
}

.toc a, .toc a:visited
{
	color: #ffffff;
}

.toc a:hover
{
	color: #999999;
}

.wrapper
{
	width: 800px;
}