body {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #000099;
}

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

.results {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 212px;
	left: 0px;
	top: 0px;
	background-color: #000099;
}

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

/*Navigation (left) Table Cell*/
#navCell {
	background-color: #dee5f3;
	background-image: url("css_mnbg.gif"); 
	vertical-align: top;
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFF;
	color: #333333;
	font-size: 14px;
	vertical-align: top;
	line-height: 16px;
}
#mainCell a:link {
	color: #333333;
}
#mainCell a:visited {
	color: #333333;
}
#mainCell a:hover {
	color: #000099;
}

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

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #dee5f3;
	background-image: url("css_mnbg.gif");
	vertical-align: top;
	font-size: 12px;
	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: 14px;
	letter-spacing: 0.45em;
	color: #000099;
	background-color: #91BE6D;
	text-align: center;
	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: #d6e0f6;
	/*border: 1px solid #585858;*/
	display: block;
	padding: 1px 8px 1px 16px;
	text-decoration: none;
}
#p7TMnav div a:hover {
	color: #333;
	background-color: #fff;
}

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

/*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: 12px;
}
#p7TMnav div div div a:hover {
	color: #00000;
	background-color: #eee;
}

/*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: 3px 0 3px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("p7co_minus.gif");
	background-position: 6px 50%;
	padding: 3px 0 3px 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("p7css_def.gif");
	background-position: 6px 50%;
	padding: 3px 0 3px 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: 3px 0 3px 20px !important;
}
#logoleft {
	position: relative;
	width: 275px;
	top: 0px;
	left: auto;


}
#logocntr {


	position: relative;
	width: 110px;
	left: auto;
	top: auto;
}
#logorght {
	position: relative;
	width: 215px;
	top: auto;
	right: auto;

}
#easterlogo {
	position: relative;
	right: auto;

}

#title_highlight {
	font-size: 14px;
	color: #000000;
	background-color: #dce0f6;
	font-weight: bold;
	padding: 3px 0 3px 3px;
}
.alert {
	font-size: 14px;
	color: #db536c;
	font-weight: bold;
}
