@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4B4B4B;
}
.textarea-bg {
	background-color: #FFF;
	background-image: url(images/textarea-bg.jpg);
}
.rightcolumn {
	float: right;
}
.leftcolumn {
	float: left;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D65012;
	text-align: left;
	line-height: 26px;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.bodytext-list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 800px;
}
.bodytext-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	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: #FFF;
	text-align: center;
}
.bodytext-toplinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	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: #0A6494;
	text-align: center;
	text-decoration: none;
}
.bodytext-list-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #07274C;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
}
.bodytext-list-3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
}
