body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("images/co_pgb.gif");
	/*/*/background-image:   url(images/co_pgb.gif); /* */
	background-repeat: repeat-x;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.Topnav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 189px;
	left: 1px;
	top: 9px;
	height: 26px;
}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 1px solid #000;
}
.Tableborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}


/*Navigation (left) Table Cell*/
#navCell {
	background-color: #FFA928;
	background-image:  url("images/co_mnbg.gif");
	/*/*/background-image:  url(images/co_mnbg.gif); /* */
	vertical-align: top;
	border-right: 1px solid #333333;
	font-size: small;
	color: #333333;
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 13px;
	vertical-align: top; /* */
	text-align: justify;
}
#mainCell a:link {
	color: #0000FF;
	text-decoration: underline;
}
#mainCell a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#mainCell a:hover {
	color: #7777CC;
	text-decoration: underline;
}

.h1, .h2 {
	margin: 0px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.titleUnder{
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px; 
	color: #333333; 
	font-weight:bold;	
	border-bottom : 1px solid #333333;
}
/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #FFA621;
	background-image:  url("images/co_mnbg.gif");
	/*/*/background-image:   url(images/co_mnbg.gif); /* */
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	/*/*/line-height: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#sidebar a:link {
	color: #333333;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #FFFFFF;
}

/* Footer Div */
#footer {
	padding: 16px 24px 16px 32px;
	font-size: 12px;
	letter-spacing: .5em;
	color: #999999;
}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
}

/*Top-level menuitem divs*/
/* sets a 3px bottom margin on top-level menu items*/
#p7TMnav div {
	margin: 0 0 3px 0;
}

/*Second-level menuitem divs*/
/* sets bottom margin back to zero*/
#p7TMnav div div {
	margin: 0 0 0 0;
}


/*third level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333;
	font-size: 16px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/font-size: 14px;
	background-color: #FFF;
	border: 1px solid #999;
	display: block;
	padding: 1px 8px 1px 16px;
	text-decoration: none; /* */	
}
#p7TMnav div a:hover {
	color: #CCC;
	background-color: #585858;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	padding: 0 8px 0 16px;
}
#p7TMnav div div a:hover {
	color: #666;
	background-color: #CCC;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	color: #fff;
	font-size: 11px;
}
#p7TMnav div div div a:hover {
	color: #FFF;
	background-color: #999;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(images/p7co_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(images/p7co_minus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image:    url(images/p7co_def.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image:     url(images/p7co_here.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
a.special:link {
     color: #FFFFFF;
	 text-decoration: none;
     }

a.special:visited {
     color: #FFFFFF;
	 text-decoration: none;
     }

a.special:hover {
     color: #FFA928;
	 text-decoration: none;
     }

a.special:active {
     color: #FFFFFF;
	 text-decoration: none;
     }
.imgleft { 
float: left; 
margin-right: 5px; 
     }
	 
.imgright { 
float: right; 
margin-left: 5px; 
     }
	 
.button 
{
	border: #333333 1px solid;
	height:22px;
	font-size: 10px;
	color: #333333;
	font-weight: boldl;
	font-family: arial;
	background-color: #FFFFFF;
	text-decoration: none;
} 
.form {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border: thin outset #333333;
	background-color: #FFFFFF;
	height:18px;
	text-transform: none;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	width: 157px;
}
.formList {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: thin outset #333333;
	background-color: #FFFFFF;
	height:18px;
	text-transform: none;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;
}	 
.pageTitile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFA928;
	font-weight: bold;
}
.bodyText {
	color: #333333;
	font-size: 13px;
	vertical-align: top; /* */
	
}
.smallText {

	color: #333333;
	font-size: 11px;
	vertical-align: top; /* */
	
}
.pricetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.Tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.pricetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.saletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.saletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0000FF;
}
.bluebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0000FF;
}
.pageTitile2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFA928;
	font-weight: bold;
}
