body, html
{	
	margin: 0;
	width: 100%; 
	height: 100%;
	font: 11px Arial;
}

input
{
	font: 11px Arial;
}

table
{
	font: 11px Arial;
}

.h0
{	font-family: Arial; 
	font-size: 14px;
	color: #000000;
}

.h1 
{	font-family: Arial; 
	font-size: 12px;
	color: #339933;
	font-weight: bold;
}

.h2
{	font-family: Arial; 
	font-size: 11px;
	color: #339933;
	font-weight: bold;
}

#panels
{
	width: 909px;
	height: 100%;
}

#top
{
	vertical-align: top;
	height: 165px;
}

#topMenu
{
	height: 23px;
	background-color: #336699;
	border-left: 3px solid #DADADA; 
	border-right: 3px solid #DADADA; 
}

#images
{
	height: 175px;
	overflow: hidden;
}

#logo
{
	position: absolute; 
	top: 0px; 
	left: 36px; 
}

#navigation
{
	position: absolute; 
	top: 142px; 
	left: 24px; 
	height: 30px; 
	width: 870px;
	z-index: 50;
}

#middle
{
	vertical-align: top;
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #EFEFEF;
}

#middleTable
{
	width: 100%;
	height: 100%;
}

#left
{
	vertical-align: top;
	padding-right: 15px;
}

#right
{
	vertical-align: top;
	width: 409px;
}


#bottom
{
	height: 30px;
	background-color: #DADADA;
	text-align: center;
}
 
#bottom a
{
	color: #698B4D;
	margin-left: 20px;
}

#search
{
	text-align: right;
}

.boldLabel
{
	font-weight: bold;
}

.hotIssue p
{
	margin-top: 0;
}

.hotIssueList
{
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	color: #006633;
	list-style-position: inside;
}

div.ReadOnlyPanel input
{
	border: 0 !important;
	background-color: Transparent !important;
}
