html.body {
	height: 100%;
	}
body {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	text-align: center;
	height: 100%;
	background-color: #FFF1CC;
	}

table.padded-table td {
	padding:2px;
}	

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#mainent {
	margin: 0 245px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px  #ccc;
	border-right: solid 1px #ccc;
} 

#container {
	width: 801px;
	margin: 15px auto 15px auto;
	padding: 5px;
	position: relative;
	height: 100%;
	text-align: center;
	border: solid #00F 2px;
	background: #fff;
	}

#container #tonav li ul a{
	width:160px;
	height:auto;
	float:right;
	text-align:left;
}
#container #tonav ul {
	position:absolute;
	display:none;
	width:400px;
	top:28px;
}
#container #tonav li ul ul {
	left:180px;
	top:0px;
}	
/* navigation */

#container #tonav{
	float:right;
	position:absolute;
	top:5px;
	font-size:11px;
	right: 15px;
	width: 140px;
}
#container #tonav a{
	display:block;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	line-height:26px;
	outline:none;
	margin-right:5px;
	background-position:bottom;
}
#tonav, #tonav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:24px;
	z-index:3;
}
#container #tonav li{
float:left;
position:relative;
}
#container #tonav li ul ul {
	left:180px;
	top:0px;
}

#banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	width: 800px;
	}

#banner img {
	display: inline;
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}
#back {
	background-color: #FFF;
	padding-top: 15px;
}

#main {
	width: 780px;
	padding: 5px;
	background-color: #fff;
	margin: 2px auto 2px auto;
	}
#mainprod {
	margin: 0;
	float: right;
	width: 765px;
	padding: 5px;
	}
	
#printright {
	float:right;
	width: 95px;
	padding: 0px 5px 0px 5px;
	background-image: url(../images/pm.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 8px 8px;
}
#print-container {
	width: 650px;
	margin: 15px auto 15px auto;
	padding: 5px;
	position: relative;
	height: 100%;
	text-align: center;
}
#main-print {
	width: 625px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	float: left;
}
#print-txt-main {
	margin: -5px 0px 0px 0px;
	float: left;
	width: 615px;
	padding: 5px;
}
#printright-top {
	float: right;
	margin: 0px 0px 0px -5px;
	width: 100px;
	background-image: url(../images/pt.jpg);
	background-repeat: no-repeat;
	height: 9px;
	padding: 0px 0px 0px 0px;
}
#printright-bot {
	float: right;
	margin: 3px 0px 0px -5px;
	width: 100px;
	background-image: url(../images/pb.jpg);
	background-repeat: no-repeat;
	height: 9px;
	padding: 0px 0px 0px 0px;
}

#topmainprod {
	margin: 0px;
	float: left;
	width: 675px;
	padding: 0px;
	}

#bottommainprod {
	margin: 0;
	float: left;
	width: 725px;
	padding: 0px;
	margin-bottom: 20px;
	}

#middlemainprod {
	margin: 0;
	float: left;
	width: 765px;
	padding: 0px;
}

#main2 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	}
	
img.right {
	float: right;
	padding: 0px 0px 3px 5px;
	background: transparent;
	}
	
bottombar {
	float: center;
	padding: 0px;
	background: transparent;
	}

table {
	margin: 0;
	margin-left: 0px;
	margin-right: auto;
	padding: 3px;
	}

tr {
	margin: 5px;
	padding: 0;
	text-align: center;
	}
td {
	margin: 0;
	padding: 0;
	}
	
img.floatleft {
	float: left;
	margin: 5px;
	/*clear: left;*/
	}

img.float2 {
	margin: 5px;
	float: left;
	/*clear: left;*/
	}


#left {
	float: left;
	width: 400px;
	}
	
#right {
	float:right;
	margin-right:10px;
	width: 325px;
	padding: 0;
	}

#left285 {
	float: left;
	width: 285px;
	margin-bottom: 10px;
	}
#right285 {
	float:right;
	width: 285px;
	padding: 0;
	margin-bottom: 25px;
	}

#sweetleft {
	float: left;
	width: 370px;
	margin-left: 5px;
	margin-bottom: 10px;
	}
	
#sweetright {
	float:right;
	margin-right:5px;
	width: 370px;
	padding: 0;
	margin-bottom: 15px;
	}

.fcl{clear:both;height:1px;margin-top:-1px;font-size:0px;}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

