body,html 
{
	margin: 0px;
	padding:0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

#header
{
	font-size: 1.0em;
	color:white;
	font-weight: bold;
	font-family: Arial;
}

#header_bar
{
	background:url("../img/header_background.gif") repeat-x scroll 0 0;
	height: 50px;
	padding: 3px 5px 5px 2px;
	margin: 0px;
}

#header_logo
{
	background:url("../img/header_logo.gif") repeat-x 0 0;
	height: 50px;
	width: 57px;
}

#menu
{
	float: left;
	clear: left;
	width: 16%;
	border-right: solid 1px #ddd;
	margin: 20px 10px 0px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 0.9em;
	height: 600px;
}

#content
{
	float: left;
	clear: right;
	width: 78%;
	margin: 0px;
	padding: 5px;
}

#menu ul
{
	line-height: 1.4em;
	margin-left: 2px;
	padding-left: 0;
	list-style: none;
}

#menu li
{
	padding-left: 12px;
	background-image: url("../img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}


h1 
{
	font-size: 1.6em;
	color: #333;
	width: 90%;
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
}

a:visited
{
	color: blue;
}

a.widget_name
{
	text-decoration: none;
	color: #543;
}

a.widget_name:hover
{
	text-decoration: underline;
}

/* style form */
form dt 
{
	width: 100px;
	display: block;
	float: left;
	clear: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

form dd {
    float: none;
    margin-left: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form #submitbutton 
{
	margin-left: 100px;
}

.hidden
{
	display: none;
}

