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

@Page {size: portrait}
	
}

body, html {
	background-color: #FFF;	
}

#container {
	overflow: hidden;
	background: white;
}

#header {
	height: 150px;
	width: 100%;
}

#navigation {
	display: none;
}

#content {
	padding: 10px 20px;
	min-height: 200px;
	overflow: hidden;
}

#copywrite {
	background-color: #FFF;
}

#socialnetworking {
	display: none
}

h1 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	line-height: 1.5;
	margin-top: 0;
}

h2 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

h3 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;	
}

p {
	font: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	line-height: 1.2;
}

.footnote {
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

.copywrite {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align:center;
	line-height: 1;
	margin: 0;
	padding: 5px 0;
}