@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {
	font-size: 24px
}
.style3 {font-size: 12px}

html {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	}


body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/Images/background.jpg);
}

.wrapper {
width: 1000px;
}

.navbar {
	padding: 274px 0px 0px 0px;
}

.content {
padding: 20px 0px 0px 0px;
height: 700;
}

.date {
float:right;
color:#FFFFFF;q	
}

.leftcontent {
background: #FFFFFF;
}

.rightcontent {
background: #CCCCCC;
}

.footer {
background: #0000FF;
padding: 0px 0px 0px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	color: #000000;
	text-align: center;
}
hr {
	line-height: normal;
	text-decoration: underline;
	max-width: 90%;
	border: 1px solid #000000;
}
h2 {
	font-style: italic;
	font-size: 18px;
	margin-left: 5px;
}
h3 {
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
p {
	padding-right: 5%;
	padding-left: 5%;
}
p2 {
	font-size: 12px;
}
.photo {
    padding-left:15%;
}
h4 {
margin-left: 5px;
}

-->
</style>