body {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2971d3;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 1024px;
	margin: 0px auto;
}
.page, .header {
	width: 1024px;
	float: left;
}
.content {
	width: 850px;
	float: left;
	padding: 27px 95px 27px 79px;
}
.leftpanel {
	width: 575px;
	float: left;
}
.leftpanel p {
	line-height: 150%;
	margin-top: 20px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.rightpanel {
	width: 195px;
	float: right;
}
.rightpanel h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 100%;
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
}
.rightpanel ul {
	margin-bottom: 50px;
	list-style-type: none;
}
.rightpanel ul li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.rightpanel ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.rightpanel ul li a:hover {
	text-decoration: none;
}
.footer {
	font-size: 12px;
	line-height: 80px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 1024px;
	height: 84px;
	float: left;
}
.footer-link {
	color:#ffffff; 
	text-decoration:none; 
}
