html, body {
	height				: 100%;
}

body {
	background			: #96c842 url('../img/bg-repeat.gif') top left repeat-y;
	margin				: 0px;
}

#login {
	color				: #fff;
	font-size			: 8pt;
	position			: absolute;
	top 				: 5px;
	left				: 640px;
}

#login p {
	margin-left			: 87px;
	margin-top			: 10px;
}

.text {
	border				: 1px #000 solid;
	background-color	: #fff;
	padding				: 0px 5px;
	height				: 15px;
}

.submit {
	background			: #fff url('../img/button_background.gif') top left repeat-x;
	border				: 1px solid #000;
	color				: #fff;
	margin-bottom		: -1px;
}

textarea.text {
	height				: 150px;
}

#site {
	background			: url('../img/background.gif') bottom left no-repeat;
	height				: auto;
	min-height			: 100%;
	width				: 100%;
}

#container {
	background-color	: #fff;
	border-right		: #232323;
	width				: 820px;
	height				: auto;
	min-height			: 100%;
	margin				: 0px;
}

#header {
	background          : #1f93b4;
	color				: #fff;
	border-bottom		: 1px #232323 solid;
	padding				: 20px;
	height				: 60px;
	width				: 780px;
	font-size           : 24pt;
}

#menu {
	background          : #fff url('../img/menu.gif') top left repeat-x;
	width				: 810px;
	height				: 30px;
	padding-left		: 10px;
	padding-top			: 11px;
	/*
	border-bottom		: 1px #232323 solid;
	padding-left		: 5px;
	padding-top			: 3px;
	*/
}

#menu ul {
	padding				: 0px;
	list-style-type		: none;
}

#menu li {
	font-size			: 10pt;
}

#menu li li {
	font-size			: 8pt;
}

/*
#menu {
	background			: #fff url('../img/menu.gif') top left repeat-x;
	height				: 41px;
	width				: 820px;
}

#menu ul{
	margin				: 0px;
	padding				: 0px;
	margin-left			: 10px;
	padding-top			: 11px;
}

#menu a {
	color				: #232323;
}

#menu li {
	color				: #232323;
	float				: left;
	font-size			: 10pt;
	list-style-type		: none;
	padding				: 11px 10px 0px 10px;
	height				: 29px;
}

#menu li ul {
	padding             : 0px;
	margin              : 0px;
}

#menu li li {
	font-size           : 8pt;
}

#menu li.active ul {
	display				: block;
}

#menu ul ul {
	display				: none;
	position			: absolute;
	left				: 20px;
	
	margin-left			: 0px;
	padding-left		: 0px;
	padding-top			: 11px;
	width				: 800px;
}

#menu ul ul li {
	color				: #fff;
	font-size			: 8pt;
	padding				: 0px;
	padding-top			: 10px;
	margin-left			: 0px;
	margin-right		: 20px;
}

#menu ul ul a {
	color				: #fff;
}
*/

#content {
	padding				: 20px;
}

#crumbtrail {
	border-bottom		: 1px #c6c6c6 dashed;
	padding-bottom		: 5px;
}

a img {
	border				: 0px;
}

.headerImage {
	float				: right;
	padding				: 10px;
	padding-top			: 0px;
}

.popupcontent {
	background			: none;
	background-color	: #fff;
}