/* CSS Document */

<!--
body{
margin:0px;
padding:0px;
background:#FFFFFF;
background:#006699;
}
img{
border:0px;
}
h1{
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-left:10px;
text-align:left;
background:#beffff;
color: #003366;
font-weight:bold;
}
#mother{
width:700px;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#FFFFFF;
border-left:1px solid #006699;
border-right:1px solid #006699;
}
#header{
width:700px;
height:147px;
clear:both;
overflow:hidden;
}
#buttons{
width:700px;
height:24px;
clear:both;
overflow:hidden;
}
#buttons_left{
width:149px;
height:24px;
float:left;
background-image:url(../resources/navbr1/new-navbr_r2_c01.gif);
background-position:center;
background-repeat:no-repeat;
}
#buttons_right{
width:551px;
height:24px;
float:right;
}
#buttons_right a{
border:0px;
padding:0px;
}
#buttons_right img{
border:0px;
padding:0px;
}
#content{
width:700px;
clear:both;
}
#left_column{
width:330px;
float:left;
text-align:justify;
padding:10px;
}
#right_column{
width:330px;
float:right;
text-align:justify;
padding:10px;
}
-->