HTML {
scrollbar-arrow-color:#ffffff; 
scrollbar-face-color:#006600; 
scrollbar-3dlight-color:#E6DCCF; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#669933; 
}

* {
	margin: 0;
	padding: 0;
}

body {
background: #693;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 10px;
padding: 15px;
line-height: 16px;
}

a {
text-decoration: strong;
color: #fff;
}
a:hover {
text-decoration: underline;
color: #ff0000;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
padding: 10px;
}


#header {
height: 120px;
background: #fff url('images/headergnpl6.jpg') no-repeat;
}

#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 15px;
color: #eee;
padding: 5px 0 5px 20px;
letter-spacing: -1px;
font-weight: 100;
}

.left {
float: left;
width: 540px;
text-align: justify;
margin-top: 10px;
}

.left2 {
float: left;
width: 100%;
text-align: justify;
margin-top: 10px;
}

.left h2 {
font-size: 16px;
font-weight: 100;
height: 29px;
line-height: 30px;
background: #693 url('images/contengn.jpg') no-repeat;
padding-left: 10px
}

.left2 h2 {
font-size: 16px;
font-weight: 100;
height: 29px;
line-height: 30px;
background: #693 url('images/contengn2.jpg') no-repeat;
padding-left: 10px
}

.left h4 {
font-size: 16px;
font-weight: 100;
height: 29px;
line-height: 30px;
background: #8E3B1B url('images/contengn.jpg') no-repeat;
padding-left: 10px
}

.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}
.articles {
padding: 10px;
}

.table {
padding: 20px;
}

.right {
float: right;
width: 220px;
padding-top: 10px;
}
.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #8E3B1B url('images/menuh4.jpg') no-repeat;
color: #fff;
font-size: 13px; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}
.right h3 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #8D38C9 url('images/menuh3.jpg') no-repeat;
color: #fff;
font-size: 13px; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}
.right ul {
padding: 10px 0px 0px 10px;
list-style-type: none;
}
.right ul li a {
color: #004400;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
.right ul li a:hover {
color: #ff0000;
}

#footer {
border-top: 1px dotted #669933;
text-align: center;
font-size: 11px;
padding: 10px 0;
}