/* CSS Document */

body {
margin:0;
padding:0;
background-image:url(../images/bg.gif);
}

body {
font-size:80%;
color:#333333;
}

a:link {color:#0033FF;}
a:visited {color:#9900FF;}
a:hover {color:#FF6600;}
a:active {color:#FF3300;}

h1 {
margin:0;
padding:0;
}

h2 {
height:45px;
margin-top:0;
padding-top:30px;
font-size:12pt;
color:#3679C2;
text-align:right;
background-image:url(../images/tit_blank.gif);
background-repeat:no-repeat;
background-position:left;
}

h3 {
font-size:110%;
color:#F69920;
margin-bottom:0;
background-image:url(../images/point2.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:18px;
}

h4 {
font-size:100%;
}

#container {
width:750px;
margin-right:auto;
margin-left:auto;
background-color:#FFFFFF;
}

#menu {
width:190px;
float:left;
}

#main {
width:540px;
float:right;
margin-right:10px;
}

#main p {
padding-left:5px;
line-height:1.4;
}

#main ul {
line-height:1.4;
}

td,th {
line-height:1.4;
}

p.pagetop {
text-align:right;
font-size:80%;
clear:both;
}

#menu ul {
list-style-image:url(../images/feather.gif);
line-height:1.4;
}

.line {
margin-left:25px;
}

#reference {
font-size:80%;
color:#888;
}

#googlead {
text-align:center;
}

#SiteSearch {
padding-left:10px;
}

#copyright {
clear:both;
margin-top:10px;
}

.center {
text-align:center;
}

.fontred {
color:red;
}