* { margin: 0; padding: 0; } 

body {
	font: 14px sans-serif;
	line-height: 1.4em;
	color: #000000;
	background: #FFFFF5;
	max-width: 1100px;
}

p {
	text-align: left;
}

acronym {
	border-bottom: dotted 1px #EEEEEE;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8888ff;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffaaaa;
}

a:active, a:hover {
	text-decoration: underline;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .83em 0; line-height: 1.2em;}
h3              { font-size: 1.35em; margin: 1em 0; line-height: 1.2em; }
h4              { font-size: 1.2em; margin: 1em 0 }
p,
blockquote,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.33em 0 }
h5              { font-size: .83em; margin: 1.67em 0 }
h6              { font-size: .67em; margin: 2.33em 0 }
li				{ margin-left: 1em; }
ul				{ margin-top: 1em; }
img				{ margin: .7em; }


#container {
	background: url(jpg/ph_sideback.jpg);
	background-repeat: repeat-y;
}

#pagehead {
	background: #000000 url(jpg/ph_top2.jpg) top left;
	background-repeat: no-repeat;
	height: 60px;
}

#page {
	width: 98%;
}

#pagemenu {
	background: #000000 url(jpg/ph_side50.jpg) top left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	width: 200px; height: 845px;
	position: absolute;
	top: 50px;  left: 0;
}

#pagetext {
	margin-left: 220px;
	padding-bottom: 20px;
}

#navcontainer { position: absolute;  top: 30px }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding-left: 2px;
width: 170px;
background-color: transparent;
border-bottom: 2px solid #eee;
}

#navcontainer a:link
{
color: #ccffcc;
text-decoration: none;
}

#navlist a:visited
{
color: #ffeeee;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.smallunform {
	font-family: monospace;
	font-size: .8em;
	line-height: 1em;
	margin-left: 40px;
}
