html, body
{
	background-image: url(../img/bgsmall.gif);
	background-repeat: repeat-x,y;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
} 

#right
{
	position:absolute; 
	left:813; 
	top:0; 
	padding:0; 
	width:10px; 
	height:100%; 
	/*background-image: url(../img/rightshadow.png);*/
	background-image: url(../img/rightshadow.gif);
	background-repeat: repeat-y;
	/*behavior: url(iepngfix.htc);*/
}

#contentArea
{
	background-color: #FFFFFF;
	width: 530px;
	padding-left: 30px;
	padding-right: 30px;
}

#bottomleftshadow
{ 
	/*background-image: url(../img/bottomleftshadow.png);*/
	background-image: url(../img/bottomleftshadow.gif);
	background-repeat: repeat-y;
	/*behavior: url(iepngfix.htc);*/
}

#footer
{
	background-color: #FFFFFF;
}

#leftshadow
{
	/*background-image: url(../img/leftshadow.png);*/
	background-image: url(../img/leftshadow.gif);
	background-repeat: repeat-y;
	/*behavior: url(iepngfix.htc);*/
}

#menshadowright
{
	/*background-image: url(../img/menshadowright.png);*/
	background-image: url(../img/menshadowright.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E3E3E3;
	/*behavior: url(iepngfix.htc);*/
}

#top
{
	background-image: url(../img/rdp/top.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 104px;
}

#topleft
{
	background-image: url(../img/rdp/topleft.gif);
	background-repeat: no-repeat;
}

#topleftshadow
{
	/*background-image: url(../img/topleftshadow.png);*/
	background-image: url(../img/topleftshadow.gif);
	background-repeat: no-repeat;
	/*behavior: url(iepngfix.htc);*/
}

#logobottom
{
	/*background-image: url(../img/logobottom.png);*/
	background-image: url(../img/logobottom.gif);
	background-repeat: no-repeat;
	/*/*behavior: url(iepngfix.htc);*/*/
}

#menubg
{
	background-image: url(../img/menubg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E3E3E3;
}

.divider
{
		/*background-image: url(../img/menudivider.png);*/
		background-image: url(../img/menudivider.gif);
		background-repeat: no-repeat;
		height: 10px;
		/*behavior: url(iepngfix.htc);*/
}

#breadcrumbs a
{	
	font-family: verdana, sans-serif;
	color: #BBC1BB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs a:hover
{	
	text-decoration: underline;
}

#breadcrumbs
{	
	font-family: verdana, sans-serif;
	color: #BBC1BB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;	
}