@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3A0557;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3A0557;
	margin-top: 30px;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FF0000;
}
img {
	border: 0px;
}
table {
	border-collapse:collapse;
}
label {
	font-weight: bold;
	color: #666666;
}

.purple {
	color: #3A0557;
}
.purplebold {
	color: #3A0557;
	font-weight: bold;
}
.right {
	border: 0px solid #999999;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.left {
	border: 0px solid #999999;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* header */
.header {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 970px;
	position: relative;
}
.header img {
	border: 0px;
}

.content {
	width: 910px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
.content p {
	text-align: justify;
}


/* footer */
.footer {
	clear: both;
	width: 962px;
	height: 16px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.footerleft {
	float:left;
	width:450px;
}
.footerleft a:link, .footerleft a:visited {
	color: #999999;
}
.footerleft a:hover, .footerleft a:visited:hover {
	color: #FF0000;
}

.footerright {
	float:right;
	width:250px;
	text-align:right;
}
.footerright a:link, .footerright a:visited {
	color: #999999;
}
.footerright a:hover, .footerright a:visited:hover {
	color: #FF0000;
}

