body {
	margin: 0px;
	padding: 0px;
	background-color: #F4C92C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.table {
	border: 1px solid #E16501;
}
td {
	text-align: left;
	vertical-align: top;
}
.head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.foot {
	font-size: x-small;
	color: #821588;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #FD841C;
	border-right-color: #FD841C;
	border-bottom-color: #FD841C;
	border-left-color: #FD841C;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #851A8C;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.search {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: small;
	color: #FF7802;
	font-weight: bold;
}
.imageleft {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.new {
	color: #FFFFFF;
	background-color: #1354A4;
	float: none;
	padding: 10px;
	border: 1px solid #0E3C74;
	margin: 0px;
	width: 208px;
	height: 550px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 6px;
}
.sitemap {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 6px;
}
.sitemap a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sitemap a:hover {
	color: #851A8C;
	text-decoration: none;
}
.foot a:link {
	color: #666666;
	text-decoration: none;
}
.foot a:visited {
	color: #666666;
	text-decoration: none;
}
.foot a:hover {
	color: #FF6E01;
	text-decoration: none;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #1852A4;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #FF7701;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 0px;
}
.h5 {
	background-image: url(images/services_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    padding: 5px 5px 5px;
    font-size: medium;
	font-weight: bold;
	color: #1852A4;
	margin: 0px;
}
.h6 {
	background-image: url(images/services_header.jpg);
	background-repeat: repeat;
	background-position: left top;
    padding: 5px 5px 5px;
    font-size: medium;
	font-weight: bold;
	color: #1852A4;
	margin: 0px;
}
a:link {
	color: #851A8C;
	text-decoration: none;
}
a:visited {
	color: #851A8C;
	text-decoration: none;
}
a:hover {
	color: #FE7501;
	text-decoration: none;
}
.bullet {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 22px;
}
.new a:link {
	color: #F4C92C;
	text-decoration: none;
}
.new a:visited {
	color: #F4C92C;
	text-decoration: none;
}
.new a:hover {
	color: #FF7800;
	text-decoration: none;
}
@media print{
	.head{
	display:none;
	}
	.foot{
	display:none;
	}
	.imageleft{
	display:none;
	}
	.search{
	display:none;
	}
	img{
	display:none;
	}
	.table{
	border:none;
	width:600px;
	}
	
}
.title_bar {
	font-size: 16px;
	font-weight: bold;
	color: #2D3D8A;
	background-image: url(images/tiitle_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 4px;
}
.purple_box {
	padding: 6px;
	border: 2px solid #851A8C;
}
.float_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 6px;
}
