body{
	background-image : url(/Images/bg.jpg);
	background-repeat : no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.logo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: italic;
	color: #999999;
	position: absolute;
	left: 75px;
	top: 100px;
	padding: 10px;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat-x;
}

.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
  background: rgba(255,255,255,0.5);
	text-align: center;
	padding: 10px;
	padding-top: 20px;
	height: 200px;
	width: 170px;
	left: 85px;
	top: 200px;
	position: absolute;
	font-weight: normal;


}

.footer {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	position: static;
	bottom: 5px;
	height: 20px;
	width: 100%;
	text-align: center;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 315px;
	top: 200px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 15%;
	color: #000000;
	font-size: 16px;


}
em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	position: absolute;
	top: 40px;
	right: 15%;
}
.Indent {
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}

.navbar a:link {
	color: #444444;
	font-style: italic;
}
.navbar a:visited {
	color: #222222;
	text-decoration: none;
}
.navbar a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.footer a:link {
	color: #444444;
	text-decoration: none;
	font-size: 10px;

}
.footer a:visited {
	color: #222222;
	text-decoration: none;
	font-size: 10px;

}
.footer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
ol {
	padding-left: 30px;
	text-indent: -20pt;

}
