body
{
	font-family: "tahoma","verdana","arial", sans-serif;
	font-size: 14px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td 
{ 
	margin: 0;
	padding: 0; 
	border: 0; 
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
img 
{ 
	border: 0;
}
ol,ul 
{
	list-style: none;
}
h1,h2,h3,h4,h5,h6 
{
	font-size: 100%;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,blockquote,.sidebar
{
	font-family:"tahoma","arial","verdana","trebuchet","trebuchet ms", sans-serif;
}

a,a:link,a:active
{
	color: #cc0000;
	outline: none;
	text-decoration: underline;
}
a:hover 
{
	text-decoration: none;
}
p
{
	color: #222;
}
strong
{
	font-weight: bold;
}

#logo {
  position: absolute;
  height: 70px;
  width: 200px;
  top: 0px;
  border: 0px none;
}
#top {
  position: absolute;
  height: 32px;
  top: 0px;
  left: 200px;
  right: 0px;
  border: 0px none;
  background-image: url(./../images/top_gray.png);
}
#topnav
{
	position: absolute;
	height: 16px;
	top: 32px;
	left: 200px;
	right: 0px;
	border: 0px none;
	background-image: url(./../images/topnav_gray.png);
}
#orange
{
	position: absolute;
	height: 22px;
	top: 48px;
	left: 200px;
	right: 0px;
	border: 0px none;
	background-image: url(./../images/top_line.png);
}

#side-nav
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 150px;
	bottom: 0px;
	border: 0px none;
	background-image: url(./../images/nav_gray.png);
}

div#side-nav
{
	padding: 16px 0 0 0;
	font-size:100%;
	background-color: #eee;
}
ul#navtree li
{
	display: block;
	font-size:100%;
	margin:0 0 0 0;
	background-color: #eee;
}		
ul#navtree li h1
{
	display: block;
	margin:0 0 0 0;
	padding: 8px 16px 8px 28px;
	color:#fff;
	border:0px solid #000;
	text-decoration:none;
	text-transform:capitalize;
	background-repeat:no-repeat;
	background-position:center right;
}
ul#navtree h1		
{
	background-image: url('./../images/button.jpg');
}
ul#navtree h1 a
{
	color:#fff;
	text-decoration:none;
}
ul#navtree li a:hover
{
}
ul#navtree li ul
{
	list-style:none;
	margin:0 8px 4px 28px;
	border:1px dotted #22c;
	border-width:0 1px 1px 1px;
}
ul#navtree li ul li
{
	border:none;
	margin:0;
}
ul#navtree li ul li a
{
	display:block;
	padding:4px 0px 4px 8px;
	margin:0;
	border:none;
	color: #22c;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	background-color: #eee;
}
ul#navtree li ul li a:hover
{
	color: #c60;
	background-color:#f8f8f8;
}
ul#navtree li ul li strong a
{
	font-weight:bold;
	color:#c60;
}
.treeview li
{ 
	background-position: 2px 3px;
	background-repeat:no-repeat;
	background-image: url('./../images/iconminus.jpg');
}
.treeview li.submenu
{
	cursor: pointer !important;
	background-image: url('./../iconplus.jpg');
}
.treeview li.submenu ul
{
	display: none;
}	
.treeview .submenu ul li
{ 
	cursor: default;
}

#donate
{
	text-align: center;
	border: 0px none;
	position: absolute;
	left: 20px;
	bottom: 132px;
}

#paypal
{
	text-align: center;
	border: 0px none;
	position: absolute;
	left: 20px;
}

#mupromo
{
	text-align: center;
	border: 0px none;
	position: absolute;
	left: 16px;
	bottom: 12px;
}

#icabsmile
{
	position: absolute;
	height: 15px;
	left: 35px;
	width: 80px;
	bottom: 16px;
	border: 0px none;
}

#content
{
	position: absolute;
	top: 70px;
	left: 158px;
	right: 8px;

	border: 0px none;
	padding: 4px;
}

p,td
{
	margin: 8px;
}

.orange
{
	color: #F08200;
	background-color: #F0F0F0;
	margin: 2px;
}

.copyright
{
	color: #F08200;
	background-color: #F0F0F0;
	border: 1px solid;
	margin: 2px;
	text-align: center;
}
.bold
{
	font-weight: bold;
	margin: 2px;
}
.code
{
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #F08200;
	background-color: #F0F0F0;
}
.mark
{
	text-indent: 8px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #F08200;
	background-color: #F0F0F0;
}
