/* browser defaults */
html,body,ul,p,h1,h2{margin:0;padding:0}
ul{list-style:none}
img{border:0}

.menu {
						height: 44px;
						width: 768px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/overbtn.jpg) no-repeat;
						width: 128px;
						height: 44px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-family: verdana,arial,geneva,sans-serif;
						font-size: 12px;
						width: 128px;
						height: 44px;
						display: block;
						float: left;
						color: #666666;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #e50000;
			}
			

			.cssnav img {width: 128px; height: 44px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 8px;top: 8px;
					    text-align: left;
					    width: 120px;
					    cursor: pointer;
			}

/* page grid */
html,body{height:100%}
body{background:#ddd url(../images/menu_dnsh.gif) center repeat-y}
body{font-family:verdana,arial,geneva,sans-serif;font-size: 11px}
a{color:#000000}
a:hover{color:#e50000}
#canvas{width:768px;padding:0 6px;margin:auto;min-height:100%;background:#ffffff}
#logo{float:right}
#main,#related{overflow:auto}
#subnav,#main,#related,.cols div{float:left;width:188px}
#subnav,#main,.cols div{margin-right:6px}
#content{width:768px;background:url(../images/menu_top.gif) repeat-x;padding-top:20px;clear:both;overflow:hidden}
.old #content{background:0;padding-top:1px}
#main{width:382px}
#main.wide{width:576px;margin:0}
.clear{clear:both;height:1px;line-height:1px;overflow:hidden}
div.flash{overflow:hidden}
.flash h2,.flash h3,.flash ul{display:none}
#content-base{width:576px;float:left;overflow:hidden}

a:link {
   color:#666666;
   background-color:transparent;
   text-decoration:none;
   border-bottom:1px none #0000cc;}
a:visited {
   color:#666666;
   background-color:transparent;
   text-decoration:none;
   border-bottom:none #666666;}
a:hover {
   color:#e50000;
   background-color:transparent
   text-decoration:none;
   border-bottom:1px none #e50000;}
