body {
 	font-family: verdana, arial, tahoma, sans-serif;
 	font-size: 11px;
 	line-height: 15px;
 	color: #000000;
	background: #ffffff url(/images/layout/gradient.png) repeat-x;
	margin:0;
	margin-top:5px;
}

.bold {font-weight:bold;}
.ital {font-style:italic;}
.und {text-decoration:underline;}
.left {text-align:left;margin-left:0px;}
.right {text-align:right;margin-right:0px;}
.hide {display:none;}

a:link {text-decoration:underline; font-weight:bold; color:#000000;}
a:visited {text-decoration:underline; font-weight:bold; color:#000000;}
a:active {text-decoration:underline; font-weight:bold; color:#000000;}
a:hover {text-decoration:none; font-weight:bold; color:#000000;}

a:link.menu {text-decoration:none; font-weight:bold; color:#000000;}
a:visited.menu {text-decoration:none; font-weight:bold; color:#000000;}
a:active.menu {text-decoration:none; font-weight:bold; color:#000000;}
a:hover.menu {text-decoration:underline; font-weight:bold; color:#000000;}


img {
	border: none;
	behavior: url(/images/misc/iefix/iepngfix.htc); /* Please stop using Internet Explorer */
}

table {
	margin: 0 auto;
	padding: 0px;
}

td {
 	font-family: verdana, arial, tahoma, sans-serif;
 	font-size: 11px;
 	line-height: 15px;
 	color: #000000;
 	text-align:center;
 	padding:0px;
}

h1 {	
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
	text-align:left;
}

hr {
	border:0;
}

li {
	padding:0px;
	margin:0px;
}

form {
	margin: 0px;
}

ul {
	padding:0px;
	margin:0px;
}

textarea {overflow:auto;}




/* Layout Elements */
table.all {width:100%;}
table.page {width:967px;background: url(/images/layout/sidelogo.gif) no-repeat bottom right;}
td.content {width:729px;padding: 13px 15px 20px 0px;}
td.contentfull {width:100%;padding: 8px 15px 20px 0px;}
td.sidebar {width:220px;padding:2px;padding-top:17px;text-align:center;}

table.nav {width:95%;border: 1px solid #339900;background-color: #BED79E;margin-bottom:16px;}
table.nav td {padding:4px;} /* Another IE fix... */
table.manifestonav {width:100%;margin-bottom:16px;}

table.scrolly {width:97%;margin-bottom:1px;background-color: #BED79E;border: 1px solid #339900;}

table.info {width:100%;border: 1px solid #808080;margin-top:11px;margin-bottom:17px;}
td.info {padding:5px;background: #FFFFFF url(/images/layout/cnr-logo.gif) no-repeat bottom right;}

td.lg-fill {background-color: #BED79E;}
td.dg-fill {background-color: #339900;} td.dg-bor {border: 1px solid #339900;}

table.error {width:90%;background-color:#FFCC33;border: 2px solid #FF0000;margin-top:10px;padding:5px;}
table.success {background-color:#BED79E;border: 2px solid #339900;margin-top:10px;padding:5px;}




#tooltip {position: absolute;visibility: hidden;z-index: 1000;width:280px;} /*ToolTip App.*/
