/*layout*/
body{
 margin: 0px;
 padding: 0px;
 font: 13px/20px Helvetica,Verdana,Arial,sans-serif;
 color: #000000;
 background: #FFFFFF url(/images/template/bg_grid.png) repeat center top;
}
#wrapper{
 width: 855px;
 margin: 0px auto;
 padding-bottom: 17px;/*height of image*/
 background: url(/images/template/bg_tut_bottom.png) no-repeat left bottom;
}
#innerwrapper{
 background: #FFFFFF url(/images/template/bg_main.png) repeat-y left top;
 padding: 0px 4px;
}
h1,h2{
 display: none;
}
#nav{
 display: block;
 margin: 0px;
 padding: 160px 0px 0px;
 min-height: 68px;
 list-style-type: none;
 background: url(/images/template/bg_head.jpg) no-repeat 1px top;
}
* html #nav{
 height: 81px;
}
#nav li{
 display: inline;
 margin: 0px;
 padding: 0px .8em;
 border-left: thin solid #D30E45;
}
#nav li.first-child{
 border-width: 0px;
}
#nav li a{
 color: #D30E45;
}
#pageheadimage{
 display: block;
 margin-left: 15px;
}
#content{
 padding: 10px 122px 40px;
 background: url(/images/template/bg_tut_content.png) no-repeat left bottom;
 min-height: 200px;
}
* html #content{
 height: 200px;
}
div.sandbag{
 clear: both;
 height: 0px;
 overflow: hidden;
}
#footer{
 width: 853px;
 margin: 5px auto 2em;
 text-align: center;
 color: #D30E45;
}
#footer a{
 color: #D30E45;
 padding-left: 1ex;
 border-left: thin solid #D30E45;
}
#nav a,#footer a{
 text-decoration: none;
}
#nav a:hover,#nav a:focus,#footer a:hover,#footer a:focus{
 text-decoration: underline;
}

/*general*/
h3{
 font-size: 132%;
}
h4{
 font-size: 124%;
}
h5{
 font-size: 116%;
}
h6{
 font-size: 18%;
}
a{
 color: #000000;
}
a:hover{
 text-decoration: underline;
}
a:focus{
 text-decoration: underline;
}
/*special*/
#hroll,#hroll ul,#hroll li{
 padding-right: 0px;
 margin-right: 0px;
 list-style: none outside;
} 
#hroll li{
 cursor: auto;
 font-weight: normal;
} 
#hroll li.yearhead li{
 list-style-image: none;
} 
#hroll li.yearhead{
 list-style-image: url(/images/template/hroll_minus.png);
 cursor: pointer;
 font-weight: bold;
} 
#hroll li.yearhead.collapsed{
 list-style-image: url(/images/template/hroll_plus.png);
} 
#pulloutbox {
border:1px dotted #777777;
float: right;
padding:8px;
margin-left:8px;
}
#pulloutbox2 {
border:1px dotted #777777;
padding:8px;
margin-left:8px;
}