	TR.Header	{ background:#000088; color:#ffffff; font-weight:bold }
	TD.LabelCol { text-align:right; background:#cccccc }
	TD.ValueCol { }
	TD.HelpCol  { color:#991100; font-size:9px }
	
	TR.Row		{ background:#ffffff }
	TR.Row1		{ background:#ffffff }
	TR.Row0		{ background:#dddddd }
	TD.RowHidden	{ background:#ffaaaa }
	
	
	.tableGrid 	{ background:#000000 }
	
	.Required 	{ color:#ff0000 }
	
	.title		{ font-size:18px; font-weight:bold; }
	.subTitle	{ font-size:16px; font-weight:bold; color:#330099 }
	
	.smallLinks { font-size:12px; }


body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("co_pgb.gif");
	/*/*/background-image:   url("co_pgb.gif"); /* */
	background-repeat: repeat-x;
	/*css shorthand values: Top Right Bottom Left */
	margin: 91px 0 0 0;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 212px;
	left: 0px;
	top: 0px;
}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 1px solid #000;
}

/*Navigation (left) Table Cell*/
#navCell {
	background-color: #C2C2C2*;
	background-image:  url("/assets/co_mnbg3.gif");
	/*/*/background-image:  url("co_mnbg3.gif"); /* */
	vertical-align: top;
	border-right: 1px solid #333333;
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	/* text-align: justify; */
	vertical-align: top;
	/*/*/line-height: 2; /* */
}
#mainCell a:link {
	color: #333333;
}
#mainCell a:visited {
	color: #333333;
}
#mainCell a:hover {
	color: #FF9900;
}

h1, h2 {
	margin: 0px;
	color: #333333;
	font-size: 18px;
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #CCCCCC;
	background-image:  url("co_mnbg.gif");
	/*/*/background-image:   url("co_mnbg.gif"); /* */
	vertical-align: top;
	border-left: 1px solid #333333;
	font-size: 12px;
	color: #333333;
	/*/*/line-height: 1.75; /* */
}
#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: 9px;
	letter-spacing: .5em;
	color: #666666;
	font-weight: bolder;
}


.navtabs-off { background: url(/images/tabs/bg-off.gif) repeat-x; font-family: verdana; color: #ffffff; font-size: 8px;}
	.navtabs-off A { font-family: verdana; color: #ffffff; font-size: 8px; font-weight: bold;}
	.navtabs-off A:hover { font-family: verdana; color: #ffffff; font-size: 8px; font-weight: bold; text-decoration: none;}
	
.navtabs-on { background: url(/images/tabs/bg-on.gif) repeat-x; font-family: verdana; color: #44687F; font-size: 9px; font-weight: bold;}

/*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: #FFFFFF;
}

/*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: #000000;
	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("p7co_plus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("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("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("p7co_here.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.Add_label {
	font-weight: bolder;
}
.tcell_1 {
	background-color: #E0EFE0;
}

.rowHighlite {
	background-color: #8AAACF;
}
/*Main Content (center) Table Cell*/

.WelcomeHead {
	
	color: #333333;
	font-size: 18px;
} 
.Welcometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
} 
.Welcometext a:link {color: #333333} 
.Welcometext a:visited {color: #333333} 
.Welcometext a:hover {
	color: #333333;
	text-decoration: none;
} 
.Welcometext a:active {
	color: #333333;
	text-decoration: none;
}

#Layer1 {
	position:absolute;
	width:985px;
	height:32px;
	z-index:1;
	left: 0px;
	top: 56px;
}
