/* CSS Document */

body{
margin:10px auto;
padding:0;
line-break: normal;
font-size:13px;
line-height:150%;
background-image:url(../img/temp/b_bg.gif);
background-repeat:repeat-x;
}
h1,h2,h3,h4,h5,p,div,dl,dt,dd,ul,li{
margin:0;
padding:0;
}
strong,
em,
dfn,
address{
font-weight:normal;
}

img{
border:0;
}

.bold {
font-weight:bold;
}
.bold_r {
font-weight:bold;
color:#FF0000;
}

h1{
font-size:12px;
color:#009900;
font-weight:normal;
width:750px;
margin:0 auto;
}
#bg {
width:756px;
background-image:url(../img/temp/bg.gif);
background-repeat:repeat-y;
margin:0 auto;
}

/********************************** CONTAINER*/
#container {
width:750px;
margin:0 auto;
border-top:1px solid #D0E9C2;
border-left:1px solid #D0E9C2;
border-right:1px solid #D0E9C2;
}

#head {
width:750px;
height:70px;
}


#menu {
width:750px;
}
#menu ul{
list-style:none;
}
#menu li{
width:125px;
height:31px;
float:left;
background-image:url(../img/temp/menu_bg.gif);
background-repeat:no-repeat;
font-size:14px;
font-weight:bold;
color:#00CC00;
line-height:30px;
text-align:center;
}
#menu li a{
display:block;
width:125px;
height:31px;

color:#009900;
text-decoration:none;
}
#menu li a:hover{
color:#00CC00;
}

#main {
margin:10px;
}

#foot_menu {
width:750px;
background-color:#D0E9C2;
text-align:center;
padding:3px 0;
color:#333333;
}
#foot_menu a{
color:#666666;
text-decoration:none;
}
#foot_menu a:hover{
color:#000000;
}
#copy {
width:750px;
text-align:center;
color:#009900;
margin-top:3px;
font-size:11px;
margin-bottom:20px;
}

