body
{
background-color: #111122;
color: black;
font-family: arial;
font-size: 14px;
margin: 0; padding: 0;
}


#topheader a 
{
color: #efefef; text-decoration: none
}
#topheader a:hover
{
text-decoration: underline
}

p
{
line-height: 150%;
font-size: 12px;
margin-right: 20px;
text-align: justify
}
h1 { padding-top: 20px; padding-left: 10px; padding-bottom: 10px; display: block; height: 50px; margin-bottom: 0; margin-top: 0 }

#Menu
{
	height: 24px;
	padding: 2px;
	font-family: arial;
	width: 754px;
}

#Menu ul li a
{
	text-decoration: none;
	color: black;
	padding: 5px;
	font-size: 12px;
}
#Menu ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#Menu ul li
{
	list-style: 	none;
	float: 		left;
        margin: 0;
	margin-right: 	10px;
}

#Menu ul li a:link, #Menu ul li a:active, #Menu ul li a:visited, #Menu ul li a:hover
{
	text-decoration: none;
	color: black;
	padding: 6px;
	display: block
}
#Menu ul li a.selected
{
background-color: white; height: 16px; padding: 5px;
border-left: solid 1px #efefef;
border-right: solid 1px #efefef;
border-top: solid 1px #efefef;
font-weight: bold

}
#Menu ul li a:hover
{
	color: black;
background-color: #f7f7f7; padding: 5px;
border-left: solid 1px #efefef;
border-right: solid 1px #efefef;
border-top: solid 1px #efefef;
height: 16px
}

html { height: 100% }
body { text-align: center; height: 100% } 
#Content { padding-left: 10px; width: 754px; padding-bottom: 90px }

#container
{
background-color: white;
text-align: center;

}

#pageHolder
{
	width: 760px;
	text-align: left;
	background-color: white;
	padding-bottom: 50px;
	border: solid 1px white;
	font-family: georgia;
	margin: 0 auto;
	min-height: 100%;
}

#footer
{
	width: 760px;
	text-align: left;
	color: white;
	padding: 8px;
	font-size: 11px;
	margin: 0 auto;
	clear: both; line-height: 170%; 
	padding-top: 5px
}
#footer a { color: white } 

h2 { font-size: 16px; margin-top: 10px }