body
{
	background-image: url(bg.gif);
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container
{
	/* width: 724px; */
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	
	/*background-image: url(bgc.gif);*/
	background-image: url(bgc.gif);
	background-repeat: repeat-y;
	position: relative;
	top:0px;
	left:0px;
}
#altheader
{
	margin-left:4px;
	width: 720px;
	height: 205px;
	text-align:center;
	margin-bottom: -40px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
h1
{
	margin:0;
	padding:0;
}
#header
{
	position:absolute;
	top: 0px;
	left: 4px;
	border: 0;
}
#header img
{
	border: 0;
}
#padder
{
	width: 4px;
	height: 1px;
	float:left;
}
#menu
{
	float: left;
	/*position: relative;
	top: -40px;
	left: 0px;*/
	width: 138px;
	margin-left:0px;
	background-image: url(bgm.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#menu div
{
	margin-left:0px;
	background-image: url(bgmb.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#menu ul
{
	width: 127px;
	border-top: 1px solid #444;
	margin: 6px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: right;
}
#menu li
{
	margin: 5px 0px 0px 0px;
}
#menu li a
{
	display:block;
	height: 14px;
	color: #444;

	font-size: 8pt;
	text-decoration: none;
}
#menu li a:hover
{
	text-decoration: underline;
}
#menu li a.no:hover
{
	text-decoration: none;
}
#content
{
	float: left;
	/*position: relative;
	top: -50px;
	left: 31px;*/
	width: 520px;
	margin:-5px 0px 0px 30px;
}
#content ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#content ul span
{
	font-size: smaller;
	font-style: italic;
}
div.hr
{
	width: 90%;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	margin-bottom: -5px;
	padding: 0px;
}
h2
{
	width: 85%;
	text-indent: 1cm;
	color: #990000;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#footer
{
	color: #444;
	padding-left: 4px;
	font-size: smaller;
	font-style: italic;
	background-image: url(bgf.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer p
{
	width: 135px;
	text-align: center;
	margin-bottom: 0px;
}

