body {
  font-family: Verdana,"Verdana","Times New Roman";
  font-size: 11pt;
  color: black;
  background-color: white }
H1 
{
	background:#FF6633;
	height=20;
	align=center;
	font-size:12;
	color:white
	}
A.1{text-decoration:none;}
A.1:link{color:White;}
A.1:visited{color:White;}

div.SidebarHeader
{
	font-size: 13pt;
	margin-left:5px;
	color: White;
	font-family: Verdana,"Verdana", Times New Roman;
	font-weight:bold;
}

a.Sidebar:visited{font-size: 10pt;
	color: White;
	font-family: Verdana,"Verdana", Times New Roman;
	font-weight:bold;
	text-decoration: none;}

a.Sidebar:link
{
	font-size: 10pt;
	color: White;
	font-family: Verdana,"Verdana", Times New Roman;
	font-weight:bold;
	text-decoration: none;
}
div.Sidebar
{
	margin-left:5px;
	font-size: 10pt;
	color: White;
	font-family: Verdana,"Verdana", Times New Roman;
	font-weight:bold;
}

.notify
{
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: red; FONT-FAMILY: Verdana,"Verdana"
}

/* navigation */

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #666666 url(http://www.audiodizer.com/images/nav-bg-green.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(http://www.audiodizer.com/images/nav-li-bg.gif) no-repeat;
	}
#nav a {
	float: left;
	padding: 7px 31px;
	text-decoration: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: white;
	background: #000066;
	}
#nav a.active {
	font-weight: bold;
	background: #FF6600; 
	}
#nav a.Blog {
	float: left;
	padding: 7px 37px;
	text-decoration: none;
	color: #fff;
	}
#nav a.Blog:hover
{
	color: white;
	background: #000066;
}
#nav a.active {
	font-weight: bold;
	background: #FF6600;
	}

#nav a.Member {
	float: left;
	padding: 7px 15px;
	text-decoration: none;
	color: #fff;
	}
#nav a.Member:hover {
	color: white;
	background: #000066;
	}
#nav a.Member.active {
	font-weight: bold;
	background: #FF6600;
	}

li#t-home a {
	margin-left: 1px;
	background: url(http://www.audiodizer.com/images/nav-li-bg.gif) no-repeat top left;
	}
/* sub navigation */

#subNav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 0px;
	border-bottom: 3px solid black;
	background: #FF6600 url(http://www.audiodizer.com/images/nav-bg2-green.gif) repeat-x top left;
	}
#subNav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(http://www.audiodizer.com/images/nav-li2-bg.gif) no-repeat;
	}
#subNav a {
	float: left;
	padding: 3px 27px;
	text-decoration: none;
	color: #fff;
	}
#subNav a:hover, #subNav a.active2 {
	color: white;
	background: #993300;
	}
#subNav a.active2 {
	font-weight: bold;
	background: #993300;
	}