
body {
background: url(../images/websiteBG.jpg) fixed;
line-height:1.5;
font-size:8pt;
color:#4a4a49;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
margin:0;
}

p
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
	}
		

a img {
border:none;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

h1 {
color:#4e719d;
font-family:Georgia, serif;
font-size:1.5em;
line-height:1;
margin-bottom:0.3em;
}

h2 {
font-family:Georgia, serif;
font-size:1.25em;
margin-bottom:0.2em;
}

h3 {
font-size:0.9em;
font-weight:700;
line-height:1;
margin-bottom:0.3em;
}

h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
height:1.25em;
}

h5 {
font-size:1em;
font-weight:700;
margin-bottom:1.5em;
}

h6 {
font-size:1em;
font-weight:700;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
margin:0;
}


a:focus,a:hover {
color:#000;
}

a {
color:#4a4a49;
text-decoration:underline;
}

ul {
list-style-type:disc;
}



hr {
background:#ddd;
color:#ddd;
clear:both;
float:none;
width:100%;
height:.1em;
border:none;
margin:0 0 0.5em;
}

hr.space {
background:#fff;
color:#fff;
}

.footer {
	background:url('../images/shadow-bottom.png') repeat-x 0 0;
	width:766px;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


