* {
	box-sizing: border-box;
}
body
	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	max-width: 100vw;
	width: 100vw;
	font-size: 14px;
	}
div#wrapper
	{
	width: 620px;
	margin: 5px Auto;
	text-align: left;
	max-width: 100vw;
	}

#header
	{
	width: 600px;
	max-width: 100vw;
	height: 60px;
	background: url('/images/heading1.gif') 0 0 no-repeat;
	background-size: contain;
	}

#header h1 { display: none; }

#linkwrapper
	{
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#linkwrapper > div
	{
	text-align: center;
	display: inline-block;
	width: 30%;
	vertical-align: text-top;
	}
#linkwrapper > div:first-of-type {
	text-align: right;
}
#linkwrapper > div:last-of-type {
	text-align: left;
	width: 35%;
}
#linkwrapper > div a, #linkwrapper > div a:visited, #linkwrapper > div a:hover, #linkwrapper > div a:active
	{
	display: block;
	margin: 3px 0;
	line-height: 18px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 1rem;
	text-decoration: none;
	color: #003;
	vertical-align: middle;
	padding: 0;
	}

#linkwrapper > div a:hover, #linkwrapper > div a:active
	{
	color: #333366;
	text-decoration: underline;
	}
#content
	{
	margin: 10px 0 10px 0;
	width: 600px;
	max-width: 100vw;
	overflow: hidden;
	}
	
#content h1, #content h2
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #333333;
	padding-left: 25px;
	padding-top: 4px;
	font-style: oblique;
	}
	
#content .subhead, #optionalarea .subhead
	{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	color: #333333;
	}

#content p {
	padding: 0 5px;
}
#content p, #content a, #content a:hover, #content a:visited, #content a:active, #content li
	{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	}
	
#content a, #content a:visited
	{
	color: #333399;
	}
	
	
#content a:hover, #content a:active
	{
	text-decoration: underline;
	color: #CC3333;
	}

#content li
	{
	margin-left: 10px;
	}
#content table {
	max-width: 100vw;
	margin:auto;
	width:600px;
}
#content table img {
	display: block;
	max-width: 100%;
	padding-bottom:5px;
}
#content table tr td {
	padding: 5px 0;

}
#footer {
	border-top:2px solid #333;
	padding-top:0.5rem;
}
#footer, #footer a, #footer a:hover, #footer a:visited, #footer a:active
	{
	width: 600px;
	max-width: 100vw;
	text-align: center;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	}
	
#footer a:hover, #footer a:active
	{
	text-decoration: underline;
	}

.pagephoto
	{
	margin: 10px 5px 4px 0;
	}
/*.plain {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #eeeeee;
	line-height: 14pt;
}
.captions {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
}
*/
