/*
Template for CHM2EXE website and help file.
Released under CCL.
Based on template by B. O'Neill from Open Source Web Design
http://www.oswd.org/design/preview/id/2610
May be copied/modified provided that original credits are made.
*/

html
{
	padding: 0;
	margin: 0;
}
body
{
    background-color: #c1c9a2;
    padding: 15px;
    text-align: center;
    color: #343434;
    font-family: "Verdana" , "Arial";
    font-size: 10pt;
}

.imgbullet { border: 0; margin-right:5px; margin-left: 3px; float: left;}

.imgmirror { border: 0; margin-right:3px; margin-left: 5px; float: right;}



a
{
    color: #4682b4;
    text-decoration: underline;
}
a:visited
{
    color: #469dd3;
}

a:active
{
    color: #46b0b4;
}
div#container
{
	margin: 0 auto 0 auto;
	width: 720px;
	text-align: left;
}
div#header
{
	background: #447915 url(images/bghead.png) top left repeat-x;
	padding: 0px 0 0px 0px;
	text-align: center;
}
div#subheader
{
	padding: 10px 0 0 15px;
}
ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#navigation li
{
    float: left;
    margin: 0 1px 0 0;
    padding: 8px 10px 8px 10px;
    color: #000;
    font-size: 8pt;
    border-bottom: #cccc66 1px solid;
    background: #fff url(images/tabgb.gif) top left repeat-x;
    font-family: "Verdana" , sans-serif;
}
ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}
ul#navigation li.active
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}
div#content
{
	clear: both;
	background: #fff;
	padding: 18px 25px 18px 25px;
	line-height: 1.5em;
}
h1
{
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12pt;
    color: #707070;
    font-family: Arial;
}
div#footer
{
    background: #718460 url(images/bottombg.gif) top left repeat-x;
    color: #2e302d;
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    padding: 18px 18px 8px 18px;   
}
div#footer a 
{
	font-weight: bold;
	color: #2e302d;
	text-decoration: none;
}
div#footer a:visited
{
    text-decoration: none;
}

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