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

body {
	background-color:white;
	}

.container {
	height: 100%;
	background-color:transparent;
	margin:0;
	padding:0;
	border:0;
	float:none;
	}
	
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:90%;
	margin:0;
	padding:0;
	border:0;
	float:none;
	}
	
.masthead {
	padding-bottom: 20px;
	}

.navlinks {
	display:none;
	}

p {
   background: white;
   font-size: 12pt;
   line-height:14pt;
   color:#000000;
   }

.navlinks li {
	color:black;
	font-size: 12pt;
	line-height: 16pt;
	border-right:1px solid black;
	}

.navlinks li.first, .navlinks li.last {
	color:black;
	font-size: 11pt;
	line-height: 13pt;
	font-style: normal;
	padding: 0px 7px 0px 0px;
	font-weight: normal;
	}
	
h1 {
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	color: #530f00;
	margin:0 0 10px;
	padding:0;
	vertical-align: top;
	}
	
h2 {
	font-size: 11pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	color: black;
	margin:0 0 10px;
	padding:0;
	vertical-align: top;
	}

.content li {
	font-size:11pt;
	line-height:13pt;
	color: black;
	}
	
a:link {
	color: black;
	text-decoration:underline;
	}

a:visited, a:hover, a:active {
	color: black;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	color: black;
	}

