body
{
	background-color: black;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/* WinIE behavior call for dropdown menu */
	behavior: url(csshover.htc);
	background-image: url(images/bg.gif);
}
#header {
	z-index: -10;
	width: 800px;
	height: 100px;
	text-align: center;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0;
	}
#navwrapper {
	width: 100%;
	text-align: center;
	background: red;
	padding: 2px;
	height: 18px;
	border-bottom: 1px solid black;
	}
#nav {
	/* float: left; */
	margin: 0 auto;
  	background-color: red; 
  	border: 0;
  	/* z-index: 100000; */

	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
  	}

div#nav ul {
	margin: 0 auto; 
	padding: 0; 
	background: red;
  	border: 1px solid #ccc; 
  	border-width: 0 1px;
  	}
div#nav li {
	position: relative; 
	list-style: none; 
	margin: 0;
 	float: left;
 	width: 8em;
 	line-height: 1em;
 	}
div#nav li:hover {
	background: red;
	}
div#nav li.submenu {
	/* background: url(dropmenu.gif) 95% 50% no-repeat; */
	background: red;
	}
div#nav li.submenu:hover {
	background-color: red;
	}
div#nav li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
 	text-decoration: none; 
 	width: 6.5em;
 	color: white;
 	background: red;
 	font-weight: normal;
 	}
div#nav li a:hover {
	color: #339;
	background: #edd;
	}
div#nav>ul a {
	width: auto;
	}
div#nav ul ul {
	position: absolute; 
	width: 7em;
 	display: none;
 	}
div#nav ul ul li {
	border-bottom: 1px solid #ccc;
	}
div#nav li.submenu li.submenu {
	/* background: url(submenu.gif) 95% 50% no-repeat; */
	background: red;
	}
div#nav li.submenu li.submenu:hover {
	background-color: red;
	}
div#nav li.submenu li.submenu:hover {
	background-color: red;
	}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
	}
div#nav ul.level2 {
	top: 1.5em; 
	left: -1px;
	}
div#nav ul.level3 {
	top: -1px; 
	left: 7em;
  	border-top: 1px solid #ccc;
  	}
a:link {
	color: #339;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #636;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #c03;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #339;
	text-decoration: underline;
	font-weight: bold;
	}
ul li
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}

#contentwrapper  { 
	
	background-color: white; 
	margin: 0; 
	padding: 0; 
	width: 100%;
	}

#content  { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333;
	background-color: white; 
	text-align: left;
	margin: 0; 
	padding: 10px 20px; 
	width: 800px;
	}
.sidebar
{
	float: right;
	margin: 0 0 1em 4em;
	width: 200px;
	text-align: left;
	padding: 8px;
	border: 1px solid #393;
	font-style: italic;
	background-color: #e8e8e8;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	color: red;
	line-height: normal;
	}
h1, h3, h3 {
	font-size: 18px;
	}
h4, h5, h6 {
	font-size: 16px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#content p, ul, table {
	margin: 1em 24px;
	}
#footer  { 
	clear: both;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: red; 
	margin: 12px 0 0 0; 
	padding: 8px; 
	width: 100%;
	text-align: center;
	border-bottom: 12px black solid;
	border-top: 1px black solid;
	}	