/*
body
{
    margin: 0px;
    background: #ffffea;
    font: normal Trebuchet MS,Arial,Helvetica,sans-serif;
    color: #7D2000;
}
*/
body
{
    margin: 0px;
	background: transparent url(../images/mainbg.png) repeat-x top left;
	background-color: #FFF7E8;
	font: normal Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #7D2000;
}

.style1
{
    width: 372px;
}
.style2
{
    color: #000099;
}    
.style3
{
    width: 20px;
}
.style4
{
    vertical-align:text-top;
} 
.style6
{
    color: #0000CC; 
    font-size: 13px;
}

.divHeader 
{
  background: transparent url(../images/header1.png) no-repeat top left;
  padding-top: 145px;
}
.divMenu 
{
    margin:0px;
    margin-left:-1;   
}
.divMainBody
{
    background: transparent url(../images/boxFooter1.png) no-repeat bottom left;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #7D2000;
    margin-top:-5;
    padding: 16px;
}
.divMainBody table
{
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #7D2000;
}

/* Breadcrumb styles */
.pageTitle
{
    font-size:18px;
}
#breadcrumb
{
    padding-left: 5px;
    color: #770000;
    font-family: Tahoma;
    font-size: 10px;
    /*font-weight: bold; */
}

#breadcrumb a
{
    text-decoration: none;
    color: #949494;
}

#breadcrumb a:hover
{
    color: #000099;
}

/* Menu Styles */

#tdMenu {
	position: relative;
	float: left;
	width: 713px;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#tdMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#tdMenu li 
{
    float:left;
	margin-top: 0;
	margin-bottom: 0;
	/*border: 1px #FFFFFF solid;*/
	background-color: #FFCC33;
}
#tdMenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top:-1;
	padding-left:12;
	padding-right:12;
	padding-top:3;
	padding-bottom:4;
	/*border-bottom: 1px none;*/
	background-color: #e87943;
}
#tdMenu a:hover
{
    color: #FFFF00;
    text-decoration: none;
    background-color: #C23E1D;
}

/* Box Styles */

.boxItem 
{  
  background: transparent;
  margin-bottom: 2px;
  margin-right: 0px;
}
.boxTitle {
  background: transparent url(../images/boxTop5.png) no-repeat top left;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: white;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  margin-left: -1;
}

.boxBody {
  background: transparent url(../images/boxBottom.png) no-repeat bottom left;
  font-size: 12px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 64px;
  padding-top: 10px;  
  margin-left: 1;
  margin-right: -8;
}
.boxItem ul {
  margin: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.boxItem li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: none;
}