* {
    padding: 0;
    margin: 0;
} 

body {
background: #88B4F5;
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
padding: 0;
margin: 0;
color: #000000;
line-height: 24px;
}

img { border: none; }
a { color: #25A; }
a:hover { text-decoration: none; color : #999; }
a.green { color: #080; }
a.book	{ color: #fff; background: #b52322; text-decoration: none; font-size: 18px; font-weight: 700; padding: 5px; }
h3 { border-bottom: 1px dotted #aaa; color: #25A; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 24px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 24px; letter-spacing: -1px; }
h3 a:hover { color: #999; }
h4 { color: color-mix(in sRGB, #25a 75%, black); font-size: 18px; margin: 14px 0 7px 0}
strong {color: #333;}

.hc-widget { margin: 0 auto; }

#wrap {
width: 1000px;
margin: auto;
margin-top: 120px;
}

#header {
background: #FFFFFF no-repeat; */
font-family: Verdana, Arial, sans-serif;
height: 120px;
top: 0; 
width: 1000px;
position: fixed;
z-index: 1;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
text-align: left;
}
#header h1 a {
color: #336699;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 20px;
color: #aaa;
padding: 4px 0 0 30px;
text-align: left;
font-weight: 600;
}

#menu {
background: #25A no-repeat;
height: 30px;
line-height: 30px;
padding-left: 20px;
width: 980px;
position: fixed;
z-index: 1;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: color-mix(in sRGB, #25a 30%, #88B4F5) repeat-x;
}

#content { 
padding: 30px 20px;
background: #FFFFFF repeat-y;
}

#left {
background: #FFFFFF;
padding: 10px 0;
width: 720px;
float: left;
font-size: 16px;
text-align: justify;
}
#left h3 { 
border-bottom: 1px dotted #aaa;
scroll-margin-top: 170px;
}
#left ul {padding: 10px 0 20px 20px; }
#left ul li { padding: 2px 0 3px 0; font-size: 16px;}
#left ul li::marker {color: #25a;}


#right{
padding: 50px 0;
width: 200px;
float: right;
}
#right h3 { height: 30px; line-height: 30px; font-size: 24px; border: none; padding: 0 0 0 10px; margin: 0;}
#right ul { list-style-type: disc; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; font-size: 16px;}
#right ul li a { color: #6AA235; font-weight: 100; display: block; text-decoration: none; font-size: 16px;  }
#right ul li a:hover { color : #999; }

#full_width {
background: #FFFFFF;
padding: 10px 0;
width: 100%;
float: left;
font-size: 16px;
text-align: justify;
}

#footer {
background: #eee; 
color: #666;
font-size: 12px; 
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 
color: #666;
text-decoration: none;
}
#footer a:hover {
color: #666; 
text-decoration: underline; 
}
