body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#mainTable {
	width: 820;
	margin: 50 auto;
	border: 0px;
	line-height: 1.5em;
	height: 450px;
	background-position: center;
}
#mainTable td {
	padding: 0px;
}
#maincontent {
	width: 475px;
	padding: 10px;
	font-size: 12px;
	font-size: 100%;
	line-height: 1.3em;
	vertical-align: top;

}
#sidebar {
	width: 300px;
	font-size: 80%;
	line-height: 1.3em;
	vertical-align: top;
	font-weight: bold;


}
#header {
	height: 30px;
}

td, p, ul {
	font-family: Arial, Helvetica, sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	/*/*/padding: 2px;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #999F00;
}
#sidebar a:hover{
	color: #333333;
}
#sidebar a:active {
	color: #000000;
}
#current a {
	color: #000000!important;
}
#sidebar ul {
	/*/*/padding-left: 5px;
	list-style-type: none;
	line-height: 1.2em;
	margin-left: 3em; /* */
}

#sidebar li {
	margin: 0px 0px 6px;
	padding-left: 10px;
}
#n4shell {
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
a:link, a:visited {
	text-decoration: none;
	
}

a:hover, a:active {
	text-decoration: underline;

}
.bold {
	font-weight: bold;
}
.boldSmaller {
	font-size: 80%;
	font-weight: bold;
}
.green {
	color: #CCCC66;
	font-weight: bold;

}
