html{
overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(gradient_bg.jpg);
	background-repeat: repeat-x;
	background-color: #B9B9B9;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.background {
  	background:url('bg_drop.png') repeat-y center;
	margin: 0px auto;
}
.top_cap {
  	background:url('top_cap_drop.png') no-repeat center;
	height: 28px;
	margin: 0px auto;
}
.bottom_cap {
	background: url('bottom_cap_drop.png') no-repeat center;
	height: 46px;
	margin: 0px auto;
}
.container {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-bottom: 20px;
}
.content {
	width:730px;
	margin-left:auto;
	margin-right:auto;
}
.footerimage {
	width:730px;
	min-height:174px;
	margin-left:auto;
	margin-right:auto;
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align: top;
}
.nav_bar {
	height:12px;
	margin-top:10px;
	margin-bottom:10px;
}
.crumb {
	/* TEXT */
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	/* BOX */
	height:12px;
	margin-bottom:5px;
}
.date {
	/* TEXT */
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	/* BOX */
	height:12px;
	margin-bottom:5px;
}
.style1 {
	font-size:10px;
	text-align:right;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
.style2 {
	font-size:11px;
	text-align:left;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
.style3 {
	font-size:10px;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}
a:link {
	color: #8B9ECF;
	text-decoration: underline;
}
a:visited {
	color: #8B9ECF;
	text-decoration: underline;
}
a:hover {
	color: #4966B1;
	text-decoration: underline;
}
a:active {
	color: #4966B1;
	text-decoration: underline;
}
.light a:link {
	color: #CCC;
	text-decoration: underline;
	font-size:10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
.light a:visited {
	color: #CCC;
	text-decoration: underline;
	font-size:10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
.light a:hover {
	color: #8B9ECF;
	text-decoration: underline;
	font-size:10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
.light a:active {
	color: #8B9ECF;
	text-decoration: underline;
	font-size:10px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
.nav a:link {
	color: #919191;
	text-decoration: none;
}
.nav a:visited {
	color: #919191;
	text-decoration: none;
}
.nav a:hover {
	color: #919191;
	text-decoration: underline;
}
.nav a:active {
	color: #919191;
	text-decoration: underline;
}
.search {
	margin-top:-60px;
	margin-right:-20px;
	float: right;
}
