﻿/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Century Gothic, Arial, Geneva;
	font-size:76%;
	line-height:1.3;
	color: #39586e;
	font-weight: normal;
	font-style: normal;
    src:  url(CENTURY0.eot);
	margin: 30px;
	padding: 0;	

	}

.all
{
	
	margin-left: -388px;
	border: 0;
	left: 50%;
	position: absolute;
	width: 782px;
	margin-top: 0px;
	height: auto;
}
	
/*Headings*/
h1 {
	font-size:1.5em;
	font-weight: normal;

		}
p {
	font-size:1em;
	
}
a:link,a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e6383f;
		font-size:0.9em;

	
}

a:hover {
	color: #EA670C;
}
	
.text {
	width: 185px;
	height: 150px;
	float: left;
	clear:left;
}
.logo {
	background-image:  url(images/logo.png);
	width: 200px;
	height: 500px;
	float: left;
	margin-top: 30px;
	padding-top: 340px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 5px;
}

.pdf {
	background-image:  url(images/pdf.png);
	float: right;
	width: 450px;
	height: 640px;
}