body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	font-family: tahoma, sans-serif;
	background-image: url(images/main_bg.jpg);
}

#mainTable {
	background-color: #996633;
	margin: 0 auto;
	border: 1px solid #000;
	margin-right:10%;
	margin-left:10%;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	/*padding: 0px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px dotted #3F515F;
	font-size: 12px;
	/*/*/font-size: 100%; /* */
	padding: 5px;
	width: 375px;
}
#sidebar {
	width: 175px;
	color: #66CCCC;
	background-image: url(images/sidebar_bg.png);
	font-size: 14px;
	/*/*/font-size: 85%; /* */
}
#preheader {
	background-color: #E3E8EC;
	font-family: tahoma, sans-serif;
	color: #3F515F;
	font-size: 11px;
	text-align:right;
	padding: 0px;
}
#header {
	background-color: #FFFFFF;
	color: #CCCCCC;
	background-image: url(images/header_bg.png);
	padding: 0px;
}
#header2 {
	background-image: url(images/headertab_bg.png);
	background-color: #556675;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	padding: 0px;
	padding-left: 325px;
}
#postheader {
	background-color: #fff;
	color: #ffffff;
	padding: 0px;
	padding-left: 325px;
	border-bottom: 1px solid #3F515F;
}
#headertab {
	background-color: #C5CDDA;
	color: #3F515F;
	font-family: tahoma, sans-serif;
	padding: 5px;
	float:right;
}

#footer {
	background-color: #556675;
	background-image: url(images/footer_bg.png);
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align:center;
	padding: 0px;
}

td, p, ul {
	font-family: tahoma, 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%; }

#postheader a {
	/*/*/padding: 3px;
	color: #fff;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	border: 1px dotted #3F515F;
	text-decoration: none;
	line-height: 1em;
	width: 100px; /* */
	float:right;
}
#postheader a:link, #sidebar a:visited {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
#postheader a:hover, #sidebar a:active {
	background-color: #C5CDDA;
	color: #3F515F;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #C5CDDA;
}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	background-color: #556675;
	border: 1px dotted #4B1312;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #CCFFFF;
}
#sidebar a:hover, #sidebar a:active {
	color: #CCFFFF;
	background-color: #3333FF;
	border: 1px solid #4B1312;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 1px dotted #999 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 0;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 2px 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; /* */
}
