div#welcome { text-align: center; }

div#welcome h2
{
	left: 0px;
	position: relative;
	top: 75px;
	font-size: xx-large;
	font-variant: small-caps;
}

div#welcome p
{
	left: 0px;
	position: relative;
	top: -50px;
}

div#welcome a
{
	color: #000;
	text-decoration: none;
}

div#welcome a.sub
{
	color: #fff;
	text-decoration: none;
}
div#welcome a:hover { text-decoration: underline; }

div#topmenu
{
	font-family: arial,helvetica,san-serif;
	font-size: x-large;
	font-weight: normal;
	padding: 23px 1em 23px 1em;
}

div#topmenu a { text-decoration: none; }
div#topmenu a:hover { text-decoration: underline; }

div#content
{
	text-align: left;
	margin: 0px 0px 0px 290px;
	padding: 20px 20px 20px 20px;
}

div#content h1
{
	font-family: times new roman,serif;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#content h2
{
	font-family: times new roman,serif;
	font-weight: lighter;
	font-size: 1.5em;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
div#content h3
{
	font-family: times new roman,serif;
	margin: 5px 0px 0px 0px;
	text-align: left;
}
div#content h4
{
	font-family: times new roman,serif;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

div#content p
{
	margin: 5px 0px 7px 0px;
	text-indent: 0px;
	text-align: left;
}

div#content p.body
{
	margin: 5px 0px 7px 0px;
	text-indent: 20px;
	text-align: left;
}

div#leftmenu
{
	float: left;
	height: 580px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	width: 290px;
}

div#leftmenu h1
{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 16px 0 0px 20px;
	text-align: left;
	letter-spacing: -.05em;
}

div#leftmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 40px;
	text-align: left;
}

div#leftmenu a { text-decoration: none; }
div#leftmenu a:hover { text-decoration: underline; }

div#leftmenupic
{
	left: 80px;
	position: absolute;
	top: 540px;
}

div#footer
{
	clear: left;
	font-family: arial,helvetica,san-serif;
	font-size: small;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#footer a { text-decoration: none; }
div#footer a:hover { text-decoration: underline; }

p.cpyrt
{
	color: #666;
	font-family: times,serif;
	margin: 3px;
}

