.header {
	background-image:  url("images/header.gif");
	background-repeat: no-repeat;
	height: 110px;
}
body {
	background-image:  url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 100px;
	background-position: 0px 0px;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	padding-right: 30px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}

.titlebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-indent: 200px;
	height: 100px;
}
.intro_para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #33CCFF;
	padding-top: 15px;
	padding-right: 30px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.link_boxes {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	height: 30px;
	padding-right: 20px;
	margin-right: 30px;
	clip: rect(auto,30px,auto,auto);
	border-bottom-style: dotted;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 45px;
}
a:hover {
	color: #33CCFF;
	text-decoration: none;
}