ul.dropdown {
  padding: 0;
  margin: 0;
  width: 250px;
  list-style: none;
  }
 
 li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #fff;
	border: 1px solid ##000;
	margin: 0;
	padding: 0;
  }
 
 li > ul {
	top: auto;
	left: auto;
	}

#leftnav {
	float: left;
	margin: 0px 15px 10px 5px;
	width: 159px;
	padding: 5px 10px 0px 10px;
	background-image: url(../images/lm.jpg);
	background-repeat: repeat-y;
}
#leftnav-top {
	float: left;
	margin: -5px -10px 5px -10px;
	width: 179px;
	background-image: url(../images/lt.jpg);
	background-repeat: no-repeat;
}
#leftnav-bot {
	float: left;
	margin: 5px -10px 0px -10px;
	width: 179px;
	background-image: url(../images/lb.jpg);
	background-repeat: no-repeat;
}
#headline {
	background-color: #FFF;
	text-align: left;
	margin: 10px auto 15px auto;
}
.tbox td {
	padding:1px 5px 1px 5px;
}
.tl {
	height:1px;
	margin-top:3px;
	padding-top: 3px;
	border-top: 1px solid #CCC;
	margin-left: -4px;
	margin-right: -4px;
}

#boxatop{
	background-color:#71a9d0;
	padding-top:4px;
	margin-top:-4px;
	padding-bottom:8px;
	margin-bottom:6px;
	padding-left:4px;
	padding-right:4px;
	margin-left:-6px;
	margin-right:-6px;
	border: solid #FFF 1px;
}

#boxb{
	color:#000000;
	background-color:#FFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #d4d4d4;
	background-image:url(/images/boxb.jpg);
	background-repeat:repeat-x;
}
.txt-left-div {
	margin: 0;
	padding: 0;
	text-align: left;
}
.tlw {
	height:1px;
	margin-top:3px;
	padding-top: 3px;
	border-top: 1px solid #333;
	margin-left: -4px;
	margin-right: -4px;
}
#but1 {
	background-color:#e3e3e3;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:56px;
	padding-right:1px;
	background-image:url(../images/lnav_03.jpg);
	background-repeat:no-repeat;
	height: 30px;
	width: 97px;
	margin: 0px auto 0px auto;
}
#but2 {
	background-color:#e3e3e3;
	padding-top:15px;
	padding-bottom:8px;
	padding-left:55px;
	padding-right:3px;
	background-image:url(../images/lnav_06.jpg);
	background-repeat:no-repeat;
	height: 23px;
	width: 95px;
	margin: 0px auto 0px auto;
}
#but3 {
	background-color:#e3e3e3;
	padding-top:6px;
	padding-bottom:8px;
	padding-left:55px;
	padding-right:2px;
	background-image:url(../images/lnav_08.jpg);
	background-repeat:no-repeat;
	height: 32px;
	width: 95px;
	margin: 0px auto 0px auto;
}
#but4 {
	background-color:#e3e3e3;
	padding-top:15px;
	padding-bottom:8px;
	padding-left:55px;
	padding-right:3px;
	background-image:url(../images/lnav_17.jpg);
	background-repeat:no-repeat;
	height: 23px;
	width: 95px;
	margin: 0px auto 0px auto;
}

#footer {
	background-color: #ffffff;
	margin: 5px auto 5px auto;
	padding: 3px 3px 3px 3px;
	clear: both;
	width: 775px;
	height: 45px;
	}

#foot-top {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background-image: url(../images/ft.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
#foot-bot {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background-image: url(../images/fb.jpg);
	background-repeat: no-repeat;
	height: 11px;
	vertical-align: text-bottom;
}
#pbanner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
}
#plogo {
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	width: 125px;
	float: left;
}
#pad {
	margin: 0px 20px 5px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	width: 325px;
	text-align: left;
}
.bline {
	height:1px;
	border-top: 1px solid #666;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#printright2 {
	float:right;
	width: 95px;
	padding: 0px 5px 0px 5px;
	background-image: url(../images/pm.jpg);
	background-repeat: repeat-y;
	margin: 0px 10px 8px 8px;
}
#main-other {
	width: 795px;
	padding: 0px;
	background-color: #fff;
	margin: 2px auto 2px auto;
}
#righttop {
	float:right;
	width: 200px;
	padding: 0;
	margin-bottom: 25px;
	text-align: right;
}
