body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
}
#container {
height: 100%;
background-color: white;
padding: 0 0.5em 0 0;
margin: 0 0 0 0.5em ;
}
#header {

}
#header h1 {
	margin: 0;
	padding: 0;
}

#body
{
	height: 100%;
	margin-left: 9em;
}
#leftnav
{
	position:fixed;
	padding-right: 5px;
	left:0;
	top:0;
	padding-top: 2em;
	width: 8em;
	height: 100%;
	background: url('/template/design5gredcss/navgrad.gif') right repeat-y #333333;
	font-weight: bold;
}
#leftnav ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.2em;
}

#leftnav ul li
{
padding-bottom: 0.25em;
}

#leftnav ul li a
{
	margin-right: 0.1em;
	padding: 0.1em;
	display: block;
	text-decoration: none;
	color: white;
}

#leftnav ul li a:hover
{
	margin-right: 0.1em;
	padding: 0.1em;
	background: #990000;
	border-right: 1em #CC0000 solid;
	display: block;
	text-decoration: none;
	color: white;
}

#headerbar {
	background: url('/template/design5gredcss/pagebar/pb_mid.gif') center repeat-x;
	height: 12px;
	width: 80%;
	margin-left: -4em;
}
#headerbarLeft {
	background: url('/template/design5gredcss/pagebar/pb_left.gif') left repeat-none;
	height: 12px;
	width: 100%;
}
#headerbarRight {
	background: url('/template/design5gredcss/pagebar/pb_right.gif') right repeat-none;
	height: 12px;
	width: 100%;
}

#footer
{
font-height: 0.9em;
background-color: white;
text-align: center;
width: 100%;
clear: both;
}