body {
	margin: 0 5% 0 5%;
	padding: 0;
	font-size: 1em;
	background-color: #FFF;
}

#maintable {
	margin: 0 auto;
	border: 1px solid #333;
	/*/*/line-height: 1.5em; /* */
}
#maintable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px dotted #BA5205;
	font-size: 14px;
	vertical-align: top;
	/*/*/font-size: 100%; /* */
}
#maincontent a {
	color: #BA5205;
}
#maincontent ul{
	list-style-image: url(assets/SMBullet.jpg);
}
#header {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(assets/HFBackground.gif);
	text-align: center;
}

#footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(assets/HFBackground.gif);
}

#footer a {
	color: #BA5205;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, 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: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }


#sidebar {
	width: 30%;
	font-size: .8em;
	/*/*/font-size: 85%; /* */
	vertical-align: top;
	background-image: url(assets/SBBackground.gif);
	background-color: #BA5205;
	line-height: normal;

}
#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 1px solid #BA5205;
	text-decoration: none;
	line-height: 1.2em;
	vertical-align: top;
	width: 150px; /* */

}
#sidebar a:link, #sidebar a:visited {
	color: #333;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #0085A1;
	border: 1px solid #333;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #333!important;
	border: 1px solid #BA5205 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
