body{
	margin:0px;

}
body, td, input, button{
	font-family: Tahoma, Arial, Sans-serif;
	font-size:11px;
}
.button{
	border:1px solid #999999;
	padding:3px 10px 3px 10px;
	font-weight:bold;
	color:#333333;
	height:24px;
}
.orange{
	background-image:url(../images/img_btn_orange.jpg);
}
#leftsection{
	width:800px;
	height:100%;
	border-right:1px solid #FFFFFF;
}
#shadowsection{
	background-image:url(../images/img_shadow_bg.jpg);
	background-repeat:repeat-y;
	width:10px;
	height:100%;
}
#rightsection{
	background-image:url(../images/img_line_diag_bg.jpg);
}
#masthead{
	background-image:url(../images/img_masthead_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:56px;
	border-bottom:1px solid #FFFFFF;
}
#banner{
	height:119px;
	border-bottom:1px solid #FFFFFF;
}
#leftpanel{
	vertical-align:top;
}
#leftpanel div.greybar{
	height:31px;
	background-image:url(../images/img_leftpnl_greybar.jpg);
}
#menucolumn{
	float:left;
	width:160px;
	background-color:#F4F4F4;
	height:100%;
}
#menucolumn div.links{
 padding:10px;
}
#menucolumn div.links h5{
 margin:0px 0px 5px 0px;
 font-size:11px;
 border-bottom:1px dotted #666666;
 width:100%;
}
#menucolumn div.links ul{
 margin:0px;
}
#menucolumn div.links ul li{
 margin-bottom:5px;
 background-image:url(../images/bullet.gif);
 background-repeat:no-repeat;
 background-position:0px 4px;
 padding-left:14px;
}

#contentcolumn{
	color:#333333;
	line-height:15px;
	padding:15px 10px 15px 10px; 
	height:100%;
}
#rightpanel{
	width:200px;
	vertical-align:top;
	background-color:#DFDFDF;
	border-left:1px solid #FFFFFF;
}
#rightpanel div.greybar{
	height:31px;
	color:#ffffff;
	font-weight:bold;
	padding:7px 5px 0px 10px;
	background-image:url(../images/img_rightpnl_greybar.jpg);
}
.errorpanel{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}
#rightpanel  div#loginpanel label{
	font-weight:bold;
}
#rightpanel  div#loginpanel input, #rightpanel  div#loginpanel select{
	margin-bottom:5px;
}
#rightpanel  div#loginpanel .textN, #rightpanel  div#loginpanel .selectN{
	width:175px;
	height:22px;
	color:#666666;
	padding: 2px 0px 0px 2px;
}
#rightpanel div#loginpanel{
	background-color:#E0E0E0;
	background-image:url(../images/img_loginpnl_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:10px 10px 10px 10px;
}
#rightpanel div#loginpanel td{
	color:#333333;
	font-weight:bold;
	padding:2px 0px 2px 0px;
}
#footer{
	background-color:#999999;
	height:24px;
	font-size:11px;
	color:#ffffff;
	text-align:right;
	padding:0px 5px 0px 5px;
}