﻿html, body, form
{
    margin:0;
    padding:0;
    border:0;
    width:100%;
    background:#fff;
    min-width:600px;
/*	font-size:90%;*/
	height:100%;
}

#container
{
	min-height:100%;
	position:relative;
}

a
{
	color:#369;
}

a:hover
{
	color:#fff;
	background:#369;
	text-decoration:none;
}

h1, h2, h3
{
    margin:.8em 0 .2em 0;
    padding:0;
}

p
{
    margin:.4em 0 .8em 0;
    padding:0;
}

img
{
	margin:10px 0 5px;
}

/* Header styles */
#header
{
    clear:both;
    float:left;
    width:100%;
}

#header
{
	border-bottom:1px solid #000;
}

#header p, #header h1, #header h2
{
    padding:.4em 15px 0 15px;
    margin:0;
}

#body
{
	/*padding:10px;*/
	padding-bottom:30px;	/* Height of the footer */
}

/* Footer styles */
#footer
{
    clear:both;
    float:left;
	border-top:1px solid #000;
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
}

#footer p
{
    padding:10px;
    margin:0;
}

#welcome
{
	position:absolute;
	top:5px;
	right:10px;
	color:#ffffff;
}
#login
{
	position:absolute;
	top:5px;right:10px;
	color:#ffffff;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright © 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so
   that we can position the sub level */
.menu li
{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table
{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
.menu a, .menu :visited
{
	display:block;
	font-size:12px;
	font-weight:bold;
	width:100px;
	padding:7px;
	color:#000;
	background:#eee; /*#949e7c;*/
	text-decoration:none;
	margin-right:1px;
	text-align:center;
    left:15px;
}
/* style the links hover */
.menu :hover
{
	/*color:#444;
	background:#d4d8bd;*/
    background:#369;
	color:#fff;
}

/* hide the sub level links */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	width:100px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible;
}

.menu ul li a.active,
.menu ul li a.active:hover
{
    color:#fff;
    background:#000;
    font-weight:bold;
}
