body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("http://www.imedina.com");
	/*/*/background-image:   url("co_pgb.png"); /* */
	background-repeat: no-repeat;
	/*css shorthand values: Top Right Bottom Left */
	margin: 0px 0 0 0;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "sylfaen", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#header {
	position: middle;
	width: 800px;
	top: 0px;
	height: 165px;

}

/* The main Layout Table*/
#mnTable {
	width: 800px;
	border-bottom: 1px solid #000;
}

/*Navigation (left) Table Cell*/
#navCell {
	background-color: #FFA928;
	background-image:  url("http://www.imedina.com/co_mnbg.png");
	/*/*/background-image:  url("co_mnbg.png"); /* */
	vertical-align: top;
	width: 150px;
	border-right: 1px solid #cccccc;
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 15px;
	text-align: justify;
	vertical-align: top;
	width: 400px;
	/*/*/line-height: 1.5; /* */
}
#mainCell a:link {
	color: #0000FF;
}
#mainCell a:visited {
	color: #0099FF;
}
#mainCell a:hover {
	color: #00FF00;
}

h1, h2 {
	margin: 0px;
	color: #333333;
	font-size: 18px;
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #FFA621;
	background-image:  url("http://www.imedina.com/co_mnbg.png");
	/*/*/background-image:   url("co_mnbg.png"); /* */
	vertical-align: top;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	width: 250px;
	color: #333333;
	/*/*/line-height: 1.5; /* */
}
#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: .2em;
	color: #000000;
}

/*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("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;
}

