html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; }

:focus {outline: 0; } 
ol, ul {list-style: none; }
table {border-collapse: collapse; border: 0; }
caption, th, td {text-align : left; font-weight : normal; } /* CSS Document */


a {text-decoration:none;
}

p.access {display:none;
}

/*********************=general rules**********/

html, body {min-height:100%;
height:100%;
/*background-color:#6Bcf6b;*/
background-color:#a9bd56;
line-height:1.8;}

body, ul, ol, dl, p, th, td {font-family: Verdana, sans-serif;
font-size: 11px;
}

h1, h2, h3, h4, h5 {font-family:Georgia, "Times New Roman", Times, serif;}

/*********************=wrap whole content**********/
div#wrap {position:relative;
width:75%;
min-width:650px;
margin:18px auto;
background-color:#fff;
border-top:1px solid #343;
border-right:1px solid #343;
border-bottom:4px solid #343;
border-left:1px solid #343;}

/*********************=header with logo **********/
div #header{
width:100%;
height:190px;
text-align:center;
}

#header h1 {display:block;
width:100%;
height:160px;
text-indent:-9999px;
overflow:hidden;
background-image: url(../Images/hrn_green.gif);
background-position:50% 50%;
background-repeat:no-repeat;
}

#header div#issue {
margin:0 auto;
width:650px;
text-transform:uppercase;
letter-spacing:3px;
font-size:11px;
color:white;
font-weight:bold;
background-color:#a9bd56;
margin-bottom:4px;
}

#header h1 a{display:block;
}


/*********************=navigation left sidebar **********/
ul#navigation{float:left;
width:20%;
margin-top: 0.5em;
margin-left: 5.75em;
}

ul#navigation li{margin-bottom:4px;
/*border:1px solid #6Bcf6b;*/
border:1px solid #a9bd56;
}

ul#navigation li a:link, ul#navigation li a:visited {display:block;
color:#030;
padding:2px 4px;}

ul#navigation li a:hover {/*background-color:#6Bcf6b;
background-color:#a9bd56;*/
background-color:#bacf67;
color:#fff;}



/*********************=main content rules **********/

div#content {width:70%;
margin:1em 3em 0 28%;
}

div#content p, div#content h2, div#content h3, div#content ul, div#content ol {margin: 1em 5em 0 2em;}

div#content h2 {
margin: 0 5em 0 1.6em;
font-size:14px;
font-weight:bold;
color:#030;
letter-spacing:1px;}

div#content h3 {font-style:italic;
font-size:11px;
font-weight:bold;
letter-spacing:1px;}

div#content a:link, div#content a:visited, div#footer a:link, div#footer a:visited {padding-bottom:2px;
    /*font-weight: bold;*/
    color: #040;
}

div#content a:hover, div#footer a:hover{
    color: #363;
	border-bottom:1px dotted #363;
}

.left  {float :left;
margin: 8px  8px  8px 0;
padding:2px;
border:1px solid #ddd; 
}  


.right  {float :right;
margin: 8px  0  8px  8px ;
padding:2px;
border:1px solid #ede; 
}  


div#content ul, div#content ol {margin-left:4em;}


div#content ul li{padding-left:16px;
background: url(../images/li.gif);
background-position:  0 6px;
background-repeat: no-repeat;}

/*********************=footer **********/

div#footer {clear:both;
width:90%;
margin:45px auto;
padding-top:9px;
border-top:1px dotted #353;
text-align:right;
color:#363;
}

em {font-style:italic;
font-family: Georgia, "Times New Roman", Times, serif;}

