@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/ds-bg.jpg);
	background-repeat: repeat;
}
.navbar {
	background-image: url(../images/ds-nav-bar.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 936px;
}
.left-column {
	float: left;
}
.right-column {
	float: right;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	line-height: 24px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.bodytext-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/ds-bullet.jpg);
	list-style-type: circle;
}
.bodytext-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	list-style-position: outside;
	list-style-image: url(../images/ds-bullet.jpg);
	list-style-type: circle;
}
.bodytext-toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.bodytext-toplinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.bodytext-toplinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #EB7916;
	text-align: center;
	text-decoration: none;
}
.bodytext-toplinks-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
	font-weight: normal;
	color: #9D9B9B;
	text-align: center;
	text-decoration: none;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2A3844;
	text-align: left;
	line-height: 24px;
}
.float_right{
	float: right;
}
