body
{
background-image:url(images/bg_gradient.gif);
background-color:#ddc693;
background-repeat:repeat-x;
margin:0px;
}
 img 
 {
	border:0;
 }

#containter 
{
width:760px;
margin-left:auto;
margin-right:auto;
background-color:#ddc693;
background-image:url(images/bg_gradient.gif);
background-repeat:repeat-x;
}

#header 
{
padding-bottom:29px;
background-image:url(images/bg_headerTop.gif);
background-repeat:repeat-x;
}

#header .logo 
{
margin-left:70px;
margin-top:28px;
margin-right:16px;
border:0px;
}

#main
{
/*height:250px;*/
padding-left:90px;
margin-bottom:0px;
padding-bottom:0px;
margin-left:10px;
margin-top:0px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#5b0000;
}

#main a 
{
	color:#5b0000;
	text-decoration:none;
}

#main a:visited 
{
color:#5b0000;
}

#main a:hover 
{
text-decoration:underline;
color:#5b0000;
}

.main_bg
{
	position:relative;
	background:url(images/bg_folder.gif) top left no-repeat;
	padding-top:10px;
	padding-left:25px;
	min-height:355px;
	width:600px;
	margin-bottom:0px;
}

.folderLabel
{
	position:absolute;
	left:319px; 
	top:8px;
}

#main .ie6fix
{
	height:355px;
	float:left; 
	/*width:1px; 
	border:solid 1px red*/
}

#pageContent
{
float:left;
margin-top:0px;
background:#fff8c2;
width:233px;
min-width:233px;
margin-left:0px;
margin-bottom:25px;
}

#pageContent .Top
{
background-image:url(images/bg-descriptionTop.gif);
background-position:top left;
background-repeat:no-repeat;
height:6px;
font-size:1px;
}

#pageContent .Middle
{
color:#5b0000;
padding-left:10px;
padding-right:10px;
padding-top:1px;
padding-bottom:10px;
border-left:solid;
border-right:solid;
border-width:1px;
border-color:#5b0000;
width:211px;
}

#pageContent .Middle H2
{
margin:0px;
font-size:16px;
}

#pageContent .Middle P
{
	margin-top:5px;
	margin-bottom:0px;
}

#pageContent .Bottom
{
background-image:url(images/bg-descriptionBottom.gif);
background-position:bottom left;
background-repeat:no-repeat;
height:6px;
font-size:1px;
}

.pageContent_img_bg1
{
	float:left;
	padding-left:5px;
	/*left: 265px;
	top:47px;
	width:162px;
	height:230px;*/
}

.pageContent_img_bg2
{
	float:left;
	padding-left:4px;
	margin-top:-4px;
	/*top:51px;
	width:171px;
	height:281px;*/
}

/*.pageContent_img_bg2
{
	position:absolute;
	left: 429px;
	top:51px;
	/*width:171px;
	height:281px;
}*/

.bread {
	color:#5b0000;
	padding: 3px;
	margin-bottom: 25px;
	display:block;
	}
/*the SiteMapPath control renders each link in <span> elements
  use padding-right to space the links */
.bread span
{
	padding-right: 4px;
}

.bread a 
{
	color:#5b0000;
	text-decoration:none;
}

.bread a:visited 
{
color:#5b0000;
}

.bread a:hover 
{
text-decoration:underline;
color:#5b0000;
}

#footer 
{
width:100%;
margin-top:0px;
text-align:center;
line-height:15px;
padding-top:15px;
padding-bottom:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#dec793;
background-image:url(images/bg_footerTop.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#6c0000;
clear:both;
}

#footer a 
{
text-decoration:none;
color:#dec793;
}
#footer a:visited 
{
color:#dec793;
}

#footer a:hover 
{
text-decoration:none;
color:#ece2cb;
}

div.formRow {
  clear: both;
  padding-top: 10px;
  }

div.formRow span.label {
  float: left;
  width: 75px;
  text-align: right;
  padding-right:2px;
  }
/* 
div.formRow span.formw {
  float: left;
 width: 50;
  text-align: left;
  } */

/* if we go away from the SiteMapPath control and use a ul list for navigation
	the .bread ul/li styles will do the trick
.bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

.bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
 * end .bread ul/li styles/

