body {
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 200%;
	color: #000000;
	text-align: left;
}

div.container
{
width: 920px;
margin:0px;
line-height:150%;
}
div.header
{
padding:0.5em;
color: black;
background-color: white;
clear:left;
}

div.footer
{
color: #666666;
clear:left;
}


h1.header
{
padding:0;
margin:0;
}

ol.menu
{
list-style: square inside url('images/mark_for_leftmenu.gif')
}

ol.submenu
{
list-style: square inside url('images/mark_for_subleftmenu.gif')
}

div.left
{
float:left;
width:320px;
margin:0;
padding:0em;
}

div.content
{
margin-left:330px;
padding:1em;
}

p.solid {line-height: 200%; border-bottom-style: solid}
p.inset {line-height: 200%; border-bottom-style: inset}
p.outset {line-height: 200%; border-bottom-style: outset}
p {line-height: 200%}

a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#3300ff; text-decoration:none; }

